From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox, patch] Keywords & what should go in ox? Date: Sat, 28 Mar 2015 16:21:14 +0100 Message-ID: <87ego9i1w5.fsf@nicolasgoaziou.fr> References: <871tkrsmxh.fsf@gmx.us> <87a8ze3bsa.fsf@nicolasgoaziou.fr> <87egobtv98.fsf@gmx.us> <87d23vlclb.fsf@nicolasgoaziou.fr> <87a8yywqo4.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbsWp-0002z5-Iy for emacs-orgmode@gnu.org; Sat, 28 Mar 2015 11:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbsWm-0006bA-D8 for emacs-orgmode@gnu.org; Sat, 28 Mar 2015 11:20:03 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbsWm-0006b1-7l for emacs-orgmode@gnu.org; Sat, 28 Mar 2015 11:20:00 -0400 In-Reply-To: <87a8yywqo4.fsf@gmx.us> (rasmus@gmx.us's message of "Fri, 27 Mar 2015 13:50:03 +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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > By this logic we'd have to add *every* "global" keyword, no? Does it make > sense? Every global (as in "ox.el") keyword should be documented there, indeed. >>> At least SUBTITLE for ox-texinfo in not documented here. >> >> That's also a documentation bug. Note that it should probably >> be :texinfo-subtitle (and :texinfo-subauthor). > > Unless we add a #+SUBTITLE... It depends. Adding a prefix allows to specify a subtitle per back-end when publishing through multiple back-ends. Not a big deal, tho. > So should I go ahead a kill KEYWORD and DESCRIPTION in ox? IIUC, this is what we agreed on in the related thread. Regards,