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

2012-02-02 Thread Vikas Rawal
> > (setq org-latex-to-pdf-process > "xelatex -interaction nonstopmode -output-directory %o %f" > "xelatex -interaction nonstopmode -output-directory %o %f" > "xelatex -interaction nonstopmode -output-directory %o %f") Works with a minor change as below: (setq org-latex-to-pdf-

Re: [O] org-babel export latex problem

2012-02-02 Thread Thomas S. Dye
Riccardo Romoli writes: > Hi, I'm new of these list and of the org-babel world. > I need to use both LaTeX and R, so I write the R code within an src > block: > > #+begin_src R :results output silent :exports none > library(chemometrics) > library(MASS) > library(lattice) > #+end_src > > When I e

Re: [O] Variable settings in .emacs VS cross device portability.

2012-02-02 Thread Thomas S. Dye
Hi Eric, Eric S Fraga writes: > Nick Dokos writes: > > [...] > >> Good question (I mean the *How* question): I believe this is a bug and >> it has to do with the problem that Dan Davison identified and (as it >> turns out) partially fixed a year ago (see >> http://thread.gmane.org/gmane.emacs.o

Re: [O] How do teachers use org-mode

2012-02-02 Thread Jambunathan K
Sankalp writes: > Dear Brian, > > On 2 February 2012 23:24, brian powell > wrote: > > * Dear Venkatesh Choppella: Thanks for the notes on teaching > OrgMode etc.: While reviewing your class notes and emails to your > class about OrgMode and TeX/LaTeX I came across your suggestion >

Re: [O] adding a footnote munches newlines at the end of a section

2012-02-02 Thread Eric Abrahamsen
On Fri, Feb 03 2012, Achim Gratz wrote: > Nicolas Goaziou writes: >> I think this problem should be fixed. Blank lines handling is a bit >> tricky with footnotes, but it should be better now. > > I confirm the fix. Thank you. Me too, and likewise for the missing footnotes in ODT. Thanks very m

Re: [O] Sort TODOs in agenda day

2012-02-02 Thread Bernt Hansen
Jacek Generowicz writes: > At Wed, 1 Feb 2012 07:51:59 -0500, > Bernt Hansen wrote: > >> When I was first experimented with the sorting strategy I used the >> customize interface to set it for the current session only and looked at >> the result of my agenda with the new setting. > > Yes, setting

Re: [O] How do teachers use org-mode

2012-02-02 Thread Sankalp
Dear Brian, On 2 February 2012 23:24, brian powell wrote: > * Dear Venkatesh Choppella: Thanks for the notes on teaching OrgMode etc.: > While reviewing your class notes and emails to your class about OrgMode and > TeX/LaTeX I came across your suggestion to students to play with: > > http://dete

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

2012-02-02 Thread Vikas Rawal
> > C-x C-m C-\ devanagari- TAB (pick whatever) > C-h C-\ (gives you the keymap) > C-\ (to switch to English again) > C-\ (to switch to devanagari) This works beautifully. Thanks. I have to make a presentation for a workshop in Devnagari. Normally, I use org-mode for making the presentation. T

[O] org-babel export latex problem

2012-02-02 Thread Riccardo Romoli
Hi, I'm new of these list and of the org-babel world. I need to use both LaTeX and R, so I write the R code within an src block: #+begin_src R :results output silent :exports none library(chemometrics) library(MASS) library(lattice) #+end_src When I export to LaTex (C-c C-e l) the R code I w

Re: [O] Google Tasks Integration

2012-02-02 Thread Matthew Jones
Hey guys... I'm the maintainer of MobileOrg for Android. We've been implementing a lot of features lately and have a big release coming up this weekend. One thing that we've been working on is being able to integrate MobileOrg with the Calendar on Android devices. I'm hoping it can make it into

Re: [O] [RFC][ODT] Converting to pdf (or other formats) via odt

2012-02-02 Thread Jambunathan K
I committed the changes only a few minutes ago as part of Org-mode version 7.8.03 (release_7.8.03.300.g9b820) So the Org version should be at or above the 300th version. Jambunathan K writes: > Thanks to Giles[1] for introducing us to the "--convert-to" option of > soffice.exe. The option see

[O] [RFC][ODT] Converting to pdf (or other formats) via odt

2012-02-02 Thread Jambunathan K
Thanks to Giles[1] for introducing us to the "--convert-to" option of soffice.exe. The option seems to be a fairly recent development[2]. With this change, one can export to pdf (or any other popular format) via odt by a simple #+begin_src emacs-lisp (setq org-export-odt-preferred-output-form

Re: [O] adding a footnote munches newlines at the end of a section

2012-02-02 Thread Achim Gratz
Nicolas Goaziou writes: > I think this problem should be fixed. Blank lines handling is a bit > tricky with footnotes, but it should be better now. I confirm the fix. Thank you. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf

Re: [O] org-mobile-push gives error

2012-02-02 Thread Renato
On Thu, 2 Feb 2012 21:29:53 +0100 Renato wrote: > > Thanks, I'm building from git and we'll see if it works yep git org-mode solves it. Thanks again!! renato

Re: [O] empty footnotes in ODT export

2012-02-02 Thread Nicolas Goaziou
Achim Gratz writes: > Nicolas Goaziou writes: >> Indeed, I introduced that problem with the previous attempt to fix the >> other bug. I think it's good now. > > I still get the insertion error in the orgmode buffer as per the example > I sent earlier. This message was about another unrelated b

Re: [O] adding a footnote munches newlines at the end of a section

2012-02-02 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > The result is actually the same before and after your commit b032a6. Yes. I had forgotten that my setup included a non-nil `org-footnote-auto-adjust'. I couldn't see the bug. The good thing is that I slayed two innocent bugs in the process. I think this problem sho

Re: [O] org-mobile-push gives error

2012-02-02 Thread Renato
On Thu, 02 Feb 2012 15:18:12 -0500 Nick Dokos wrote: > Renato wrote: > > > Hello, I'm trying to setup mobile-org with dropbox. However, when I > > run org-mobile-push I get this error: > > > > Symbol's value as variable is void: org-agenda-filter > > > > and nothing gets copied to ~/Dropbox/M

Re: [O] org-mobile-push gives error

2012-02-02 Thread Nick Dokos
Renato wrote: > Hello, I'm trying to setup mobile-org with dropbox. However, when I run > org-mobile-push I get this error: > > Symbol's value as variable is void: org-agenda-filter > > and nothing gets copied to ~/Dropbox/MobileOrg. > > I've put the relevant section of my ~/.emacs here: > ht

Re: [O] Babel problem (was how do scientists use org mode?)

2012-02-02 Thread Nick Dokos
Christopher W. Ryan wrote: > John and Nick-- > > The question about whether I have python on my machine is not silly--I > am. Got so carried away I forgot I was on my work computer, which indeed > does not have python. But I do have R and perl, and similar code blocks > in either language yield

Re: [O] empty footnotes in ODT export

2012-02-02 Thread Achim Gratz
Nicolas Goaziou writes: > Indeed, I introduced that problem with the previous attempt to fix the > other bug. I think it's good now. I still get the insertion error in the orgmode buffer as per the example I sent earlier. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromed

[O] org-mobile-push gives error

2012-02-02 Thread Renato
Hello, I'm trying to setup mobile-org with dropbox. However, when I run org-mobile-push I get this error: Symbol's value as variable is void: org-agenda-filter and nothing gets copied to ~/Dropbox/MobileOrg. I've put the relevant section of my ~/.emacs here: http://pastebin.com/5xyjUaNt what i

Re: [O] empty footnotes in ODT export

2012-02-02 Thread Nicolas Goaziou
Hello, Jambunathan K writes: > Fix is in your court. Here is my analysis. Indeed, I introduced that problem with the previous attempt to fix the other bug. I think it's good now. Thanks for your analysis. Regards, -- Nicolas Goaziou

Re: [O] Possible bug in mobile export

2012-02-02 Thread Simon Thum
Hi Gerd, thanks for the pointer! I guess I could have googled it... On 02/01/2012 01:58 AM, Greg Troxel wrote: The following fix is in org master, but not in 7.8. I am able to use org-mobile-push. commit 71089b7e3b00736f854d6e95a52229853262e12a Author: Bastien Guerry Date: Wed Jan 4 16:37

Re: [O] Babel problem (was how do scientists use org mode?)

2012-02-02 Thread Christopher W. Ryan
John and Nick-- The question about whether I have python on my machine is not silly--I am. Got so carried away I forgot I was on my work computer, which indeed does not have python. But I do have R and perl, and similar code blocks in either language yield the same problem, so I'll just focus on t

Re: [O] adding a footnote munches newlines at the end of a section

2012-02-02 Thread Achim Gratz
Nicolas Goaziou writes: > You're probably right about the location of the problem. Though, I'd > like to understand what is wrong. Could you send me an ECM to help me > reproduce the problem? This orgmode document: --8<---cut here---start->8--- * Stuff Make o

Re: [O] empty footnotes in ODT export

2012-02-02 Thread Jambunathan K
Eric Abrahamsen writes: > I've started using the ODT exporter, which is great except that files > with footnotes export empty footnotes: the in-text links and footnote > sections at the bottom of the pages are in place, but the text of the > footnote itself is empty. > > I can't think of anything

Re: [O] Sort TODOs in agenda day

2012-02-02 Thread Samuel Wales
On 2012-02-01, Jacek Generowicz wrote: > I see. Should I infer that org-mode doesn't provide any features for > applying different strategies to different portions of single day's > display in the agenda? You check for the section in your user-defined sort function. -- The Kafka Pandemic: http:

Re: [O] How do teachers use org-mode

2012-02-02 Thread brian powell
* Dear Venkatesh Choppella: Thanks for the notes on teaching OrgMode etc.: While reviewing your class notes and emails to your class about OrgMode and TeX/LaTeX I came across your suggestion to students to play with: http://detexify.kirelabs.org/classify.html ** Detexify can be useful; but, this

Re: [O] Variable settings in .emacs VS cross device portability.

2012-02-02 Thread Eric S Fraga
Nick Dokos writes: [...] > Good question (I mean the *How* question): I believe this is a bug and > it has to do with the problem that Dan Davison identified and (as it > turns out) partially fixed a year ago (see > http://thread.gmane.org/gmane.emacs.orgmode/35439/focus=36878 for those > detail

[O] Question related to org-babel-expand-src-block

2012-02-02 Thread Christophe Pouzat
Hi all, Using the last org-mode version from the git repository (7.8.03) I've found a mismatch between the key-chord required to call function =org-babel-expand-src-block= (=C-c C-v v=) and the ones given in the info file: =C-c C-v p= or =C-c C-v C-p=. The same goes for the [[http://orgmode.org/wo

[O] Babel problem (was how do scientists use org mode?)

2012-02-02 Thread John Hendy
Hi Chris; this digressed enough into a babel problem that I started a new subject for the list. On Thu, Feb 2, 2012 at 11:19 AM, Christopher W. Ryan wrote: > Just tried a similar thing on my computer at work: WinXP, emacs-22.3.1, > org-mode 7.7.  I tried both R and python.  With this in my .emacs

Re: [O] OT: taskjuggler question

2012-02-02 Thread Nick Dokos
Christian Egli wrote: > Nick Dokos writes: > > > But I have no TaskJugglerUI executable, which seems to be what the > > exporter tries to call for export-and-open (C-c C-e J): what am I > > missing? > > The TaskJugglerUI exists only if you have taskjuggler2.4 installed. The > exporter predates

Re: [O] how do scientists use org mode?

2012-02-02 Thread Christopher W. Ryan
Just tried a similar thing on my computer at work: WinXP, emacs-22.3.1, org-mode 7.7. I tried both R and python. With this in my .emacs file: ;; active Babel languages (org-babel-do-load-languages 'org-babel-load-languages '((R . t) (python . t) )) Here are the contents of the org file

Re: [O] How do teachers use org-mode

2012-02-02 Thread Scott Randby
I use org-mode to keep track of grades and all other information I collect on students. I make great use of tables, table formulas, tags, headlines, and lists. I can compute a grade in milliseconds. Entering data is a snap. Since everything is plain text, I can add comments with ease and use git to

Re: [O] Convert from date to week number, howto?

2012-02-02 Thread Jambunathan K
> I sometimes have to convert from a date to a week number, Try this. (org-odt-format-date "<2011-12-31 Sat>" "%U") (org-odt-format-date "[2011-12-24 Sat]" "%U") You can steal the implementation. The functions have nothing to do with org-odt, btw. --

Re: [O] Convert from date to week number, howto?

2012-02-02 Thread Nick Dokos
François Pinard wrote: > Hi, Orger friends :-) > > I sometimes have to convert from a date to a week number, for when I am > shift-arrowing a clock table summarizing weeks. It was easy at the > beginning of the year, but I see it requires more thought as year > advance. I can write little prog

Re: [O] OT: taskjuggler question

2012-02-02 Thread Christian Egli
Nick Dokos writes: > But I have no TaskJugglerUI executable, which seems to be what the > exporter tries to call for export-and-open (C-c C-e J): what am I > missing? The TaskJugglerUI exists only if you have taskjuggler2.4 installed. The exporter predates tj3 and naively assumes that there is a

Re: [O] OT: taskjuggler question [was: Re: taskjuggler (tj3) export issues and proposals]

2012-02-02 Thread John Hendy
On Thu, Feb 2, 2012 at 10:08 AM, Nick Dokos wrote: > I hope you'll excuse the off-topic noob question: I (think I) installed > tj3.1 per the official instructions. I get > > $ tj3 --version > TaskJuggler v3.1.0 - A Project Management Software > > I can export the example org file that Christian se

Re: [O] [Feature Request] Show properties in agenda

2012-02-02 Thread Myles English
Tomas, >> On Thu, 2 Feb 2012 00:01:38 -0300, Tomas Grigera said: > I wrote a custom agenda command that puts a property of my choice in > place of :CATEGORY:. I'm far from an elisp hacker so I expect it is > rather clumsy, and it would need tweaking to do exactly what you > want, but I ca

[O] Convert from date to week number, howto?

2012-02-02 Thread François Pinard
Hi, Orger friends :-) I sometimes have to convert from a date to a week number, for when I am shift-arrowing a clock table summarizing weeks. It was easy at the beginning of the year, but I see it requires more thought as year advance. I can write little programs to do so, but I wonder if someon

[O] OT: taskjuggler question [was: Re: taskjuggler (tj3) export issues and proposals]

2012-02-02 Thread Nick Dokos
I hope you'll excuse the off-topic noob question: I (think I) installed tj3.1 per the official instructions. I get $ tj3 --version TaskJuggler v3.1.0 - A Project Management Software I can export the example org file that Christian sent out to a tjp, process it to Plan.html from the command line a

Re: [O] taskjuggler (tj3) export issues and proposals

2012-02-02 Thread John Hendy
On Thu, Feb 2, 2012 at 1:10 AM, Christian Egli wrote: > John Hendy writes: > >> Exports fine, but I get this error: > >> ./reports.tji:33: Error: Unexpected token 'gauge' found. Expecting one >> >> Is gauge in your tweaks or is this a tj 2.x.x specific syntax? > > Ah, sorry. 'gauge' seems to only

Re: [O] adding a footnote munches newlines at the end of a section

2012-02-02 Thread Nicolas Goaziou
Eric Abrahamsen writes: > Nope, it's still doing it… I killed emacs, cleaned and re-make'd org, > and it's still behaving the same on restart. Sorry! I still don't see > where the additional newline would come from, if not at the end of > `org-footnote-create-definition' (though obviously just ta

Re: [O] Emacs/Org-mode configs spread over multiple accounts/machines (was: Variable settings in .emacs VS cross device portability.)

2012-02-02 Thread Alan E. Davis
By the way, all of these are called from .emacs.el . Another point, I have elected not to byte-compile the loaded elisp files in ~/WorkBench/Emacs , so they will load ok on multiple versions of emacs. On Thu, Feb 2, 2012 at 7:16 AM, Alan E. Davis wrote: > My setup, while far from ideal, is wor

Re: [O] Emacs/Org-mode configs spread over multiple accounts/machines (was: Variable settings in .emacs VS cross device portability.)

2012-02-02 Thread Alan E. Davis
My setup, while far from ideal, is working pretty well. It does require a modicum of manual oversight. I have a directory, ~/WorkBench , in which all of my going work is located. Dozens of subdirectories including every project I have worked on or am working on, with PDFs, etc. In ~/WorkBench/o

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

2012-02-02 Thread Jambunathan K
Vikas Rawal writes: > I need some Hindi/Devnagari text in a beamer presentation. Just curious, are you using Emacs to enter Devanagari? C-x C-m C-\ devanagari- TAB (pick whatever) C-h C-\ (gives you the keymap) C-\ (to switch to English again) C-\ (to switch to devanagari) जम्बुनाथन् --

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

2012-02-02 Thread suvayu ali
On Thu, Feb 2, 2012 at 12:47, Vikas Rawal wrote: > I need some Hindi/Devnagari text in a beamer presentation. I am able > to use scim-bridge to enter unicode text in orgmode. But have not yet > been able to export it correctly to a beamer presentation. > > Any pointers would be helpful. > I don't

[O] Emacs/Org-mode configs spread over multiple accounts/machines (was: Variable settings in .emacs VS cross device portability.)

2012-02-02 Thread Karl Voit
* Yu wrote: > Hello! > > I was wondering if there is a possibility to make org-files fully > portable in behaviour (especially when exporting) between different > emacs installations. The Tread has turned into BIND and local variables only. I wanted to add my current solution which uses a differ

Re: [O] Showing evaluation buffer while executing source blocks?

2012-02-02 Thread Yu
Little correction: it doesn't seem to be simple after all. Emacs' single-threading kills the concept, because the display doesn't get updated during execution anyway. Does anybody have an idea, if this can be avoided? 2012/2/2 Yu : > Hello! > > I wondered if there is a way to show the evaluation

Re: [O] adding a footnote munches newlines at the end of a section

2012-02-02 Thread Eric Abrahamsen
On Thu, Feb 02 2012, Nicolas Goaziou wrote: > Eric Abrahamsen writes: > >> Thanks for your attention, Nicolas, but I'm still seeing the same >> behavior. I went pawing through the code to see if I could track down >> the exact spot where it goes wrong, and can only come up with what is >> now lin

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

2012-02-02 Thread Vikas Rawal
I need some Hindi/Devnagari text in a beamer presentation. I am able to use scim-bridge to enter unicode text in orgmode. But have not yet been able to export it correctly to a beamer presentation. Any pointers would be helpful. Thanks in advance. Vikas

Re: [O] adding a footnote munches newlines at the end of a section

2012-02-02 Thread Nicolas Goaziou
Eric Abrahamsen writes: > Thanks for your attention, Nicolas, but I'm still seeing the same > behavior. I went pawing through the code to see if I could track down > the exact spot where it goes wrong, and can only come up with what is > now line 550 in "org-footnote.el". Shouldn't the call to `i

Re: [O] [Feature Request] Show properties in agenda

2012-02-02 Thread Philipp Haselwarter
column view does it, thanks! -- Philipp Haselwarter

[O] empty footnotes in ODT export

2012-02-02 Thread Eric Abrahamsen
I've started using the ODT exporter, which is great except that files with footnotes export empty footnotes: the in-text links and footnote sections at the bottom of the pages are in place, but the text of the footnote itself is empty. I can't think of anything special about my org file setup, inc

Re: [O] Summary of syntax?

2012-02-02 Thread Jacek Generowicz
Nick Dokos wrote: > I'm pretty sure it's boxquote.el. Which led me to discover rebox2 (based on François' rebox.el). http://www.emacswiki.org/emacs/rebox2 It's one of these moments where I get to feel all warm and fuzzy inside, because I live in the Emacs world.

Re: [O] adding a footnote munches newlines at the end of a section

2012-02-02 Thread Eric Abrahamsen
On Thu, Feb 02 2012, Nicolas Goaziou wrote: > Hello, > > Eric Abrahamsen writes: > >> I use `org-footnote-action' (C-c C-x f) to add a footnote, and don't >> have any "org-footnote-section" set, so it adds them at the end of the >> current subtree. This progressively eats up newlines, so that if

Re: [O] Summary of syntax?

2012-02-02 Thread Nick Dokos
Jacek Generowicz wrote: > At Thu, 2 Feb 2012 10:10:29 +0100, > Tassilo Horn wrote: > > > > Here it is. > > > > ,[ (info "(org)Literal examples") ] > > | For simplicity when using small examples, you can also start > > | the example lines with a colon followed by a space. There may also be

Re: [O] Sort TODOs in agenda day

2012-02-02 Thread Jacek Generowicz
At Wed, 1 Feb 2012 07:51:59 -0500, Bernt Hansen wrote: > You can add BOTH time-up and effort-up to the sorting strategy for the > agenda and time will prevail - for items with a time, and effort will be > the next sorting criteria. The point I missed is that time-up will only be applied to those

Re: [O] Summary of syntax?

2012-02-02 Thread Jacek Generowicz
At Thu, 2 Feb 2012 10:10:29 +0100, Tassilo Horn wrote: > > Here it is. > > ,[ (info "(org)Literal examples") ] > | For simplicity when using small examples, you can also start > | the example lines with a colon followed by a space. There may also be > | additional whitespace before the colon

Re: [O] Summary of syntax?

2012-02-02 Thread Alan Schmitt
On 2 Feb 2012, at 10:10, Tassilo Horn wrote: I wanted to know more about this syntax (colon at the start of the line), so I went to the manual and searched for it. Here it is. ,[ (info "(org)Literal examples") ] | For simplicity when using small examples, you can also start | the example

Re: [O] Summary of syntax?

2012-02-02 Thread Tassilo Horn
"Alan Schmitt" writes: Hi Alan, > I was just reading a document in org mode that had some code written > like this: > > : make > : make install > > I wanted to know more about this syntax (colon at the start of the > line), so I went to the manual and searched for it. Here it is. ,[ (info

Re: [O] adding a footnote munches newlines at the end of a section

2012-02-02 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > I use `org-footnote-action' (C-c C-x f) to add a footnote, and don't > have any "org-footnote-section" set, so it adds them at the end of the > current subtree. This progressively eats up newlines, so that if I add > two footnotes in a row, it intrudes on the hea

Re: [O] Summary of syntax?

2012-02-02 Thread Jambunathan K
"Alan Schmitt" writes: > Hello, > > I was just reading a document in org mode that had some code written > like this: > > : make > : make install > > I wanted to know more about this syntax (colon at the start of the > line), M-x apropos-variable RET fixed-width or M-x org-info g Literal Examp

[O] Summary of syntax?

2012-02-02 Thread Alan Schmitt
Hello, I was just reading a document in org mode that had some code written like this: : make : make install I wanted to know more about this syntax (colon at the start of the line), so I went to the manual and searched for it. Unfortunately I could not find it, nor could I find a summary o

Re: [O] taskjuggler (tj3) export issues and proposals

2012-02-02 Thread Christian Egli
John Hendy writes: >> First off let me say that I'm using the taskjuggler exporter with tj3, >> so it should work. >> > > This statement seems to indicate that org may work out of the box with tj3. Well if you take it out of the box it doesn't work with tj3. You need to adapt the target version