From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: Re: ox-koma-letter support for \cc and \encl? Date: Tue, 11 Jun 2013 07:30:12 +0200 Message-ID: <20130611053012.GA1925@kenny.local> References: <20130611021514.GA15428@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmH9u-00078z-VF for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 01:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmH9u-0008Js-3W for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 01:30:18 -0400 Received: from mail-bk0-x22c.google.com ([2a00:1450:4008:c01::22c]:35856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmH9t-0008Jo-T8 for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 01:30:18 -0400 Received: by mail-bk0-f44.google.com with SMTP id r7so3735628bkg.17 for ; Mon, 10 Jun 2013 22:30:17 -0700 (PDT) Received: from kenny.local (f052131110.adsl.alicedsl.de. [78.52.131.110]) by mx.google.com with ESMTPSA id oy6sm2015634bkb.14.2013.06.10.22.30.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Jun 2013 22:30:16 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20130611021514.GA15428@panahar> 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 Hi Vikas, Vikas Rawal wrote: > Does ox-koma-letter support \cc and \encl? > > Vikas > Yes. Add two headlines to your letter, one tagged with :CC: and one with :ENCL:. The content below these headlines will be converted to the relevant LaTeX code. This also works with :PS:. However, you need a fairly recent version of ox-koma-letter. Cheers, Viktor