From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org mode release 6.04 Date: Wed, 28 May 2008 06:36:28 +0200 Message-ID: References: <9649271a0805272101r193c5713of86e13d4726dd0f@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1DOq-0004uF-A0 for emacs-orgmode@gnu.org; Wed, 28 May 2008 00:36:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1DOo-0004tT-Gp for emacs-orgmode@gnu.org; Wed, 28 May 2008 00:36:31 -0400 Received: from [199.232.76.173] (port=49065 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1DOo-0004tM-9F for emacs-orgmode@gnu.org; Wed, 28 May 2008 00:36:30 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:50665) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1DOn-0005fH-T4 for emacs-orgmode@gnu.org; Wed, 28 May 2008 00:36:30 -0400 In-Reply-To: <9649271a0805272101r193c5713of86e13d4726dd0f@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Levin Du Cc: Org-mode Mode Fixed thanks. I cannot make an error message when you have misspelled a tag, because Org cannot know if you have inserted that string on purpose. But the loop is fixed now, and I am using now contents instead of content. - Carsten On May 28, 2008, at 6:01 AM, Levin Du wrote: > I love the feature of "Editing source code example in the proper > mode". It's very handy and powerful. > > I found a bug with org-mtags.el. The table of content tag in muse is > , but in org is . > > If I write a simple org file with the misspelled tag: > ----8<----8<--- > > * title1 > * title2 > ----8<----8<--- > > then export using "C-c C-e h" will lead to a loop in org-mtags-get- > tag-and-attributes. > > I wish I can use to be consistent with muse, and get a > warning from org if the tag is not supported. >