org.el: remove one trailing whitespace.
This commit is contained in:
parent
7c8db0fa34
commit
de27fab99a
|
@ -6977,7 +6977,7 @@ When NO-TAGS is non-nil, don't include tags.
|
||||||
When NO-TODO is non-nil, don't include TODO keywords."
|
When NO-TODO is non-nil, don't include TODO keywords."
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(org-back-to-heading t)
|
(org-back-to-heading t)
|
||||||
(cond
|
(cond
|
||||||
((and no-tags no-todo)
|
((and no-tags no-todo)
|
||||||
(looking-at org-complex-heading-regexp)
|
(looking-at org-complex-heading-regexp)
|
||||||
(match-string 4))
|
(match-string 4))
|
||||||
|
|
Loading…
Reference in New Issue