emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Klarre N <klarre@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)]
Date: Sat, 05 Nov 2016 00:03:53 +0000	[thread overview]
Message-ID: <CAFyQvY2taTVhSgJd0TVgU2ndwNk7fx=U3Cs2iqhnmnsE8Jd6Rg@mail.gmail.com> (raw)
In-Reply-To: <CALwm17UD=rQY31e6zgZAge779w0EWpEk9-YHVOnR9N7zP07UVA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2488 bytes --]

I am on phone, but the link I pasted had an example.

Here's another example:
https://www.reddit.com/r/emacs/comments/5b3mtr/slug/d9llo30

You just need to wrap the sexp in (lambda () ..... ).

On Fri, Nov 4, 2016, 6:45 PM Klarre N <klarre@gmail.com> wrote:

> Thanks for the quick answer!
> Oh I see, could you please provide an example how to write such a function
> wrapper (I am new to Elisp)?
> I defined several variables to directories where I have org-files, and
> capture to one or more files in those directories, for example:
> (defvar logs "path-to-logs/") then capture to logs.org, events.org and
> services.org in that directory. How could I do that with a function
> wrapper?
>
> Thanks you!
>
> On Fri, Nov 4, 2016 at 11:36 PM, Kaushal Modi <kaushal.modi@gmail.com>
> wrote:
>
> Hi Klarre,
>
> The org 9.0 release had deprecated use of S-exps in org-capture-templates.
> That, though, went undocumented. So for now, that deprecation is reverted
> on the main branch and moved to the master/dev branch.
>
>
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=f5645675a336d8f56fa9e6bd63832bdbac71f315
>
> So when org stable next updates on Elpa (probably on Monday?), that will
> have this reverted commit in it. But going forward, when org 9.1 is
> released, the use of S-exp will once again be deprecated. So it would be
> best to replace that S-exp with a function wrapper.
>
> On Fri, Nov 4, 2016 at 6:19 PM Klarre N <klarre@gmail.com> wrote:
>
> Hi,
> concatenated filenames for org-capture templates no longer works (since
> 9.0).
>
> ECM:
> (setq org-default-notes-file "absolute-path/default.org")
> (defvar absolute "absolute-path/"
>     "Path to Desired directory.")
> (setq org-capture-templates '(
>   ("e" "Example" entry
>    (file+headline (concat absolute "example.org") "Example")
>    "* Capture"
>    :empty-lines 1)))
>
> Expected result:
> Add "* Capture" to absolute-path/example.org.
>
> Result: "* Capture" is added to "absolute-path/default.org".
>
> This provides the desired result, but unable to use variable filenames
> (very useful):
> (setq org-default-notes-file "absolute-path/default.org")
> (setq org-capture-templates '(
>   ("e" "Example" entry
>    (file+headline "absolute-path/example.org" "Example")
>    "* Capture"
>    :empty-lines 1)))
>
>
> Thanks!
>
> --
>
> Kaushal Modi
>
>
>
>
> --
> Med vänliga hälsningar
> Klaus
>
-- 

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 11572 bytes --]

  reply	other threads:[~2016-11-05  0:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-04 22:17 Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)] Klarre N
2016-11-04 22:36 ` Kaushal Modi
2016-11-04 22:45   ` Klarre N
2016-11-05  0:03     ` Kaushal Modi [this message]
2016-11-05 20:33       ` Klarre N

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='CAFyQvY2taTVhSgJd0TVgU2ndwNk7fx=U3Cs2iqhnmnsE8Jd6Rg@mail.gmail.com' \
    --to=kaushal.modi@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=klarre@gmail.com \
    /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).