Re: [O] org-capture: keeping window visible during date entry

2012-06-16 Thread Eric Abrahamsen
On Thu, Jun 14 2012, Christoph Groth wrote: Hello, I recently switched from remember to org's new capture facility which seems to work fine. However, an issue I already had with remember is still bothering me, perhaps someone knows a good solution: I often call org-capture from within a

[O] [PATCH] fix typo in org.texi

2012-06-16 Thread Jan Böcker
The attached patch fixes a typo in the documentation. I hope I got the format of the commit message right. Best regards, Jan From 7daa1f794794d515624ab28310db81a0e4099ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6cker?= jan.boec...@jboecker.de Date: Sat, 16 Jun 2012 15:04:43 +0200

[O] Add the capture feature %(sexp) to org-feed

2012-06-16 Thread Michael Brand
Hi all I am almost done with adding the capture feature %(sexp) to org-feed.el. Because for this I would like to use org-capture-escaped-% from org-capture.el in org-feed.el I renamed this function to org-template-escaped-% and call it in org-feed.el. The only thing what is missing is that unless

[O] Cannot use #+call correctly with babel

2012-06-16 Thread Benoit Bayol
Hello everyone, I cannot understand the way to use #+name and #+call with babel. All the mixes on headers I tried have been failures. I just want something like : * Hello Word in C++ Here is the source code : #+call: cpp_hello_world [:exports code] and here is the result : #+call:

[O] export to pdf tags showing

2012-06-16 Thread itm...@chrikro.net
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! This is about exporting to pdf and tags showing. When exporting to pdf I use #+OPTIONS tags:not-in-toc Despite that tags are showing in toc in the resulting pdf file. How can I get rid of tag-in-toc in pdf? I use Emacs 24.1.1 on win7 and org

Re: [O] on the go capture

2012-06-16 Thread Karl Voit
* Sample Hampton zaphod4...@aol.com wrote: Users, Feeling like Tron 1982 :-) What do you use to capture when away from orgmode (in the car, on the subway) and what system do you use to migrate those captures into orgmode? Right now I just use a notebook and a pen--and it works fairly

Re: [O] Org-mode as a Quantified Self platform

2012-06-16 Thread Karl Voit
Hi! * John Hendy jw.he...@gmail.com wrote: I've really been getting into the Quantified Self movement recently, Same holds to me. I just wanted to post almost the same things you did. :-) and by getting into, I mean reading and watching videos and /thinking/ about things I'd like to track

[O] Inhibit converting -- to ndash;

2012-06-16 Thread Tsunenobu Kai
Hello everyone, When I export a org file to html, string -- in org file is converted to ndash; in html. I want to display -- verbatim, so could you tell me how to inhibit converting --? Thanks, sorry for stupid question -- Tsunenobu Kai

Re: [O] Inhibit converting -- to ndash;

2012-06-16 Thread Michael Hannon
When I export a org file to html, string -- in org file is converted to ndash; in html. I want to display -- verbatim, so could you tell me how to inhibit converting --? What happens if you enclose the two dashes in equal signs?  As:     =--= -- Mike

Re: [O] Add the capture feature %(sexp) to org-feed

2012-06-16 Thread Nick Dokos
Michael Brand michael.ch.br...@gmail.com wrote: I am almost done with adding the capture feature %(sexp) to org-feed.el. Because for this I would like to use org-capture-escaped-% from org-capture.el in org-feed.el I renamed this function to org-template-escaped-% and call it in org-feed.el.

Re: [O] Inhibit converting -- to ndash;

2012-06-16 Thread Tsunenobu Kai
Thank you for your response, Mike. At Sat, 16 Jun 2012 18:03:03 -0700 (PDT), Michael Hannon wrote: What happens if you enclose the two dashes in equal signs? As: =--= I tried exporting =--=, then =--= is unfortunately converted to =ndash;= in html. Is there any other way? If possible, I

Re: [O] export to pdf tags showing

2012-06-16 Thread Nick Dokos
itm...@chrikro.net itm...@chrikro.net wrote: Hi! This is about exporting to pdf and tags showing. When exporting to pdf I use #+OPTIONS tags:not-in-toc Missing colon perhaps? #+OPTIONS: tags:not-in-toc Nick Despite that tags are showing in toc in the resulting pdf file. How can

[O] [GSoC] org-merge-driver weekly update

2012-06-16 Thread Andrew Young
Hi everyone, small weekly update; I'm almost finished creating the parser. Because of the nature of org mode grammar, the files are being parsed with regexs and (f)lex. Because Orgmode files can be written in any character encoding supported in Emacs, I am looking into using libiconv to support

Re: [O] Inhibit converting -- to ndash;

2012-06-16 Thread Nick Dokos
Tsunenobu Kai kbkbkb...@gmail.com wrote: Thank you for your response, Mike. At Sat, 16 Jun 2012 18:03:03 -0700 (PDT), Michael Hannon wrote: What happens if you enclose the two dashes in equal signs? As: =--= I tried exporting =--=, then =--= is unfortunately converted to =ndash;=

Re: [O] Inhibit converting -- to ndash;

2012-06-16 Thread Tsunenobu Kai
(2012/06/17 11:18), Nick Dokos wrote: Are you sure? In my case, both =--= and ~--~ get exported to HTML as code--/code with both the old and the new exporter. I'm sorry I made a mistake. I exported =--=help by mistake, and then it was converted ndash;help. =--help= gets exported to HTML as

Re: [O] Inhibit converting -- to ndash;

2012-06-16 Thread William Crandall
Kai, With the old exporter, you could make your own special-string and convert it. In init.el: -- ;; For old exporter: C-c C-e h (eval-after-load org '(setq org-export-html-special-string-regexps (append