[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Patch adding from-logo to ox-koma-letter.el
From: |
Grant Rettke |
Subject: |
Re: [O] Patch adding from-logo to ox-koma-letter.el |
Date: |
Fri, 27 Apr 2018 23:34:28 -0500 |
On Fri, Apr 27, 2018 at 11:30 PM, Grant Rettke <address@hidden> wrote:
> Tested it manually with Elisp and also in buffer properties. There are
> four combinations (both in properties, both in Elisp, and then the two
> permutations).
Here is how it works, the same way as the other ones:
#+name:
org_gcr_2018-04-27T22-46-38-05-00_mara_081C9DD8-1C37-4A55-833C-1BEC6AA754FF
#+begin_src sh
#+FROM_LOGO: \includegraphics{wnw-from-logo-1inx1in}
#+OPTIONS: from-logo:t
#+end_src
#+name:
org_gcr_2018-04-27T22-46-38-05-00_mara_F28B56C1-0226-4AFB-B044-702315603A99
#+begin_src emacs-lisp
(setq org-koma-letter-from-logo "\\includegraphics{wnw-from-logo-1inx1in}")
(setq org-koma-letter-use-from-logo t)
#+end_src
If eventually this patch is accepted then I will update Worg with this variable.