From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Loginov Subject: bbdb keywords in remenber template Date: Wed, 11 Jul 2007 14:03:14 +0700 Message-ID: <87r6nfbex9.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 1I8WEV-0003Ra-9R for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 03:03:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8WET-0003Qm-Py for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 03:03:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8WET-0003Qf-Er for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 03:03:29 -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 1I8WES-0001Oq-Nk for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 03:03:29 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I8WEQ-0002Jg-0B for emacs-orgmode@gnu.org; Wed, 11 Jul 2007 09:03:26 +0200 Received: from itam95.itam.nsc.ru ([194.226.179.95]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2007 09:03:25 +0200 Received: from zeliboba by itam95.itam.nsc.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2007 09:03:25 +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 can anybody explain how %:name keyword is working in remember template? using this keyword in the template is not expanded, but produce only %:name string. let's say I have: (setq org-remember-templates '((?p "* %:name"))) is that incorrect usage or bug? thanks Maxim