From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Exporter problem: cannot activate options Date: Fri, 15 Mar 2013 22:05:17 +0100 Message-ID: <87sj3wpe5u.fsf@bzg.ath.cx> References: <878v5rfi0y.fsf@gmail.com> <5141A230.6070701@online.de> <87r4jhboun.fsf@gmail.com> <5142E9A6.8070409@online.de> <87sj3w5zp5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGbob-00016B-4Y for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 17:05:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGboZ-0007hJ-VW for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 17:05:25 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:50912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGboZ-0007hD-P6 for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 17:05:23 -0400 Received: by mail-we0-f176.google.com with SMTP id s43so3481853wey.21 for ; Fri, 15 Mar 2013 14:05:23 -0700 (PDT) In-Reply-To: <87sj3w5zp5.fsf@gmail.com> (Nicolas Goaziou's message of "Fri, 15 Mar 2013 18:40:22 +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: Nicolas Goaziou Cc: Rainer Stengele , emacs-orgmode@gnu.org Nicolas Goaziou writes: >> 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. The fact it's back-end dependant is a reason for reintroducing this feature, but a bit wiser. You could do C-c C-e t to insert a back-end independant template (org-export-with-author, etc.) and C-c C-e h t to insert the html-dependant ones. > On the other hand, pcomplete (through M-TAB) offers some nice > completions for many keywords. I think M-TAB after #+OPTIONS should complete a complete line with the values for back-end-independant options. It's easier to tweak them by directly editing them rather than doing M-TAB each time you want to insert an option. Also, the advantage of the previous behavior was to be able to know what were the values of the options, which is not possible anymore. -- Bastien