emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] missing element in org-element.el


From: Thorsten Jolitz
Subject: [O] missing element in org-element.el
Date: Fri, 19 Apr 2013 16:30:11 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux)

Hi List, 

comparing this

,----------------------------------------------------------------------------
| (defconst org-element-all-elements
|   '(babel-call center-block clock comment comment-block diary-sexp drawer
|                dynamic-block example-block export-block fixed-width
|                footnote-definition headline horizontal-rule inlinetask item
|                keyword latex-environment node-property paragraph plain-list
|                planning property-drawer quote-block quote-section section
|                special-block src-block table table-row verse-block)
|   "Complete list of element types.")
`----------------------------------------------------------------------------


to this

,------------------------------------------------------------------
| (defconst org-element-secondary-value-alist
|   '((headline . :title)
|     (inlinetask . :title)
|     (item . :tag)
|     (footnote-reference . :inline-definition))
|   "Alist between element types and location of secondary value.")
`------------------------------------------------------------------

reveals that 'footnote-reference' is missing in the first list.

-- 
cheers,
Thorsten





reply via email to

[Prev in Thread] Current Thread [Next in Thread]