From mboxrd@z Thu Jan 1 00:00:00 1970 From: G Subject: my capture template generates a literal "%?" Date: Thu, 09 Aug 2012 09:20:50 +0200 Message-ID: <502364D2.7030208@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzN3A-0008Nn-7o for emacs-orgmode@gnu.org; Thu, 09 Aug 2012 03:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzN36-0006FW-Fz for emacs-orgmode@gnu.org; Thu, 09 Aug 2012 03:20:56 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:43033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzN36-0006Do-AB for emacs-orgmode@gnu.org; Thu, 09 Aug 2012 03:20:52 -0400 Received: by wibhm2 with SMTP id hm2so78074wib.0 for ; Thu, 09 Aug 2012 00:20:51 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I am using Emacs 24.1 in Win7 (64bit) and Org 7.8.11. I would like to have a capture template that just puts me at the end of my journal in plain text (although date tree) after a custom time stamp (e.g. 09:13). I tried the following ("p" "Plain Journal" plain (file+datetree "C:/Users/Geralb/Documents/privat/org/MyAgenda.org") "%<%H:%M>\n\n%?" :unnarrowed t :empty-lines 1) But in this template a literal %? is written and point is thereafter. I tried another template ("e" "Entry Journal" entry (file+datetree "C:/Users/Geralb/Documents/privat/org/MyAgenda.org") "* Um %U von %a\n\n%?\n" :empty-lines 1 :unnarrowed t) And this seems to work, but it's not what I would like to have. Did I write the template wrong? Geralb