0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-27 18:32:52 +00:00

contrib/lisp/org-element.el (org-element-inlinetask-parser): Fix attributes names

This commit is contained in:
Nicolas Goaziou 2011-12-24 18:00:02 +01:00
parent d140374fc9
commit 64d9cd2b06

View file

@ -477,8 +477,8 @@ Assume point is at beginning of the inline task."
:contents-begin ,contents-begin
:contents-end ,contents-end
:level ,(nth 1 components)
:with-priority ,(nth 3 components)
:with-tags ,(nth 5 components)
:priority ,(nth 3 components)
:tags ,(nth 5 components)
:todo-keyword ,todo
:todo-type ,todo-type
:post-blank ,(count-lines pos-before-blank end)