|
@@ -23319,8 +23319,8 @@ the tags of the current headline come last."
|
|
|
(widen)
|
|
(widen)
|
|
|
(goto-char (or pos (point)))
|
|
(goto-char (or pos (point)))
|
|
|
(save-match-data
|
|
(save-match-data
|
|
|
- (org-back-to-heading t)
|
|
|
|
|
(condition-case nil
|
|
(condition-case nil
|
|
|
|
|
+ (org-back-to-heading t)
|
|
|
(while (not (equal lastpos (point)))
|
|
(while (not (equal lastpos (point)))
|
|
|
(setq lastpos (point))
|
|
(setq lastpos (point))
|
|
|
(if (looking-at (org-re "[^\r\n]+?:\\([[:alnum:]_@:]+\\):[ \t]*$"))
|
|
(if (looking-at (org-re "[^\r\n]+?:\\([[:alnum:]_@:]+\\):[ \t]*$"))
|