Re: [O] in-agenda item formatting

2014-10-20 Thread Bastien
Hi Torys,

torys.ander...@gmail.com (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



[O] in-agenda item formatting

2014-10-17 Thread Tory S. Anderson
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?