Re: [O] Export only a (sub)tree

2013-08-15 Thread noreply
Samuel Wales writes: > The export dispatcher has C-s to export the subtree only. Yup, got it ! Thank you. -- XMA

Re: [O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-15 Thread noreply
Jonathan Leech-Pepin writes: >> > Though it effectively does something, it does not really refresh > my >> > agenda view since, as of the date of today (Wednesday 14th), it is > stuck >> > to yesterday... >> > >> >> I've never tried leaving an agenda buffer open overnight and refresh > it >> in t

Re: [O] [AGENDA VIEW] Isn't g supposed to refresh agenda views ?

2013-08-15 Thread noreply
Xavier Maillard maillard.im> writes: > Additional informations: > 1. GNU emacs 24.3.1 > 2. org-mode from Git (dunno how to give you its version though) This happens on 3 differents OS: Mac OS X 10.8, Cygwin on MS 7 and Slackware GNU/linux 13.37 (same GNU emacs and orgmode versions though). Rega

[O] [PATCH] Handle literal 'hline arguments passed to ruby.

2013-08-15 Thread Rick Frankel
Solution shamelessly copied from ob-python. * lisp/ob-ruby.el: New customizations `org-babel-ruby-hline-to' and `org-babel-ruby-nil-to' (org-babel-ruby-var-to-ruby): Convert incoming 'hlines. (org-babel-ruby-table-or-string): Convert outgoing nils. --- lisp/ob-ruby.el | 26 +++

Re: [O] [OT] Why not speaking to org-mode?

2013-08-15 Thread Nick Dokos
Torsten Wagner writes: > Hi, > > just find this talk on youtube. It got it's share of Emacs and > org-mode and hence it is not that much OT. A demo how to use voice > recognition to do coding. Should work well on org-mode too. It would > be nice to see someone do a org-mode demo. Beside of the fu

Re: [O] how to quote "#+end_src" string in a Babel block?

2013-08-15 Thread asenal
Thank for the answers . I'm glad to know ', ' is the right escaping character to quote '#+babel_statement'. I apologize for answering so late. On Jul 25, 2013, at 6:32 AM, Eric Schulte wrote: > asenal writes: > >> Hi Guys I'm trying to do literature programming with org mode. >> My proble

[O] [OT] Why not speaking to org-mode?

2013-08-15 Thread Torsten Wagner
Hi, just find this talk on youtube. It got it's share of Emacs and org-mode and hence it is not that much OT. A demo how to use voice recognition to do coding. Should work well on org-mode too. It would be nice to see someone do a org-mode demo. Beside of the fun effect, it might be really an alte

[O] Generate and fill PDF-forms by org-mode?!

2013-08-15 Thread Torsten Wagner
Hi, recently (well not so recently unfortunately) I have to deal with a lot of forms. forms forms forms... always almost the same, always almost boring. I was wondering, can I teach org-mode to do this for me? Ideally, I will use a org-table or org-properties, and execute e.g. a babel src-code b

Re: [O] [PATCH] Latex export: Fix the position of captions on unfontified src blocks

2013-08-15 Thread Nicolas Goaziou
Hello, Craig Tanis writes: > From bf9c450c24e1a03f14300c7474e5291a095faf55 Mon Sep 17 00:00:00 2001 > From: Craig Tanis > Date: Tue, 13 Aug 2013 08:08:53 -0400 > Subject: [PATCH] Latex export: Fix the position of captions on unfontified > src blocks > > * lisp/ox-latex: Change format string to

Re: [O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-15 Thread Nicolas Goaziou
Viktor Rosenfeld writes: Thanks for the patch. A small comment follows: > +(let ((type (org-element-property :type ts)) > + (uid (format "TS%d-%s" (incf counter) uid))) > + (when (or (eq with-timestamps t) > +(and

Re: [O] [PATCH] ox-icalendar: fix handling of timestamps

2013-08-15 Thread Nicolas Goaziou
Hello, Viktor Rosenfeld writes: >> So I propose to append the docstring of >> `org-icalendar-export-timestamps': >> >> This variable has precedence over and overrides the behavior of >> `org-export-with-timestamps'. The setting is applied to every >> timestamp below a headline What about