org.el: Small code cleanup.
This commit is contained in:
parent
01c23e4707
commit
c06003863a
|
@ -12783,7 +12783,7 @@ headlines matching this string."
|
|||
(buffer-name (buffer-base-buffer)))))))
|
||||
(case-fold-search nil)
|
||||
(org-map-continue-from nil)
|
||||
lspos tags tags-list
|
||||
lspos tags
|
||||
(tags-alist (list (cons 0 org-file-tags)))
|
||||
(llast 0) rtn rtn1 level category i txt
|
||||
todo marker entry priority)
|
||||
|
@ -12874,8 +12874,7 @@ headlines matching this string."
|
|||
(make-string (1- level) ?.) "")
|
||||
(org-get-heading))
|
||||
category
|
||||
tags-list
|
||||
)
|
||||
tags-list)
|
||||
priority (org-get-priority txt))
|
||||
(goto-char lspos)
|
||||
(setq marker (org-agenda-new-marker))
|
||||
|
|
Loading…
Reference in New Issue