From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: Printing in indent mode Date: Sun, 02 Oct 2011 08:16:51 +0300 Message-ID: References: <817h4rih7a.fsf@gmail.com> <83d3eimiox.fsf@yahoo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAEQD-0005sb-E7 for emacs-orgmode@gnu.org; Sun, 02 Oct 2011 01:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAEQC-0003RA-C2 for emacs-orgmode@gnu.org; Sun, 02 Oct 2011 01:17:05 -0400 Received: from lo.gmane.org ([80.91.229.12]:48489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAEQC-0003Qy-6y for emacs-orgmode@gnu.org; Sun, 02 Oct 2011 01:17:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RAEQB-0003wJ-7V for emacs-orgmode@gnu.org; Sun, 02 Oct 2011 07:17:03 +0200 Received: from cs181237200.pp.htv.fi ([82.181.237.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Oct 2011 07:17:03 +0200 Received: from jarmo.hurri by cs181237200.pp.htv.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Oct 2011 07:17:03 +0200 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 Giovanni Ridolfi writes: >> That would be very nice, but I do not know how to do this for a >> hierarchical list so that the result would look like a list. > > For a subtree: > * A list > :PROPERTIES: > :EXPORT_TITLE: > :EXPORT_OPTIONS: H:0 num:nil toc:nil \n:t @:t ::t |:t ^:t f:nil *:t tags:nil TeX:t LaTeX:nil skip:t p:nil author:nil email:nil creator:nil timestamp:nil > :END: Thanks, works like a charm! It might be useful for me to define this as a function (like org-export-as-pdf-as-is). I will try to figure out later how I could do it. All the best, Jarmo