all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* in-agenda item formatting
@ 2014-10-17 17:12 Tory S. Anderson
  2014-10-20 13:10 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Tory S. Anderson @ 2014-10-17 17:12 UTC (permalink / raw)
  To: orgmode list

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? 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: in-agenda item formatting
  2014-10-17 17:12 in-agenda item formatting Tory S. Anderson
@ 2014-10-20 13:10 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2014-10-20 13:10 UTC (permalink / raw)
  To: Tory S. Anderson; +Cc: orgmode list

Hi Torys,

torys.anderson@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-20 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17 17:12 in-agenda item formatting Tory S. Anderson
2014-10-20 13:10 ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.