From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: scrlttr2 class and org-mode Date: Tue, 12 Mar 2019 19:13:36 +0100 Message-ID: <874l887ygf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3lz8-00006m-Hc for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 14:18:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3luG-00039i-NY for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 14:13:41 -0400 Received: from mail-wr1-x432.google.com ([2a00:1450:4864:20::432]:39303) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h3luG-00038J-GL for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 14:13:40 -0400 Received: by mail-wr1-x432.google.com with SMTP id p8so3770105wrq.6 for ; Tue, 12 Mar 2019 11:13:40 -0700 (PDT) Received: from debian ([2a01:e0a:21e:7710:5c5:61f7:ecda:bb67]) by smtp.gmail.com with ESMTPSA id u14sm13118045wrr.42.2019.03.12.11.13.37 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Mar 2019 11:13:37 -0700 (PDT) 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: emacs-orgmode list Hello, Thanks to the documentation https://orgmode.org/worg/exporters/koma-letter-export.html I have succeeded to export in scrlttr2 class. Thanks to this lco files, https://tex.stackexchange.com/questions/63085/adding-sectioning-support-in-scrlttr2-class it is also possible to get sections in a letter with scrlttr2 class. Nevertheless, I have to write the latex code \section{} and I ignore how getting sections via org-mode for this class. Is it possible to get an org-mode translation for section in this class? Another problem is the bibiography . I am a fan of org-ref (many thanks again to John Kitchin) and I would be happy to use org-ref in a letter with scrlttr2 class. My goal is to be able to write emails in gnus and org-mode and optionally to export the content of the email in a nice letter to attach it. I guess that it is possible, but I need help. Your help would be very welcome. Best wishes, -- Joseph Vidal-Rosset