Merge branch 'master' of orgmode.org:org-mode
This commit is contained in:
commit
7b7e876319
|
@ -3547,7 +3547,7 @@ position of point and CDR is nil."
|
|||
;; They will be parsed as a paragraph.
|
||||
(when (looking-at "[ \t]*$") (goto-char origin) (setq output nil))
|
||||
;; Return value.
|
||||
(cons (point) output))))
|
||||
(cons origin output))))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -165,6 +165,12 @@ Some other text
|
|||
:name
|
||||
(org-test-with-temp-text "#+NAME: para\nParagraph"
|
||||
(org-element-at-point)))))
|
||||
(should
|
||||
(= 1
|
||||
(org-element-property
|
||||
:begin
|
||||
(org-test-with-temp-text "#+NAME: para\nParagraph"
|
||||
(org-element-at-point)))))
|
||||
;; Parse multiple keywords.
|
||||
(should
|
||||
(equal
|
||||
|
|
Loading…
Reference in New Issue