emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Samuel Wales <samologist@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: %( in capture template
Date: Sun, 12 Mar 2017 18:45:32 -0700	[thread overview]
Message-ID: <CAJcAo8v9jikm4L1SbCCfmqOrvwO_b5jxoTR5txpm3BwvVa41MA@mail.gmail.com> (raw)
In-Reply-To: <87mveyv528.fsf@nicolasgoaziou.fr>

===
* ecm
capture literally inserts.  i was told this is not normal,
but a bug.

recent maint

to reproduce, evaluate the following code, select the lines
in the scratch buffer, and run m-x org-capture RET p.

set the notes file to whatever works for you.

*** code
  (require 'org-capture)
  (setq org-default-notes-file (substitute-in-file-name
"$dorg/alpha-org-testcase.org"))
  ;; (find-file org-default-notes-file)
  (defun alpha-org-testcase--create-capture-bug ()
    (add-to-list 'org-capture-templates
                 `("p" "Protocol p" entry
                   (file+headline ,org-default-notes-file "xyzzy-remember")
                   "%(alpha-org-protocol-string \"%:link\"
\"%:description\" \"%i\")"
                   :prepend t :immediate-finish t :jump-to-captured t))
    (defun alpha-org-protocol-string (link description region)
      (format "* debug org-capture
           - link %s
           - description %s
           - region %s \
           "
              link description region)))
*** the bug is below
***** debug org-capture
             - link
             - description
             - region ;; This buffer is for notes you don't want to
save, and for Lisp evaluation.
  %(alpha-org-protocol-string "" "" ";; If you want to create a file,
visit that file with C-x C-f,
  %(alpha-org-protocol-string "" "" ";; then enter the text in that
file's own buffer.
  %(alpha-org-protocol-string "" "" "
  %(alpha-org-protocol-string "" "" "
===

On 1/10/17, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
>
> Samuel Wales <samologist@gmail.com> writes:
>
>> i have "%(my-function \"%:link\" \"%:description\" \"%i\")" in a
>> capture template, which now does not run the function but treats it as
>> text.
>
> It should. Do you have an ECM?
>
> Regards,
>
> --
> Nicolas Goaziou
>


-- 
The Kafka Pandemic: <http://thekafkapandemic.blogspot.com>

The disease DOES progress. MANY people have died from it. And ANYBODY
can get it at any time.

The NIH, FDA, and CDC are not there for you.  Not without activism.

"You’ve really gotta quit this and get moving, because this is murder
by neglect." ---
<http://www.meaction.net/2017/02/03/pwme-people-with-me-are-being-murdered-by-neglect>.

  reply	other threads:[~2017-03-13  1:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-10 19:16 %( in capture template Samuel Wales
2017-01-10 23:38 ` Nick Dokos
2017-01-11  0:20   ` Samuel Wales
2017-01-11  8:56     ` Nicolas Goaziou
2017-01-12  2:19       ` Samuel Wales
     [not found]         ` <CAJcAo8u3=OqneKTpKWxBYwJW1Z-N9tQOe1-RZDD2-3OLgZkbxw@mail.gmail.com>
2017-02-09  4:41           ` Samuel Wales
2017-02-19  9:07             ` Nicolas Goaziou
2017-02-19 23:34               ` Samuel Wales
2017-02-19 23:34                 ` Samuel Wales
2017-03-07  3:45                 ` Samuel Wales
2017-01-11  0:00 ` Nicolas Goaziou
2017-03-13  1:45   ` Samuel Wales [this message]
2017-03-14  8:13     ` Nicolas Goaziou
2017-03-17  3:22       ` Samuel Wales

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJcAo8v9jikm4L1SbCCfmqOrvwO_b5jxoTR5txpm3BwvVa41MA@mail.gmail.com \
    --to=samologist@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).