From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: Patch adding from-logo to ox-koma-letter.el Date: Fri, 27 Apr 2018 23:34:28 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCHZA-0002WR-2r for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 00:34:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCHZ9-00061q-84 for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 00:34:32 -0400 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:40979) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCHZ8-00061g-WE for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 00:34:31 -0400 Received: by mail-lf0-x229.google.com with SMTP id o123-v6so5401983lfe.8 for ; Fri, 27 Apr 2018 21:34:30 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org-mode On Fri, Apr 27, 2018 at 11:30 PM, Grant Rettke 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.