0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 12:16:27 +00:00

org-agenda: fix length computing

* lisp/org-agenda.el (org-format-agenda-item): Fix length computing.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2011-03-18 11:22:54 +01:00
parent 7426874fd9
commit 9939312b37

View file

@ -5331,7 +5331,7 @@ Any match of REMOVE-RE will be removed from TXT."
;; Set org-heading property on `txt' to mark the start of the
;; heading.
(add-text-properties 0 (1- (length txt)) '(org-heading t) txt)
(add-text-properties 0 (length txt) '(org-heading t) txt)
;; Prepare the variables needed in the eval of the compiled format
(setq time (cond (s2 (concat