Re: [Orgmode][babel] How to add results to text inline?

2011-02-22 Thread Andreas Leha
Hi Torsten, Have a look at the 'src_{}' construct as described here: http://orgmode.org/org.html#Structure-of-code-blocks Hth, Andreas Am 23.02.2011 06:55, schrieb Torsten Wagner: > Hi, > > guess this is a FAQ or at least a stupid question. > However, I read along worg and wasn't able to find a

[Orgmode][babel] How to add results to text inline?

2011-02-22 Thread Torsten Wagner
Hi, guess this is a FAQ or at least a stupid question. However, I read along worg and wasn't able to find a solution. I would like to add the result of a source code block in some text paragraph. ---start--mini-example #+source:my_formula(my_parameter='1') #+begin_src python :results val

Re: [Orgmode] How-to access org-mode data

2011-02-22 Thread Torsten Wagner
Nevermind, I just found 'hacking' on worg might have some infos I could start with Torsten On 02/22/2011 09:40 PM, Torsten Wagner wrote: Hi, I try to extract certain information which are processed by org-mode. As an example the compiled agenda-list. Basically, I want to have certain parts of

Re: [Orgmode] Possible Calc support for Org-Babel?

2011-02-22 Thread Eric Schulte
Christopher Allan Webber writes: > (failed to wide-reply initially) > > I just had use for this for some quick calculations I wanted to add to > one of my files, but... > > Any idea why variables inside of parentheses don't work, but variables > outside of them do? > > #+BEGIN_SRC calc :var testv

