emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* missing element in org-element.el
@ 2013-04-19 14:30 Thorsten Jolitz
  2013-04-19 14:37 ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Thorsten Jolitz @ 2013-04-19 14:30 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-19 16:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-19 14:30 missing element in org-element.el Thorsten Jolitz
2013-04-19 14:37 ` Nicolas Goaziou
2013-04-19 15:35   ` Thorsten Jolitz
2013-04-19 16:31     ` Nicolas Goaziou
2013-04-19 16:41       ` Thorsten Jolitz

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).