From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: twiki7619@yahoo.it Newsgroups: gmane.emacs.help Subject: Org-mode, the strange export of certain tags Date: Thu, 31 Jan 2013 09:30:15 -0800 (PST) Message-ID: <305213f1-cb43-4368-b2cb-6530124e2781@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1359653713 26131 80.91.229.3 (31 Jan 2013 17:35:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2013 17:35:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 31 18:35:33 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 1U0y2u-0006fK-K2 for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2013 18:35:32 +0100 Original-Received: from localhost ([::1]:52288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0y2c-0005zF-C6 for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Jan 2013 12:35:14 -0500 X-Received: by 10.224.17.140 with SMTP id s12mr4751878qaa.3.1359653415770; Thu, 31 Jan 2013 09:30:15 -0800 (PST) X-Received: by 10.49.116.135 with SMTP id jw7mr918837qeb.10.1359653415706; Thu, 31 Jan 2013 09:30:15 -0800 (PST) Original-Path: usenet.stanford.edu!p13no7492124qai.0!news-out.google.com!k2ni4378qap.0!nntp.google.com!p13no9224831qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=31.199.112.21; posting-account=KTfcRwoAAACWYY0IkOF6XsPlUcKymHuX Original-NNTP-Posting-Host: 31.199.112.21 User-Agent: G2/1.0 Injection-Date: Thu, 31 Jan 2013 17:30:15 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:196596 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:88890 Archived-At: 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! Suggestions???