0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-19 15:40:03 +00:00

org.el: Small code cleanup.

This commit is contained in:
Bastien Guerry 2012-01-25 16:55:41 +01:00
parent 01c23e4707
commit c06003863a

View file

@ -12783,7 +12783,7 @@ headlines matching this string."
(buffer-name (buffer-base-buffer))))))) (buffer-name (buffer-base-buffer)))))))
(case-fold-search nil) (case-fold-search nil)
(org-map-continue-from nil) (org-map-continue-from nil)
lspos tags tags-list lspos tags
(tags-alist (list (cons 0 org-file-tags))) (tags-alist (list (cons 0 org-file-tags)))
(llast 0) rtn rtn1 level category i txt (llast 0) rtn rtn1 level category i txt
todo marker entry priority) todo marker entry priority)
@ -12874,8 +12874,7 @@ headlines matching this string."
(make-string (1- level) ?.) "") (make-string (1- level) ?.) "")
(org-get-heading)) (org-get-heading))
category category
tags-list tags-list)
)
priority (org-get-priority txt)) priority (org-get-priority txt))
(goto-char lspos) (goto-char lspos)
(setq marker (org-agenda-new-marker)) (setq marker (org-agenda-new-marker))