From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Org-mode, the strange export of certain tags Date: Thu, 31 Jan 2013 18:46:00 +0100 Message-ID: <87obg5ckkn.fsf@bzg.ath.cx> References: <305213f1-cb43-4368-b2cb-6530124e2781@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359656233 19795 80.91.229.3 (31 Jan 2013 18:17:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2013 18:17:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: twiki7619@yahoo.it Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 31 19:17:30 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U0yhU-0001Ko-O3 for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2013 19:17:28 +0100 Original-Received: from localhost ([::1]:40588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0yhC-0003XI-K3 for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2013 13:17:10 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0yh6-0003X1-TL for help-gnu-emacs@gnu.org; Thu, 31 Jan 2013 13:17:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0yh5-0005ZM-JY for help-gnu-emacs@gnu.org; Thu, 31 Jan 2013 13:17:04 -0500 Original-Received: from mail-wg0-f49.google.com ([74.125.82.49]:34734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0yh5-0005ZG-Ba for help-gnu-emacs@gnu.org; Thu, 31 Jan 2013 13:17:03 -0500 Original-Received: by mail-wg0-f49.google.com with SMTP id 15so2336463wgd.16 for ; Thu, 31 Jan 2013 10:17:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=HIA6gASdP0sVlSoss3f+jCRnmyh24AiUk+YHQfpfg1s=; b=WyB2eKpNM9tkVqaLv4eeD7DT48hz9OcbdrNWrIDcSQ0G6I3bfBEUj04YP4eVA+K+ov Ehb68zUFCzVx0YGmflPalV/0HdZi/yjDYPNTjivr/yN1vrdlYBO8Jy+NH2CxLAqHR7Da jVYMz1M6pQHGxu3oMYEGAeb0t2IHw/d6GWxUhFW6//wOWpeFWXjapF3Kpn6Pe9fpujsj +gfMQYEtKvRXenhkzXkZCT+iCcFIOZWcXesB/6CkitGjI0zeH8aiX/nMaPUq7ZU0ez3P fPZP8dhZZiVzj8JsTjdO26Xie7niM5rRHloBOCvOzanMkcO1/CKCI5xndZ4k8KutndBk nZuA== X-Received: by 10.194.88.202 with SMTP id bi10mr17167630wjb.5.1359654364565; Thu, 31 Jan 2013 09:46:04 -0800 (PST) Original-Received: from bzg.localdomain (214.130.114.78.rev.sfr.net. [78.114.130.214]) by mx.google.com with ESMTPS id hb9sm16486379wib.3.2013.01.31.09.46.02 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 31 Jan 2013 09:46:03 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 96D9D1C20D61; Thu, 31 Jan 2013 18:46:00 +0100 (CET) In-Reply-To: <305213f1-cb43-4368-b2cb-6530124e2781@googlegroups.com> (twiki's message of "Thu, 31 Jan 2013 09:30:15 -0800 (PST)") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.49 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88892 Archived-At: twiki7619@yahoo.it writes: > In a buffer in org-mode if I use as tags ":INFO:TODO:" > > When I export to HTML TAG these are exported with different > styles from other TAG and are also listed in the index. > > These tags also are inserted between the > tags " ... " : > > In the HTML source: > > ... > INFO:TODO > ... > > I want simply: > > ... > INFO > TODO > ... > > as for the other tags! I am not sure what you mean by other tags, but I guess you are refering to TODO keywords. Tags are exported differently than TODO keywords -- the simple reason here is that there may be several tags for one headline, while there is always only one TODO keyword. If I didn't understand what you meant, please provide a test.org with more explanations -- ah, and basic info like Emacs and Org version could help. Thanks, -- Bastien