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

2012-02-03 Thread Eric S Fraga
Thomas S. Dye t...@tsdye.com writes: [...] If you (and the receiver) tangle your export-settings source code block to init.el (:tangle init.el), then execute something like the following source code block #+begin_src sh emacs -Q -l init.el examplebug.org #+end_src you should be able to

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

2012-02-03 Thread suvayu ali
On Fri, Feb 3, 2012 at 06:09, Vikas Rawal vikasli...@agrarianresearch.org wrote: Works with a minor change as below: (setq org-latex-to-pdf-process      '(xelatex -interaction nonstopmode -output-directory %o %f       xelatex -interaction nonstopmode -output-directory %o %f       xelatex

Re: [O] [bug]Bug in export to LaTex: Lists with source code blocks

2012-02-03 Thread Thomas Holst
Hi, · Nicolas Goaziou n.goaz...@gmail.com wrote: Boyun Tang tangbo...@hotmail.com writes: Hello, Today I found a bug which was well described in http://thread.gmane.org/gmane.emacs.orgmode/48388 I have pushed a fix for that bug. Thank you for reminding me about it, and to Thomas Holst

Re: [O] org-babel export latex problem

2012-02-03 Thread Riccardo Romoli
The version is 6.33x Best 2012/2/3 Thomas S. Dye t...@tsdye.com Riccardo Romoli ric.rom...@gmail.com 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

Re: [O] org-babel export latex problem

2012-02-03 Thread suvayu ali
On Fri, Feb 3, 2012 at 12:43, Riccardo Romoli ric.rom...@gmail.com wrote: The version is 6.33x That is way too old, I believe org-babel is a much newer feature. At least its more mature now. Try one of the newer releases like 7.8.03.

[O] [beamer] Italic in overlay text

2012-02-03 Thread Sebastien Vauban
Hello, When trying to have italic text inside some paragraph that must only be displayed in some overlays, the text inside `/' is not converted into italic. ECM: --8---cut here---start-8--- #+TITLE: ECM #+DATE: 2012-02-03 #+LANGUAGE: en #+OPTIONS:

[O] TAB from within a text

2012-02-03 Thread François Pinard
Hi, everybody. Writing a longish text for my coworkers this morning, I notice that I do not know a quick way for collapsing the whole set of paragraphs I'm currently writing, when their header happens to be many screenfuls above point. I have to first return to that header and do TAB there.

[O] Howto customize tags-todo to ignored scheduled Tasks

2012-02-03 Thread Jakob Lombacher
I'd like to make a TODO list, filtered by TAGS. This is working so far, but now I also want to filter the scheduled TODOs. I thought something like that should do it, but it doesn't: (1 asdf tags-todo HOME ((org-agenda-todo-ignore-scheduled 'all) (org-agenda-todo-ignore-with-date 'all)))

[O] org-special-ctrl-a/e induces problems in items

2012-02-03 Thread François Pinard
Hi, Org mode maintainers. When org-special-ctrl-a/e is active, and when a list item is a whole paragraph spanning many visual lines, `C-a' and `C-e' both misbehave. `C-e' moves to the end of the visual paragraph (that is, the end of the physical line) instead of moving at the end of the visual

Re: [O] org-babel export latex problem

2012-02-03 Thread Thomas S. Dye
The current version is 7.8. Could you update and see if the problem persists? Tom Sent from my iPhone On Feb 3, 2012, at 1:43 AM, Riccardo Romoli ric.rom...@gmail.com wrote: The version is 6.33x Best 2012/2/3 Thomas S. Dye t...@tsdye.com Riccardo Romoli ric.rom...@gmail.com writes:

Re: [O] TAB from within a text

2012-02-03 Thread Nick Dokos
François Pinard pin...@iro.umontreal.ca wrote: Hi, everybody. Writing a longish text for my coworkers this morning, I notice that I do not know a quick way for collapsing the whole set of paragraphs I'm currently writing, when their header happens to be many screenfuls above point. I have

Re: [O] TAB from within a text

2012-02-03 Thread François Pinard
Alan Schmitt alan.schm...@polytechnique.org writes: On 3 Feb 2012, at 15:36, François Pinard wrote: Is it unreasonable for me to hope that, instead of `C-c C-j up TAB', a mere TAB from within a long text would quickly do what I wanted? I have this in my .emacs: ;; From

[O] org-remember - org-capture: % functionality

2012-02-03 Thread Martin Pohlack
Hi, org-remember templates could contain a % to jump to target location immediately after storing note. I can't find a similar thing for org-capture. Is there a trick / official way to achieve a similar effect with org-capture? I like to tweak some entry in their context after capturing.

Re: [O] TAB from within a text

2012-02-03 Thread François Pinard
Nick Dokos nicholas.do...@hp.com writes: [Your suggestion of overloading TAB] does seem unreasonable to me, TAB is overworked, overloaded and much too smart for its own good [...] C-c C-p TAB [...] has seemed painless enough to me so as not to go looking for something better. Sold! :-)

[O] Hide only the :noexport: tag (or other specific tags) in agenda?

