From mboxrd@z Thu Jan 1 00:00:00 1970 From: Klarre N Subject: Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)] Date: Fri, 4 Nov 2016 23:17:30 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f403045c722a75ba950540810b80 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2mo5-0008Uf-8J for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 18:17:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2mo4-000605-9b for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 18:17:53 -0400 Received: from mail-yb0-x230.google.com ([2607:f8b0:4002:c09::230]:34937) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c2mo4-0005ym-1q for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 18:17:52 -0400 Received: by mail-yb0-x230.google.com with SMTP id d128so37105222ybh.2 for ; Fri, 04 Nov 2016 15:17:52 -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" To: emacs-orgmode@gnu.org --f403045c722a75ba950540810b80 Content-Type: text/plain; charset=UTF-8 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! --f403045c722a75ba950540810b80 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,
concatenated filenames for org= -capture templates no longer works (since 9.0).

=
ECM:
(setq org-default-notes-file "absolute-pa= th/default.org")
(defvar absolut= e "absolute-path/"
=C2=A0=C2=A0=C2=A0 "Path to Desired di= rectory.")
(setq org-capture-templates '(
=C2=A0 ("e&qu= ot; "Example" entry
=C2=A0=C2=A0 (file+headline (concat absolu= te "example.org") "Exampl= e")
=C2=A0=C2=A0 "* Capture"
=C2=A0=C2=A0 :empty-lines= 1)))

Expected result:
<= /span>
Add "* Capture" to absolu= te-path/example.org.

Result: &quo= t;* 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&quo= t;)
(setq org-capture-templates '(
=C2=A0 ("e" "Ex= ample" entry
=C2=A0=C2=A0 (file+headline "absolute-path/example.org" "Example")
=C2= =A0=C2=A0 "* Capture"
=C2=A0=C2=A0 :empty-lines 1)))



Thanks!
--f403045c722a75ba950540810b80-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)] Date: Fri, 04 Nov 2016 22:36:24 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11484bd08a85960540814e6f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2n6E-0000Hm-US for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 18:36:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2n6D-0005pP-Ov for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 18:36:38 -0400 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:34034) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c2n6D-0005oE-EK for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 18:36:37 -0400 Received: by mail-vk0-x231.google.com with SMTP id x186so79097961vkd.1 for ; Fri, 04 Nov 2016 15:36:37 -0700 (PDT) In-Reply-To: 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" To: Klarre N , emacs-orgmode@gnu.org --001a11484bd08a85960540814e6f Content-Type: text/plain; charset=UTF-8 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 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 --001a11484bd08a85960540814e6f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Klarre,

The org 9.0 release had depr= ecated use of S-exps in org-capture-templates. That, though, went undocumen= ted. So for now, that deprecation is reverted on the main branch and moved = to the master/dev branch.


So when org st= able next updates on Elpa (probably on Monday?), that will have this revert= ed 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-ex= p 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 &qu= ot;absolute-path/default.org")
(defvar absolute = "absolute-path/"
=C2=A0=C2=A0=C2=A0 "= Path to Desired directory.")
(setq org-capture-= templates '(
=C2=A0 ("e" "Example= " entry
=C2=A0=C2=A0 (file+headline (concat abs= olute "example.org") "Example")
= =C2=A0=C2=A0 "* Capture"
=C2=A0=C2=A0 :emp= ty-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 '(
= =C2=A0 ("e" "Example" entry
=C2= =A0=C2=A0 (file+headline "absolute-path/example.org" "Example&= quot;)
=C2=A0=C2=A0 "* Capture"
=C2=A0=C2=A0 :empty-lines 1)))



Thanks!
--

Kaushal Modi

--001a11484bd08a85960540814e6f-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Klarre N Subject: Re: Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)] Date: Fri, 4 Nov 2016 23:45:11 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c0558bc7589100540816ee7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2nEs-0002vz-V1 for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 18:45:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2nEr-0006SW-CY for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 18:45:35 -0400 Received: from mail-yb0-x229.google.com ([2607:f8b0:4002:c09::229]:36152) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c2nEq-0006RA-Vx for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 18:45:33 -0400 Received: by mail-yb0-x229.google.com with SMTP id v78so37414265ybe.3 for ; Fri, 04 Nov 2016 15:45:32 -0700 (PDT) In-Reply-To: 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" To: Kaushal Modi , emacs-orgmode@gnu.org --94eb2c0558bc7589100540816ee7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 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=3D > 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 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 > --=20 Med v=C3=A4nliga h=C3=A4lsningar Klaus --94eb2c0558bc7589100540816ee7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks for the quick answer!
Oh I see, could you please provide an ex= ample how to write such a function wrapper (I am new to Elisp)?
I defined se= veral variables to directories where I have org-files, and capture to one o= r more files in those directories, for example:
(defvar logs <= /span>"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:3= 6 PM, Kaushal Modi <kaushal.modi@gmail.com> wrote:
<= blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px= #ccc solid;padding-left:1ex">
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.


So when org stable next up= dates 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 onc= e again be deprecated. So it would be best to replace that S-exp with a fun= ction 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 wo= rks (since 9.0).

ECM:(setq org-default-notes-file &quo= t;absolute-path/default.org")
(defvar absolute "absolute-path/"
=C2=A0=C2=A0=C2=A0 "Path to Desire= d directory.")
(setq org-c= apture-templates '(
=C2=A0 = ("e" "Example" entry
=C2=A0=C2=A0 (file+headline (concat absolute "example.org") "Example")
=C2=A0=C2=A0 "* Capture"
=C2=A0=C2=A0 :empty-lines 1)))

Expected result:
Add "* Capture"= to absolute-path/example.org.

Result: &qu= ot;* Capture" is added to "absolute-path/default.o= rg".

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 '(
= =C2=A0 ("e" "Example" entry
=C2=A0=C2=A0 (file+headline "absolute-path/example.org" "Example")
=C2=A0=C2=A0 "* Capture"
=C2=A0=C2=A0 :empty-lines 1)))


