From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: How to customize option templates? Date: Wed, 22 Jan 2014 12:10:09 +0100 Message-ID: <87lhy8tgq6.fsf@gmx.us> References: <87vbxdw45k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5vgU-0004cf-0m for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 06:09:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5vgI-0001U3-9W for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 06:09:25 -0500 Received: from plane.gmane.org ([80.91.229.3]:49546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5vgI-0001Tk-2x for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 06:09:14 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5vgD-0004g9-Nt for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 12:09:09 +0100 Received: from 109.201.152.7 ([109.201.152.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jan 2014 12:09:09 +0100 Received: from rasmus by 109.201.152.7 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jan 2014 12:09:09 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Frederik, Frederik writes: > I just looked at `org-export-define-derived-backend' and saw all the > org-koma-letter-* options -- this will ease most of the pain ;-) Some people, notably Viktor and Alan, rely on LCO files for such things. You can place LCO files somewhere in the texlive/miktex path and load them via #+LCO: file1 file2 . . .. > But I did not yet figure out how to set options like > LATEX_CLASS_OPTIONS or Write your own template. ox-koma-letter has supported it's own standard template (as compared to the default LaTeX template) for a while now. A description on how to use this feature is included in the preamble of the file. If you insist on not having "non-file-based" customizations use something like Emacs skeletons or yasnippet (not part of Emacs) to generate templates. > how to use German language and smart quotes when composing a letter. Did you turn on smart quotes? (setq org-export-with-smart-quotes t). It works on my system with ox-koma-letter. Hope it helps, Rasmus -- Enough with the bla bla!