From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox, patch] Keywords & what should go in ox? Date: Tue, 17 Mar 2015 16:46:43 +0100 Message-ID: <87h9tj39uk.fsf@nicolasgoaziou.fr> References: <871tkrsmxh.fsf@gmx.us> <87a8ze3bsa.fsf@nicolasgoaziou.fr> <87pp87hbxk.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXtgT-00022i-2i for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 11:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXtgP-0002iY-AC for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 11:45:33 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:57489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXtgP-0002iH-41 for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 11:45:29 -0400 In-Reply-To: <87pp87hbxk.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 17 Mar 2015 16:37:59 +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: > Nicolas Goaziou writes: > >> We don't need a convoluted markup for that, let's keep it simple. > > But then you'd have to repeat data. E.g. > > #+KEYWORDS: my keywords for meta-data that should also be printed. > my keywords for meta-data that should also be printed. > > This seems error prone and undesirable IMO. Except that this is not a real repetition. As you mentioned, in the latter case, you want to throw in links and probably other markup, which make no sense in plain meta-data. IMO, this is over-engineering. Regards,