Re: [O] Unicode (hindi/devnagari) in beamer export

2012-02-10 Thread Vikas Rawal
# for unicode export to pdf with xelatex #+LATEX_HEADER: \usepackage{xltxtra} You can choose your font with something like this: # font for pdf export as article #+LATEX_HEADER: \setmainfont{Linux Libertine} Also for the record, following minor modification was needed to make the

Re: [O] AUCTex within org-babel

2012-02-10 Thread Jonas Hörsch
hi riccardo, On Thu, Feb 09 2012, Riccardo Romoli wrote: I do not understand why the code works only if I use: #+begin_src latex :exports results :results latex #+end_src for this to work you have to add (latex . t) to org-babel-load-languages. but it's actually thought to be used to

Re: [O] Changing [X] by something else

2012-02-10 Thread Allen S. Rout
On 02/09/2012 11:26 AM, Nicolas Goaziou wrote: Hello, pin...@iro.umontreal.ca (François Pinard) writes: I notice in org.el that [X] is hard-wired, while I would have liked the possibility of changing it by [✓] in my things, which I find both softer and cleaner. Could these ([ ], [-] and [X])

Re: [O] [PATCH] org-goto before headline

2012-02-10 Thread Toby Cubitt
On Fri, Feb 10, 2012 at 02:19:27PM +, Andrea Crotti wrote: What is exactly the reason for org-goto to need to be at least in the first headline to work? I always get this error when I just try to jump in the first line: byte-code: Before first headline at position 1 in buffer .. Do you

Re: [O] [PATCH] org-goto before headline

2012-02-10 Thread Andrea Crotti
On 02/10/2012 02:42 PM, Toby Cubitt wrote: On Fri, Feb 10, 2012 at 02:19:27PM +, Andrea Crotti wrote: What is exactly the reason for org-goto to need to be at least in the first headline to work? I always get this error when I just try to jump in the first line: byte-code: Before first

Re: [O] Organizing by time or by subject and an idea

2012-02-10 Thread John Hendy
I got food feedback as far as the snapshots inquiry, but am still not settled on the time vs. topic hierarchy strategy (definite thanks to Bernt and Eric Fraga!). I thought of a specific situation that might help with receiving feedback. I think were I solely working as an individual, the

[O] [feature request] org-insert-heading

2012-02-10 Thread Achim Gratz
The command M-RET actually does what it's docstring says (insert before when point is at BOL, split line when it is inside), but there is inconsistent behaviour when point is at EOL, IMHO. Consider the following list (or equivalent headline structure), with point after : - + abbb +

[O] automatically mark DONE when all sub checkboxes are checked

2012-02-10 Thread Peter Salazar
Hello everyone! Org-mode is amazing. I've totally fallen in love with it. Glad to be joining the community. I'm trying to get org-mode to automatically mark DONE when all sub checkboxes are checked. On http://orgmode.org/worg/org-faq.html, I found a function that purports to do this. I pasted

Re: [O] automatically mark DONE when all sub checkboxes are checked

2012-02-10 Thread John Hendy
On Fri, Feb 10, 2012 at 3:06 PM, Peter Salazar cycleofs...@gmail.com wrote: Hello everyone! Org-mode is amazing. I've totally fallen in love with it. Glad to be joining the community. I'm trying to get org-mode to automatically mark DONE when all sub checkboxes are checked. On 

[O] Buffer-wide header arguments

2012-02-10 Thread Peng Zhang
Dear all, I have followed the manual and put #+PROPERTY: session *R* #+PROPERTY: exports none at the beginning of the document. However, it does not have any effects? Could somebody instruct me how to debug and see what goes wrong? Thanks! I am running Arch linux with emacs-23.4 and org-mode

Re: [O] Buffer-wide header arguments

2012-02-10 Thread Thomas S. Dye
Peng Zhang pczh...@gmail.com writes: Dear all, I have followed the manual and put #+PROPERTY: session *R* #+PROPERTY: exports none at the beginning of the document. However, it does not have any effects? Could somebody instruct me how to debug and see what goes wrong? Thanks! I am

Re: [O] automatically mark DONE when all sub checkboxes are checked

2012-02-10 Thread Angel de Vicente
Hi, John Hendy jw.he...@gmail.com writes: I don't get any error, but it doesn't work. Also, the example in worg had an extra parenthesis at the end of it... not sure if that's goofing it up. I don't know lisp, so I just deleted one of the last parentheses and loading my .emacs stopped

Re: [O] automatically mark DONE when all sub checkboxes are checked

2012-02-10 Thread John Hendy
On Fri, Feb 10, 2012 at 4:31 PM, Angel de Vicente ang...@iac.es wrote: Hi, John Hendy jw.he...@gmail.com writes: I don't get any error, but it doesn't work. Also, the example in worg had an extra parenthesis at the end of it... not sure if that's goofing it up. I don't know lisp, so I just

[O] sqlite3 in org-babel

2012-02-10 Thread Daniel Clemente
Hi, org-babel works well with sqlite3 if you add this (which I propose for inclusion): - diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 3f7882c..a59db7a 100644 --- a/lisp/ob-sql.el +++ b/lisp/ob-sql.el @@ -82,6 +82,10 @@ This function is called by

Re: [O] automatically mark DONE when all sub checkboxes are checked

2012-02-10 Thread Nick Dokos
John Hendy jw.he...@gmail.com wrote: ,--- | Note that the code requires that a checkbox statistics | cookie be present in order for it to work. `--- I had no idea what that meant and thought it was just reiterating that you actually need checkboxes for this to work. Now it makes sense.

Re: [O] Organizing by time or by subject and an idea

2012-02-10 Thread Bernt Hansen
John Hendy jw.he...@gmail.com writes: I got food feedback as far as the snapshots inquiry, but am still not settled on the time vs. topic hierarchy strategy (definite thanks to Bernt and Eric Fraga!). I thought of a specific situation that might help with receiving feedback. I think were I

Re: [O] Organizing by time or by subject and an idea

2012-02-10 Thread John Hendy
On Fri, Feb 10, 2012 at 8:03 PM, Bernt Hansen be...@norang.ca wrote: John Hendy jw.he...@gmail.com writes: I got food feedback as far as the snapshots inquiry, but am still not settled on the time vs. topic hierarchy strategy (definite thanks to Bernt and Eric Fraga!). I thought of a specific

Re: [O] automatically mark DONE when all sub checkboxes are checked

2012-02-10 Thread John Hendy
On Fri, Feb 10, 2012 at 6:41 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: ,--- | Note that the code requires that a checkbox statistics | cookie be present in order for it to work. `--- I had no idea what that meant and thought it was just reiterating