emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] in-agenda item formatting


From: Bastien
Subject: Re: [O] in-agenda item formatting
Date: Mon, 20 Oct 2014 15:10:10 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Hi Torys,

address@hidden (Tory S. Anderson) writes:

> I notice that the agenda doesn't support markup the way standard org
> files do; I can't use +strikeout+ to mark appointments I've missed, or
> *bold* to emphasize things. Is there an option to turn this on, or a
> simple patch to enable font markup?

This should do the trick:

(add-hook 'org-agenda-finalize-hook
          (lambda () (let ((inhibit-read-only t))
                       (goto-char (point-min))
                       (org-do-emphasis-faces (point-max)))))

HTH,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]