all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* turn on orgalist in message buffer
@ 2018-05-07  8:34 Uwe Brauer
  2018-05-07 12:06 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2018-05-07  8:34 UTC (permalink / raw)
  To: emacs-orgmode



Hi

Maybe I am old fashioned but is the only way of turning orgalist on in a
message buffer.

(defun turn-on-orgalist ()
  (interactive)
  (orgalist-mode 'toggle))

(add-hook 'mail-mode-hook 'turn-on-orgalist)
(add-hook 'message-mode-hook 'turn-on-orgalist)


I could use a anonymous lambda function, but I try to avoid that in a
hook.

Uwe Brauer 

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

end of thread, other threads:[~2018-05-07 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-07  8:34 turn on orgalist in message buffer Uwe Brauer
2018-05-07 12:06 ` Nicolas Goaziou
2018-05-07 18:21   ` Uwe Brauer

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.