From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Loginov Subject: bug report: body-tag confusion Date: Wed, 27 Jun 2007 21:13:10 +0700 Message-ID: <87y7i5cwp5.fsf@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I3YaG-0001CG-KF for emacs-orgmode@gnu.org; Wed, 27 Jun 2007 10:33:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I3YaF-0001Bx-J0 for emacs-orgmode@gnu.org; Wed, 27 Jun 2007 10:33:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3YaF-0001Bu-Fr for emacs-orgmode@gnu.org; Wed, 27 Jun 2007 10:33:27 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I3YaE-00066c-Go for emacs-orgmode@gnu.org; Wed, 27 Jun 2007 10:33:26 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I3YRi-0004Zn-Um for emacs-orgmode@gnu.org; Wed, 27 Jun 2007 16:24:38 +0200 Received: from itam118.itam.nsc.ru ([194.226.179.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jun 2007 16:24:38 +0200 Received: from zeliboba by itam118.itam.nsc.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jun 2007 16:24:38 +0200 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: emacs-orgmode@gnu.org hi all I found, if put word between colons in the body, it will be prompted for tag completion, when you hit C-c C-c on header. lets say, you have: ** TODO test hm :bla: hm then "bla" will appear in tag completion list. but it is not fully functional tag: you cannot find this body in agenda tag view, although this pseudo tag appeared in completion for agenda tag view best Maxim