* [PATCH] Fix regression introduced in 15798836
@ 2011-08-24 6:11 Noorul Islam
2011-08-24 8:18 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Noorul Islam @ 2011-08-24 6:11 UTC (permalink / raw)
To: emacs-org list
[-- Attachment #1: Type: text/plain, Size: 118 bytes --]
Log
[[[
* lisp/org-agenda.el
(org-agenda-get-todos): Set category-pos before usage.
]]]
Thanks and Regards
Noorul
[-- Attachment #2: category-pos.txt --]
[-- Type: text/plain, Size: 517 bytes --]
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index e3236e5..8d869be 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -4607,6 +4607,7 @@ the documentation of `org-diary'."
(goto-char (match-beginning 1))
(setq marker (org-agenda-new-marker (match-beginning 0))
category (org-get-category)
+ category-pos (get-text-property (point) 'org-category-position)
txt (match-string 1)
tags (org-get-tags-at (point))
txt (org-format-agenda-item "" txt category tags)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-24 10:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-24 6:11 [PATCH] Fix regression introduced in 15798836 Noorul Islam
2011-08-24 8:18 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).