Re: [Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-22 Thread Eric Schulte
[...] > > Hi Eric > > Apologies, I'm still familiarising myself with Gnus but hopefully this > will work. > Worked perfectly, this is now applied thanks. > > Also thanks for Babel, I think its got a great future! > With engaged users sending in patches and improvements I'm sure it will. Thanks!

Re: [Orgmode] Re: Nice python listings colors, or solution to beamer + minted brokenness?

2011-02-22 Thread Chris Malone
Hi Chris Just for completeness - and because I had little previous experience with using =org-babel= stuff - I attempted to write a small =sh= source block that parses the current =org-mode= file and builds an appropriate "emph" entry in the listings =lstset=:

[Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-22 Thread Martyn Jago
Bastien writes: > Hi Martyn, > > Martyn Jago writes: > >> The FSF process is in progress - I'm currently waiting for the agreement >> to sign. I'll tidy up the YAML export. > > I confirm the assignment/disclaimer process with the FSF is complete. > > I added you to the list of contributors on Wo

[Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-22 Thread Martyn Jago
"Eric Schulte" writes: > Martyn Jago writes: > >> "Eric Schulte" writes: >> >> [...] >> > Hi Martyn, > > That's great news. A just had trouble trying to apply your earlier > patch, could you reproduce the patch with > > git diff > cpp.patch > > then re-send the resulting patch as an attachme

Re: [Orgmode] [PATCH] Allow inclusion of author's email in LaTeX export

2011-02-22 Thread Hsiu-Khuern Tang
Hi, I noticed that special characters in the email, such as an underscore, are not escaped. This causes LaTeX errors. To reproduce, put this line at the top of an org file and try to export to PDF via LaTeX: #+EMAIL: first_l...@example.com Thanks, Hsiu-Khuern. On Mon, Jan 17, 2011 at 11:21 A

Re: [Orgmode] Deriving mode from org-mode

2011-02-22 Thread Anders Waldenborg
On 02/22/2011 10:34 AM, Carsten Dominik wrote: Sorry for following up on my own mail. I want to add a pointer to the documentation for org-wikinodes.el: http://orgmode.org/worg/org-contrib/org-wikinodes.html Thanks. I've already seen that - I'm not very interesed in camelcase links. However

[Orgmode] 2nd clone of Org-mode for Vim

2011-02-22 Thread Jan Christoph Ebersbach
Hi, I guess it all started with the FLOSS podcast done by Carsten Dominik. Thanks for that. It was the first time I heard about Org-mode. Herbert Sitz announced a first implementation last year (http://permalink.gmane.org/gmane.emacs.orgmode/33226). As far as I can tell a lot of people got attrac

Re: [Orgmode] Re: Bytecompiler is unhappy...

2011-02-22 Thread Carsten Dominik
On Feb 22, 2011, at 9:15 PM, Nicolas wrote: Hello, I've taken care of: In org-fill-paragraph: org.el:19105:27:Warning: assignment to free variable `struct' org.el:19110:33:Warning: reference to free variable `struct' In end of data: org-list.el:3007:1:Warning: the function `outline-flag-r

Re: [Orgmode] org-contacts.el

2011-02-22 Thread Robert Klein
Hi Martin, Martin Butz wrote: Hi to all, I'm using org-mode since a year or so. Its a great peace of software and I could not imagine using another organizer and notes tool anymore! Thanks a lot for all this work! I tried to use org-contacts.el using the current version from git://git.naq

[Orgmode] Re: Bytecompiler is unhappy...

2011-02-22 Thread Nicolas
Hello, I've taken care of: > In org-fill-paragraph: > org.el:19105:27:Warning: assignment to free variable `struct' > org.el:19110:33:Warning: reference to free variable `struct' > In end of data: > org-list.el:3007:1:Warning: the function `outline-flag-region' is not known to > be defined.

[Orgmode] org-contacts.el

2011-02-22 Thread Martin Butz
Hi to all, I'm using org-mode since a year or so. Its a great peace of software and I could not imagine using another organizer and notes tool anymore! Thanks a lot for all this work! I tried to use org-contacts.el using the current version from git://git.naquadah.org/org-contacts.git My o

[Orgmode] Re: custom agenda view with tags-todo not work

2011-02-22 Thread Bernt Hansen
Bastien writes: > Hi Osiris, > > OSiRiS writes: > >> I tried to set the custom view in the calendar, but does not work. >> >> #+BEGIN_SRC elisp >> >> (setq org-agenda-custom-commands >> '( >> ("f" "FIXED" tags-todo >> "+bug+TODO=\"DONE\"+STATUS=\"FIXED\"+CLOSED>=\"\"") >> ) >>

Re: [Orgmode] Sending TODO items automatically to a specified email address

2011-02-22 Thread Marvin Doyley
Thanks, Bastien By the way I use Mac mail, hopefully this shouldn't be a problem Cheers M Sent from my iPhone On Feb 22, 2011, at 10:30 AM, Bastien wrote: > Hi Marvin, > > Marvin Doyley writes: > >> Does anybody know how to send TODO as email attachment. What would be >> nice is if the TODO

[Orgmode] [PATCH] Re: [BUG] htmlp and latexp

2011-02-22 Thread Dan Davison
Bastien writes: > Hi Dan, > > Dan Davison writes: > >> I was thinking that if it were defvard in org.el, say as >> >> (defvar org-export-current-backend nil) >> >> then any code could use (null org-export-current-backend) to test >> whether org is currently exporting or not. Otherwise, the code

RE: [Orgmode] using (id "Name") target in org-capture-templates

2011-02-22 Thread Sullivan, Gregory (US SSA)
It would be quite useful if I could use currentfile in place of "path/to/file" in the various Target patterns. That is, it would be nice to write something like: (setq org-capture-templates '(("j" "Journal" entry (file+headline currentfile "Journal") "* %a\n\n%i")) ("t" "To Do" entry (f

[Orgmode] Re: Two questions about using a =#+begin_src emacs-lisp= block

2011-02-22 Thread Achim Gratz
"Eric Schulte" writes: > if you are worried that you don't have the correct version of Org-mode > installed you can check the output of the `org-version' function. Mine > reads > > "Org-mode version 7.4 (release_7.4.510.g1e35)" Note: the SHA1 for the git commit is only shown if Orgmode is instal

[Orgmode] Re: convert orgmode to docx

2011-02-22 Thread Fabian Braennstroem
Hi Bastien, thanks for the info! Do you have a hint, how I could do the export in batchmode from the console in Linux? Best Regards! Fabian On 02/22/2011 12:32 PM, Bastien wrote: Hi Fabian, Fabian Braennstroem writes: Oh, one question... does this mean, it would be easier to use the orgmo

Re: Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-22 Thread chris . m . malone
On Feb 22, 2011 1:06pm, Eric Schulte wrote: Chris Malone chris.m.mal...@gmail.com> writes: > Ok, this is still perplexing me, as I have a new version from git and I > still get the error. The following is complete list (sorry for the long > email!) of what I have done: > > * Get

[Orgmode] Bytecompiler is unhappy...

2011-02-22 Thread Achim Gratz
The orgmode git has picked up quite a bit of dirt during the last three months or so (no wonder with all the development going on)... I can start tracking down the commits, but I guess most of these should be pretty obvious to whoever edited the file in the first place. :-) Most of these are pr

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-22 Thread Eric Schulte
Chris Malone writes: > Ok, this is still perplexing me, as I have a new version from git and I > still get the error. The following is complete list (sorry for the long > email!) of what I have done: > > * Get a fresh copy of =org-mode= from git and byte-compile: > > #+begin_src: sh > cd ~/ins

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-22 Thread Chris Malone
Ok, this is still perplexing me, as I have a new version from git and I still get the error. The following is complete list (sorry for the long email!) of what I have done: * Get a fresh copy of =org-mode= from git and byte-compile: #+begin_src: sh cd ~/install/org-mode mkdir new_git_clone

[Orgmode] [PATCH] Optional caption argument

2011-02-22 Thread Thomas S. Dye
Aloha all, The attached patches activate some dormant code that handles an optional argument to #+CAPTION:. An example of use is also added to org.texi. With these patches, Org-mode now recognizes a caption of the form: #+CAPTION: [Short caption for list of figures]{Long caption for table

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-22 Thread Eric Schulte
Chris Malone writes: > Hi Eric, > > I removed all the compiled elisp files, and the problem still persists. > Next step will be a completely fresh install from git; my current version is > up to date, but maybe there was some conflict that git didn't complain > about... > Before doing that could

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-22 Thread Uriel Avalos
On Fri, 18 Feb 2011 10:04:52 +0100 Bastien wrote: > Nick Dokos writes: > > > #+BIND: org-export-html-protect-char-alist (("&" . "&")) > > Yes, no quote needed. Thanks Nick for correcting me. > > -- > Bastien Also I found a bug in that version of org-mode. How do I report it or should I r

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-22 Thread Uriel Avalos
On Fri, 18 Feb 2011 10:04:52 +0100 Bastien wrote: > Nick Dokos writes: > > > #+BIND: org-export-html-protect-char-alist (("&" . "&")) > > Yes, no quote needed. Thanks Nick for correcting me. > > -- > Bastien OK, finally tried it out. Unfortunately, while the variable works, it doesn't s

[Orgmode] Re: question about capture templates

2011-02-22 Thread Richard Lawrence
Carsten Dominik writes: > I do love dynamic scoping, this give a lot of power in Emacs. > Org-mode internals use that power often. This is venturing a bit far afield, at least for this thread, but I'm curious if anyone knows: does the recent work on supporting Elisp in Guile mean that Elisp appl

Re: [Orgmode] BUG? Exporting "missing level" to LaTeX fails

2011-02-22 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/22/2011 02:24 PM, Bastien wrote: > Hi Rainer, > > Rainer M Krug writes: > >> If I export to htrml, the "missing level" is exported "properly", but in >> the LaTeX / pdf export, all levels below the "missing level" (FIRST, >> SECOND) are not ex

[Orgmode] [annoyance] Inserted headlines are immediately folded

2011-02-22 Thread Sébastien Vauban
Hi, I just experienced the latest day(s) a small annoyance when inserting (copying) one headline into an existing Org file: it is folded immediately upon insertion. For example, inserting: --8<---cut here---start->8--- ** RDV client ABC <2011-07-05 Tue 08:3

Re: [Orgmode] BUG? Exporting "missing level" to LaTeX fails

2011-02-22 Thread Bastien
Hi Rainer, Rainer M Krug writes: > If I export to htrml, the "missing level" is exported "properly", but in > the LaTeX / pdf export, all levels below the "missing level" (FIRST, > SECOND) are not exported. > > Am I right in considering this a bug? I'd call this a limitation of the current LaTe

Re: [Orgmode] Clock summary doesn't work in some cases

2011-02-22 Thread Bastien
Hi Robert, Robert Klein writes: > in the git version as of this morning > (1e35a5ea37194d686f432d384f4e264498ca6294) the clock summary doesn't > work right. Below is a clock summary with a version from February 11 > and below that a clock summary with the git version I downloaded just a >

Re: [Orgmode] Sending TODO items automatically to a specified email address

2011-02-22 Thread Bastien
Hi Marvin, Marvin Doyley writes: > Does anybody know how to send TODO as email attachment. What would be > nice is if the TODO item is in the message and the text below it is > an attachment. Basically, this is how I remind myself of things that > I need to get done. The first step is to export

Fwd: [Orgmode] Go to today in Calendar

2011-02-22 Thread Nathan Neff
>> I just found that you can press "." in the Calendar to jump to today's >> date. > > Nice one, I didn't know that! > > Thanks for the tip, No prob.  If anyone else has short/simple tips cool things that they find in org-mode please post them -- I enjoy reading the "Cool! I found XXX feature" e-m

[Orgmode] Re: how to filter CATEGORY entries in org-agenda-custom command (agenda)?

2011-02-22 Thread Sébastien Vauban
Hi Rainer, Rainer Stengele wrote: > I am in the middle of my org file, having a > > #+CATEGORY: TEST > > in line 1 of the file. Putting the code > > (org-entry-get (point) "CATEGORY") > > in the middle of my file under any headline and evaluating it gives me "nil". > Shouldn't the code give me "TE

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-22 Thread Chris Malone
Hi Eric, I removed all the compiled elisp files, and the problem still persists. Next step will be a completely fresh install from git; my current version is up to date, but maybe there was some conflict that git didn't complain about... Chris On Mon, Feb 21, 2011 at 2:48 PM, Eric Schulte wrote:

Re: [Orgmode] how to filter CATEGORY entries in org-agenda-custom command (agenda)?

2011-02-22 Thread Rainer Stengele
Am 11.02.2011 11:32, schrieb Bastien: > Hi Rainer, > > Rainer Stengele writes: > >> how to filter CATEGORY entries in org-agenda-custom command (agenda)? > You can do this by setting `org-agenda-skip-function' to a function > that matches CATEGORY. You can find a subtree's category through > >

[Orgmode] (no subject)

2011-02-22 Thread Vincent-Xavier JUMEL
From: Vincent-Xavier JUMEL To: emacs-orgmode@gnu.org Subject: Bug: Bug in agenda on DEADLINE/SCHEDULE with -3d [7.4] Date: Mon, 21 Feb 2011 23:13:32 +0100 Message-ID: <87d3mlyr1v.fsf@tauceticentral.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; chars

[Orgmode] Re: [BUG] - error when compiling org sources from git

2011-02-22 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > Me bad, this is fixed now. > Thanks, you are more than quick! :) Seweryn ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/list

Re: [Orgmode] [BUG] - error when compiling org sources from git

2011-02-22 Thread Bastien
Seweryn Kokot writes: > I have just pulled orgmode sources from git and get the following > running 'make': > > In org-capture-expand-file: > org-capture.el:734:33:Warning: malformed cond form: `t' > org-capture.el:734:33:Warning: malformed cond form: `file' > org-capture.el:743:41:Error: Wrong

[Orgmode] How-to access org-mode data

2011-02-22 Thread Torsten Wagner
Hi, I try to extract certain information which are processed by org-mode. As an example the compiled agenda-list. Basically, I want to have certain parts of the agenda in a variable (or an array) instead of a buffer. I tried to follow org-agenda.el but this seems to be hard of a elisp beginn

Re: [Orgmode] [BUG] - error when compiling org sources from git

2011-02-22 Thread Carsten Dominik
On Feb 22, 2011, at 1:33 PM, Seweryn Kokot wrote: > I have just pulled orgmode sources from git and get the following > running 'make': > > In org-capture-expand-file: > org-capture.el:734:33:Warning: malformed cond form: `t' > org-capture.el:734:33:Warning: malformed cond form: `file' > org-ca

[Orgmode] [BUG] - error when compiling org sources from git

2011-02-22 Thread Seweryn Kokot
I have just pulled orgmode sources from git and get the following running 'make': In org-capture-expand-file: org-capture.el:734:33:Warning: malformed cond form: `t' org-capture.el:734:33:Warning: malformed cond form: `file' org-capture.el:743:41:Error: Wrong type argument: listp, t make: *** [li

[Orgmode] Poll for the next OrgCamp in Paris

2011-02-22 Thread Frederic Couchet
Hello, A poll is open for the next OrgCamp in Paris : http://papillon.peacefrogs.net/poll/HIWAJM1298126080/ "OrgCamps are informal events where people gather IRL to contribute to Org by discussing how they use it and by doing contributions to the code, the manuals and the online tutorials." N

[Orgmode] BUG? Exporting "missing level" to LaTeX fails

2011-02-22 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Considering the following file: * first * second * third *** FIRST *** SECOND * fourth If I export to htrml, the "missing level" is exported "properly", but in the LaTeX / pdf export, all levels below the "missing level" (FIRST, SECOND) are not e

Re: [Orgmode] Re: Worg publishing broken?

2011-02-22 Thread Bastien
Sébastien Vauban writes: > What I can say is that this feature is scheduled (well, not really) on my > private task list for Org. Not only languages, but as well highlight of all > other keywords such as `:vars', `:exports' and the like. Great, let us know how it goes and if you need help. Best

Re: [Orgmode] Bug: org-meta-return and collapsed sections [6.33x]

2011-02-22 Thread Bastien
Hi Dave, Dave Abrahams writes: > When I am at the end of a line on a collapsed item and I hit `M-RET', I > expect it to insert a heading before the next *visible* line, i.e. after > this item. Instead, it injects the new heading before this item's > content. This has been fixed long ago, Org 6

Re: [Orgmode] Deriving mode from org-mode

2011-02-22 Thread Bastien
Hi Anders, Anders Waldenborg writes: > It is a "personal wiki" mode. It automatically narrows to current top level > heading, adds some extra navigation functions and allows creating links to > new "pages" (= top level heading) in a simple way. Hopefully I can clean it > up a little bit soon and

Re: [Orgmode] Re: question about capture templates

2011-02-22 Thread Bastien
Hi Carsten, Carsten Dominik writes: > I have just implemented that whenever you mean a file name > in capture templates, you can instead give a function, a > variable, or a lisp form. So your original attempt > >>> ("m" "Message" entry (file+datetree (buffer-file-name >>> (buffer-base-buffer)))

Re: [Orgmode] Re: convert orgmode to docx

2011-02-22 Thread Bastien
Hi Fabian, Fabian Braennstroem writes: > Oh, one question... does this mean, it would be easier to use the > orgmode-version for everything or can I just add your odt-implementation to > my existing orgmode installation!? for now you would have to use two repositories: one with current Org's fu

Re: [Orgmode] Re: Context-sensitive word count in org mode (elisp)

2011-02-22 Thread Bastien
Hi Paul, Paul Sexton writes: > The process of contributing to Worg is too complicated for me. You can clone the Worg.git repository with $ git clone git://repo.or.cz/Worg.git Then make some edit on Worg. Then commit your changes with $ git commit -a -m "Your message" Then create a

Re: [Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-22 Thread Bastien
Hi Martyn, Martyn Jago writes: > The FSF process is in progress - I'm currently waiting for the agreement > to sign. I'll tidy up the YAML export. I confirm the assignment/disclaimer process with the FSF is complete. I added you to the list of contributors on Worg: http://orgmode.org/worg/o

Re: [Orgmode] IMPORTANT Modified link escaping in Org mode

2011-02-22 Thread Bastien
Hi David, David Maus writes: >> Could you add the dmaus-org-check-percent-escapes.el function somewhere >> in Worg/org-hacks.org? This will allow us to link to it when releasing >> the next Org version. > > Done and done. Gave it the custom link 'check-old-link-escapes'. Thanks for this. --

Re: [Orgmode] multiple agenda buffers

2011-02-22 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > This is exactly how I was expecting things to work when I proposed the > idea! Wonderful work, lots and lots of thank yous. :) Well, this command turned out to be trivial -- so thanks to the design of org-agenda.el ;) -- Bastien __

Re: [Orgmode] need help with lisp for export function regarding timestamps

2011-02-22 Thread Bastien
Hi Arun, Arun Persaud writes: > thanks for the answer. Played around with it and got it working now. > Will post it in Worg under google sync after I cleaned it up a bit. Thanks! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to

[Orgmode] Clock summary doesn't work in some cases

2011-02-22 Thread Robert Klein
Hi, in the git version as of this morning (1e35a5ea37194d686f432d384f4e264498ca6294) the clock summary doesn't work right. Below is a clock summary with a version from February 11 and below that a clock summary with the git version I downloaded just a couple of hours ago. Somewhere in bet

Re: [Orgmode] Unable to select source code blocks

2011-02-22 Thread Giorgio Valoti
Il giorno 21/feb/2011, alle ore 12.51, Eric S Fraga ha scritto: > Giorgio Valoti writes: > >> Hi, > >> I don’t know if I’m missing something but I can’t get the >> org-babel-goto-named-src-block to work. When I invoke it on the sample >> file below the autocompletion shows nil and nothing else

Re: [Orgmode] Deriving mode from org-mode

2011-02-22 Thread Carsten Dominik
On Feb 22, 2011, at 10:21 AM, Carsten Dominik wrote: > > On Feb 22, 2011, at 10:17 AM, Anders Waldenborg wrote: > >> On 02/15/2011 05:11 AM, Bastien wrote: >>> (org-mode-p) does the advertized job: checking whether we are in >>> org-mode major mode. It would be confusing to also check against

Re: [Orgmode] Deriving mode from org-mode

2011-02-22 Thread Carsten Dominik
On Feb 22, 2011, at 10:17 AM, Anders Waldenborg wrote: > On 02/15/2011 05:11 AM, Bastien wrote: >> (org-mode-p) does the advertized job: checking whether we are in >> org-mode major mode. It would be confusing to also check against >> org derived modes, at least with that function's name. > > A

[Orgmode] Bug: org-meta-return and collapsed sections [6.33x]

2011-02-22 Thread Dave Abrahams
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [Orgmode] Re: question about capture templates

2011-02-22 Thread Carsten Dominik
On Feb 22, 2011, at 5:59 AM, Richard Lawrence wrote: > "Filippo A. Salustri" writes: > >> org-capture clearly has the original buffer handy (for %a >> stuff) yet I can't get it out of there without hacking the org code, which I >> am loathe to do. > > I too was in a situation just today where

Re: [Orgmode] Deriving mode from org-mode

2011-02-22 Thread Anders Waldenborg
On 02/15/2011 05:11 AM, Bastien wrote: (org-mode-p) does the advertized job: checking whether we are in org-mode major mode. It would be confusing to also check against org derived modes, at least with that function's name. Agreed. Just hope it isn't used like that in other places. [] Fixed

Re: [Orgmode] Re: question about capture templates

2011-02-22 Thread Carsten Dominik
On Feb 22, 2011, at 1:39 AM, Filippo A. Salustri wrote: > Thanks to everyone for the varied and thoughtful responses. I didn't think > of backquotes, but I know about them from Scheme, and no, they shouldn't work > in this case. > > Very frustrating. org-capture clearly has the original buff