emacs-orgmode@gnu.org archives
 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).