2012-02-03 Thread John Hendy
I know one can hide all tags (http://orgmode.org/worg/org-faq.html#sec-16-13)... but is it possible to set set only certain tags not to display? I want to see the task and other tags, but it'd be nice not to have all my instances of :noexport: showing up. Thanks, John

Re: [O] TAB from within a text

2012-02-03 Thread Alan Schmitt
On 3 Feb 2012, at 15:36, François Pinard wrote: Hi, everybody. Writing a longish text for my coworkers this morning, I notice that I do not know a quick way for collapsing the whole set of paragraphs I'm currently writing, when their header happens to be many screenfuls above point. I

[O] hidestarsfile: hidestars for file

2012-02-03 Thread Michael Brand
Hi all Using hooks for file find and for file save I implemented hidestarsfile: On the fly and inspired by hidestars (a cleaner outline view: http://orgmode.org/manual/Clean-view.html ) - remove the leading stars from all headings when writing a buffer to the file - reinsert the leading stars

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

2012-02-03 Thread Georges Ko
Jambunathan K kjambunat...@gmail.com writes: 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] Howto customize tags-todo to ignored scheduled Tasks

2012-02-03 Thread Bernt Hansen
Jakob Lombacher kont...@lombacher.net writes: I'd like to make a TODO list, filtered by TAGS. This is working so far, but now I also want to filter the scheduled TODOs. I thought something like that should do it, but it doesn't: (1 asdf tags-todo HOME ((org-agenda-todo-ignore-scheduled

Re: [O] [beamer] Italic in overlay text

2012-02-03 Thread Eric S Fraga
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hello, When trying to have italic text inside some paragraph that must only be displayed in some overlays, the text inside `/' is not converted into italic. This does seem to highlight a bug in the exporter. I cannot help you directly

Re: [O] org-remember - org-capture: % functionality

2012-02-03 Thread Darlan Cavalcante Moreira
I don't know if such a feature exists for the capture template, but after you captured an item you can use C-u C-u C-c c (supposing C-c c is your key-binding for org-capture) to go to the captured item location. The same feature exists for refiled notes. I use this a lot and I find it more

Re: [O] Emacs/Org-mode configs spread over multiple accounts/machines

2012-02-03 Thread Eric Schulte
One more option in this space is the technique used in the emacs starter kit, in which specialized config files named after both the user and the machine hostname are loaded on startup. This allows sharing of config across users and machines. http://eschulte.me/emacs24-starter-kit/

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

2012-02-03 Thread Eric Schulte
Christophe Pouzat christophe.pou...@gmail.com writes: 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

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

2012-02-03 Thread GMX Christoph 13
Hi all Real life took precedence for a while and also I realized that making the step towards org mode would be a rather more substantial leap than I had anticipated. Given how dissatisfied I had become with the more traditional solutions to the problem one would expect a shift in paradigms

Re: [O] Google Tasks Integration

2012-02-03 Thread Eric S Fraga
Simon Thum simon.t...@gmx.de writes: On 01/31/2012 08:10 PM, Eric S Fraga wrote: Simon Thumsimon.t...@gmx.de writes: On 01/31/2012 02:12 PM, Eric S Fraga wrote: I would be very interested in this. I have links to and from google calendar for appointments but could not figure out how to

[O] org-babel-expand-src-block

2012-02-03 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

[O] not converted to amp; when in equation enviroments

2012-02-03 Thread Lianheng Tong
Dear all, I am using org-mode version 7.7, and tried to export my org documents into html using org-export-html functions. I found that in normal texts and inline maths, the characters , and are converted correctly to amp; lt; and gt; according to the definitions made by

[O] Showing evaluation buffer while executing source blocks?

2012-02-03 Thread Klaus-Dieter Bauer
Hello! I wondered if there is a way to show the evaluation buffer (if any) during evaluation of commands -- in particular when the command takes a long time (e.g. when trying to document a building process involving `make' invocations) waiting for the command to finish is counter productive. Even

Re: [O] [ANN] ASCII back-end for new export engine

2012-02-03 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: I haven't been able to export a listing yet. The following source exports with the old exporter, but fails with the experimental exporter. This long standing bug should be fixed now. Regards, -- Nicolas Goaziou

Re: [O] Way to replace normal tabular env with booktabs?

2012-02-03 Thread John Hendy
On Fri, Jan 13, 2012 at 9:39 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Jan 13, 2012, at 3:52 PM, Niels Giesen wrote: There is a patch from me waiting to be incorporated into org mode that lets one use booktabs as export for normal org tables. You can find it @

[O] Bug: CLOCKSUM does not work in column view when generating a second time [7.8.02]

2012-02-03 Thread Don Roberts
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.

[O] how to manage org-ids for many org files scattered on system

2012-02-03 Thread Brian van den Broek
Hi all, I've started having a lot of org files in various locations across my system, and I am wondering how others manage keeping track of global ids in this situation. I am aware of org-id-extra-files, but adding things by hand has started to seem a bit painful. Additionally, as some projects

[O] [BUG] cannot open menu when in an org buffer

2012-02-03 Thread suvayu ali
Hi, In a minimal Emacs session when I open _any_ org file and try to access the GUI menu with a mouse, I get the following back trace: Debugger entered--Lisp error: (void-function org-in-clocktable-p) org-in-clocktable-p() org-context() (assq :todo-keyword (org-context)) Switching to a

Re: [O] tags in clock table

2012-02-03 Thread Anton Travleev
Hello Bernt, I want to get clock summary over a week for each tag I set during this week. I have a lot of tags, so the manual filtering is tedious, not to mention that I can forget some of them. There is no possibility to split the clocktable into chunks by tags, only by days or weeks, see

Re: [O] Tweaking the export

2012-02-03 Thread Christian Wittern
Hi Nicolas, Thank you very much for taking the time for such a detailed recipe. Today I finally found time to go over it and try to implement my transformer. It turned out to be really easy to get going, but in the end, I hit a roadblock. On 2012-01-29 18:07, Nicolas Goaziou wrote: