From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox, patch] Add #+SUBTITLE Date: Sat, 28 Mar 2015 16:17:01 +0100 Message-ID: <87iodli236.fsf@nicolasgoaziou.fr> References: <87a8z7z20k.fsf@gmx.us> <87vbht2kri.fsf@nicolasgoaziou.fr> <87sicx6of8.fsf@gmx.us> <87vbhqn4u4.fsf@nicolasgoaziou.fr> <87twxa7n3e.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbsSj-0001EN-Nf for emacs-orgmode@gnu.org; Sat, 28 Mar 2015 11:15:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbsSg-0005Md-Ho for emacs-orgmode@gnu.org; Sat, 28 Mar 2015 11:15:49 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:39731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbsSg-0005LL-Ch for emacs-orgmode@gnu.org; Sat, 28 Mar 2015 11:15:46 -0400 In-Reply-To: <87twxa7n3e.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 24 Mar 2015 10:37:25 +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: > Isn't the point that you don't have to support those (e.g. markddown). > The current documentation is pretty specific about not having expectations > about KEYWORDS and DESCRIPTION working. It would be the same for > SUBTITLE. OK, then SUBTITLE is expected to be out of "ox.el". > I think it is fine either way. But I have never used DESCRIPTION and I > don't use KEYWORDS regularly. Then let's put them in the same bag as SUBTITLE and document them per back-end, whenever they are used. > I think I didn't understand the first quote above (prefixed with ">>>"). > It should *not* be a common feature. It should be a feature of the > backend where it makes sense, namely backends for text documents at > large. Fair enough. Regards,