From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Exporter problem: cannot activate options Date: Fri, 15 Mar 2013 18:40:22 +0100 Message-ID: <87sj3w5zp5.fsf@gmail.com> References: <878v5rfi0y.fsf@gmail.com> <5141A230.6070701@online.de> <87r4jhboun.fsf@gmail.com> <5142E9A6.8070409@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGYcM-0008Kk-1p for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 13:40:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGYcK-0003OZ-SQ for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 13:40:33 -0400 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:46499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGYcK-0003OL-I7 for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 13:40:32 -0400 Received: by mail-we0-f182.google.com with SMTP id t57so3501869wey.13 for ; Fri, 15 Mar 2013 10:40:31 -0700 (PDT) In-Reply-To: <5142E9A6.8070409@online.de> (Rainer Stengele's message of "Fri, 15 Mar 2013 10:28:06 +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: Rainer Stengele Cc: emacs-orgmode@gnu.org Hello, Rainer Stengele writes: > Am 14.03.2013 23:25, schrieb Nicolas Goaziou: >> Hello, >> >> Rainer Stengele writes: >> >>> thanks for the notice. >>> I really would need to be able to configure export options. >> >> I just told you how to do it. >> >>> I cannot include timestamps in a html export. >>> Please give me a hint. >> >> Could you elaborate? >> >> Thank you. >> >> >> Regards, >> > Maybe I misunderstand the situation. > My old settings > > :PROPERTIES: > :EXPORT_OPTIONS: <:t todo:t toc:nil > :END: Put point, for example, on properties line. Call Export Dispatcher (with C-c C-e). If "Export Scope" isn't "Subtree", use C-s once. Then call the appropriate exporter (e.g. h H). > do not work anymore. I see that > > #+OPTIONS: <:nil tasks:t d:t toc:t > > is working, but I want a setting per subtree. > I thought that the mechs for setting options did change with the new > exporter but I could not find new docs for that. > > I also cannot get a list of possible options with the old "C-c C-e t". This has been removed, because it is heavily back-end dependent. On the other hand, pcomplete (through M-TAB) offers some nice completions for many keywords. Regards, -- Nicolas Goaziou