all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [BUG] org-element-headline-parser - missing keyword in docstring
@ 2014-07-31  9:56 Thorsten Jolitz
  2014-07-31 10:20 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Jolitz @ 2014-07-31  9:56 UTC (permalink / raw)
  To: emacs-orgmode


In docstring

,----[ C-h f org-element-headline-parser RET ]
| org-element-headline-parser is a compiled Lisp function in
| `org-element.el'.
| 
| (org-element-headline-parser LIMIT &optional RAW-SECONDARY-P)
| 
| Parse a headline.
| 
| Return a list whose CAR is `headline' and CDR is a plist
| containing `:raw-value', `:title', `:alt-title', `:begin',
| `:end', `:pre-blank', `:contents-begin' and `:contents-end',
| `:level', `:priority', `:tags', `:todo-keyword',`:todo-type',
| `:scheduled', `:deadline', `:closed', `:archivedp', `:commentedp'
| and `:footnote-section-p' keywords.
| [...]
`----

property :post-blank is missing. 

-- 
cheers,
Thorsten

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

end of thread, other threads:[~2014-07-31 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-31  9:56 [BUG] org-element-headline-parser - missing keyword in docstring Thorsten Jolitz
2014-07-31 10:20 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.