From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: [OT] Custom remember template Date: Tue, 10 May 2011 20:56:18 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJyez-0002hA-HM for emacs-orgmode@gnu.org; Tue, 10 May 2011 21:56:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJyey-0005HH-Gh for emacs-orgmode@gnu.org; Tue, 10 May 2011 21:56:21 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:45051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJyey-0005HB-AW for emacs-orgmode@gnu.org; Tue, 10 May 2011 21:56:20 -0400 Received: by bwz17 with SMTP id 17so64910bwz.0 for ; Tue, 10 May 2011 18:56:18 -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: Org Mode Hey list, I want a truly custom string to be output by the org-remember template, so I thought I could do something like: ("Journal Entry" ?j (concat "* " (mycustomfunc))) Since "mycustomfunc" and concat both return strings, I thought I wouldn't have a problem... But it fails with: let*: Wrong type argument: char-or-string-p, (concat "kd" "d") I'm not yet that good with elisp to debug that. Could someone give a hand ? Or it's not possible at all? Thanks, Marcelo.