Configure the org-msg package
This commit is contained in:
parent
9b39308367
commit
35fa82c5a2
@ -2735,6 +2735,25 @@ An alternative could be
|
|||||||
(org-mode . org-autolist-mode))
|
(org-mode . org-autolist-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Write messages with Org-mode
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package org-msg
|
||||||
|
:config
|
||||||
|
(customize-set-variable 'org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil")
|
||||||
|
(customize-set-variable 'org-msg-startup "hidestars indent inlineimages")
|
||||||
|
(customize-set-variable 'org-msg-greeting-fmt "\nHello,\n\n")
|
||||||
|
(customize-set-variable 'org-msg-greeting-fmt-mailto nil)
|
||||||
|
(customize-set-variable 'org-msg-signature "
|
||||||
|
|
||||||
|
Best,
|
||||||
|
|
||||||
|
,#+begin_signature
|
||||||
|
-- *Gergely Polonkai* \\\\
|
||||||
|
,#+end_signature")
|
||||||
|
(org-msg-mode))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Git & Co.
|
* Git & Co.
|
||||||
|
|
||||||
** Git status on the fringe
|
** Git status on the fringe
|
||||||
|
@ -148,6 +148,7 @@
|
|||||||
org-autolist
|
org-autolist
|
||||||
org-caldav
|
org-caldav
|
||||||
org-jekyll
|
org-jekyll
|
||||||
|
org-msg
|
||||||
org-projectile
|
org-projectile
|
||||||
org-projectile-helm
|
org-projectile-helm
|
||||||
org-random-todo
|
org-random-todo
|
||||||
|
Loading…
Reference in New Issue
Block a user