Thanks!
--

Kaushal Modi




--
<= div>
Med v=C3=A4n= liga h=C3=A4lsningar
Klaus
--94eb2c0558bc7589100540816ee7-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi 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 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113ad4e25ef6a705408287e8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2oSt-0000vS-Hw for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 20:04:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2oSs-000729-3i for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 20:04:07 -0400 Received: from mail-ua0-x22a.google.com ([2607:f8b0:400c:c08::22a]:35354) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c2oSr-00070w-PE for emacs-orgmode@gnu.org; Fri, 04 Nov 2016 20:04:06 -0400 Received: by mail-ua0-x22a.google.com with SMTP id 12so79340902uas.2 for ; Fri, 04 Nov 2016 17:04:05 -0700 (PDT) In-Reply-To: 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" To: Klarre N , emacs-orgmode@gnu.org --001a113ad4e25ef6a705408287e8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 wrote: > Thanks for the quick answer! > Oh I see, could you please provide an example how to write such a functio= n > 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 > 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=3Df5645675a336d8f56fa= 9e6bd63832bdbac71f315 > > 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 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=C3=A4nliga h=C3=A4lsningar > Klaus > --=20 Kaushal Modi --001a113ad4e25ef6a705408287e8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I am on phone, but the link I pasted had an example.=C2=A0

Here's another example:=C2=A0https://www.reddit.com/r/emacs/comments/5b= 3mtr/slug/d9llo30

You just need to wrap the se= xp 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)?
<= /div>
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 &q= uot;path-to-logs/") then capture to logs.org, events.org and services.org in t= hat 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,

<= /div>
The org 9.0 release had deprecated use of S-e= xps 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.


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, th= e use of S-exp will once again be deprecated. So it would be best to replac= e 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 "absolut= e-path/default.org"= )
(defvar absolute "absolute-path/"
=C2=A0=C2=A0=C2=A0 "Pa= th to Desired directory.")
(setq org-capture-templates '(
=C2=A0= ("e" "Example" entry
=C2=A0=C2=A0 (file+headline (con= cat absolute "example.o= rg") "Example")
=C2=A0=C2=A0 "* Capture"
=C2= =A0=C2=A0 :empty-lines 1)))

Expected result:
Add "* Ca= pture" to absolute-path/example.org.

Result: "* Capture" is added to "absolu= te-path/default.org"= ;.

This provides the desired result, but unable to use var= iable filenames (very useful):
(setq org-default-notes-file = "absolute-path/default.= org")
(setq org-capture-templates '(
=C2=A0 ("e" &= quot;Example" entry
=C2=A0=C2=A0 (file+headline "absolute-path/<= a href=3D"http://example.org" class=3D"m_-2862499183374216856m_404373937680= 9572210gmail_msg gmail_msg" target=3D"_blank">example.org" "E= xample")
=C2=A0=C2=A0 "* Capture"
=C2=A0=C2=A0 :empty-line= s 1)))



Thanks!
--

Kaushal Modi




--
Me= d v=C3=A4nliga h=C3=A4lsningar
Klaus
--

Kaushal Modi

--001a113ad4e25ef6a705408287e8-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Klarre N Subject: Re: Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)] Date: Sat, 5 Nov 2016 21:33:51 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c07ea18a16067054093b6f4 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c37fJ-0004gs-ER for emacs-orgmode@gnu.org; Sat, 05 Nov 2016 16:34:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c37fI-00017m-Mf for emacs-orgmode@gnu.org; Sat, 05 Nov 2016 16:34:13 -0400 Received: from mail-yw0-x232.google.com ([2607:f8b0:4002:c05::232]:36085) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c37fI-00016O-Hu for emacs-orgmode@gnu.org; Sat, 05 Nov 2016 16:34:12 -0400 Received: by mail-yw0-x232.google.com with SMTP id l124so111860711ywb.3 for ; Sat, 05 Nov 2016 13:34:12 -0700 (PDT) In-Reply-To: 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" To: kaushal.modi@gmail.com, emacs-orgmode@gnu.org --94eb2c07ea18a16067054093b6f4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Wasn't sure what the (sexp) part was, and tried to switch out file+headline to function (got invalid function), but with the help of the second link I got it working, thanks!=E2=80=8B --94eb2c07ea18a16067054093b6f4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Wasn't sure what the (sexp) part was, and tried to switch out file+h= eadline to function (got invalid function), but with the help of the second= link I got it working, thanks!=E2=80=8B
--94eb2c07ea18a16067054093b6f4--