Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-20 Thread Michael Markert
On 20 Jan 2011, Matt Lundin wrote: [snip] Absolutely! I do something similar: alias emacs=emacsclient -t -a /usr/bin/emacs [snap] You might want to consider: alias emacs=emacsclient -t --alternate-editor='' Leaving the alternate editor empty like this causes emacs --daemon to be run before

[Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-20 Thread Shelagh Manton
I like zile for quick editing but of course not every computer has it like ed or vi. It uses the same key chords as emacs but no extras. -- email: shelagh.man...@gmail.com BA (Asian Studies) - ANU Grad Dip IST - UOW ___ Emacs-orgmode mailing list

[Orgmode] Re: [BEAMER] make text fit in a slide

2011-01-20 Thread Andrea Crotti
iem...@gmail.com writes: Hi Andrea, I use the following line to allow frame breaks #+BIND: org-beamer-frame-default-options [allowframebreaks] Perfect nice, but now I also get Slide I for all the slides, even if there isn't a second one... I might only need it in one case (for the

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-20 Thread Christopher Witte
On 19 January 2011 18:41, Eric Schulte schulte.e...@gmail.com wrote: The reason that I push back against this, is that I often times accidentally use a tangle path in which the directory does not exist and the error notification serves as a useful warning that I either mis-typed the

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-20 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/20/2011 04:37 AM, Eric Schulte wrote: A customization variable would be fantastic. Could it be done such that it could be applied (or not applied, according to taste) to a sub-tree of your Org file? That way you could have it disabled on

Re: [Orgmode] Re: Org-beamer problems

2011-01-20 Thread Eric S Fraga
Bill Moran bill1mo...@gmail.com writes: [...] Upgraded to the latest .deb version of org-mode - 7.4 - and that solved the title problem - but not the @ problem. Excellent re: title problem! Regarding the @ problem, where and how do you make the settings. As I have said on this list

Re: [Orgmode] [BEAMER] make text fit in a slide

2011-01-20 Thread Eric S Fraga
iem...@gmail.com writes: Hi Andrea, I use the following line to allow frame breaks #+BIND: org-beamer-frame-default-options [allowframebreaks] and, on a slide per slide basis, you can set options using the BEAMER_envargs property (easiest to do using column view if you have defined columns

Re: [Orgmode] Org-beamer problems

2011-01-20 Thread Eric S Fraga
Henri-Paul Indiogine hindiog...@gmail.com writes: Greetings! I am also having difficulties running Beamer from org-mode. I am running a fully updated Ubuntu with snapshot emacs and a daily updated git version of org-mode. I am not able to get blocks, lists, and colums to work. I have a

Re: [Orgmode] Re: Org-beamer problems

2011-01-20 Thread Eric S Fraga
Bill Moran bill1mo...@gmail.com writes: HI Eric, John, Jeff and Birch Eric S Fraga e.fraga at ucl.ac.uk writes: My immediate response would be to ask why you aren't using \maketitle given that the command is beamer-aware? That is, \maketitle will create [...] Let me also say that my

[Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Dan Davison
Jason Dunsmore emacs-orgm...@dunsmor.com writes: Eric Schulte schulte.e...@gmail.com writes: Matt Lundin m...@imapmail.org writes: Bastien bastien.gue...@wikimedia.fr writes: Jeff Horn jrhorn...@gmail.com writes: Jason seems to be garnering a lot of votes, but Eric's zenburn emulation

Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-20 Thread Matt Lundin
Jeff Horn jrhorn...@gmail.com writes: On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin m...@imapmail.org wrote: alias emacs=emacsclient -t -a /usr/bin/emacs Thanks for sharing this. My manual doesn't mention the -t flag. What does it do? (I didn't know about -a, but it looks nifty) Now that I

[Orgmode] [PATCH] Quote \[cmd] in docstring of org-export-with-LaTeX-fragments

2011-01-20 Thread Lawrence Mitchell
* org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so that \\[ a = b \\] is not interpreted as a keybinding by `substitute-command-keys'. In a docstring \\[text] is used to indicate that text should be interpreted by `substitute-command-keys'. To avoid this interpretation, we need to

[Orgmode] [PATCH 1/2] Only match complete words in org-export-add-options-to-plist

2011-01-20 Thread Lawrence Mitchell
* org-exp.el (org-export-add-options-to-plist): Require match to start at a word-boundary. Previously, if an option was the suffix of another option (such as TeX and LaTeX) the setting for the former would propagator to the latter. This seems like an unintended consequence of a lax regexp in

[Orgmode] [PATCH 0/2] References auto-generated labels with \ref in LaTeX export

2011-01-20 Thread Lawrence Mitchell
when writing latex, I prefer referring to previous sections by saying As we saw earlier in section \ref{some-section}. When writing with Org and then exporting to latex, there doesn't appear to be any way to reproduce this. Using As we saw earlier in section [[section header]] produces a

[Orgmode] Bug: exporting overwrites existing file [7.4]

2011-01-20 Thread peter . frings
Good afternoon all, I may have made a stupid mistake, but this is what happened... I had a file, cmm.tex, made by hand. I also have an org document, cmm.org. Can you see it coming? I then wanted to see what the result would be of exporting that org file as a latex file... Bye bye original tex

[Orgmode] evaluating all R code blocks (newbie question)

2011-01-20 Thread Julian Burgos
Dear list, Hopefully this is not too basic, nor has been answered before. I would like to know if there is away to have alll R code blocks in a document evaluated automatically (i.e. without query) when exporting to Latex. Now I have to answer yes multiple times to the question Evaluate this R

Re: Re: [Orgmode] [BEAMER] make text fit in a slide

2011-01-20 Thread chris . m . malone
Hi Andrea, I stand corrected - you are getting a lot of useful information here! :-) Chris On Jan 20, 2011 4:21am, Eric S Fraga e.fr...@ucl.ac.uk wrote: iem...@gmail.com writes: Hi Andrea, I use the following line to allow frame breaks #+BIND:

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jason Dunsmore
Jeff Horn jrhorn...@gmail.com writes: On Wed, Jan 19, 2011 at 9:24 PM, Matt Lundin m...@imapmail.org wrote: I believe these pages have not been exported since we turned off the inline css publishing option; i.e., they have not been touched since that time, so the publishing mechanism does not

[Orgmode] Re: [BEAMER] make text fit in a slide

2011-01-20 Thread Andrea Crotti
chris.m.mal...@gmail.com writes: Hi Andrea, I stand corrected - you are getting a lot of useful information here! :-) Yes true :) Thanks everyone, the per frame setting is perfect. And since I'm here another thing I'm not getting. If I want to have a situation like this below

[Orgmode] Re: evaluating all R code blocks (newbie question)

2011-01-20 Thread Lawrence Mitchell
Julian Burgos wrote: Dear list, Hopefully this is not too basic, nor has been answered before. I would like to know if there is away to have alll R code blocks in a document evaluated automatically (i.e. without query) when exporting to Latex. Now I have to answer yes multiple times to the

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Matt Lundin
Nick Dokos nicholas.do...@hp.com writes: Matt Lundin m...@imapmail.org wrote: So the new, flat FAQ is up and running. And, of course, all are welcome to suggest or contribute further refinements. Blue (or purple or similar color) text on black background is unreadable - at least to my

Re: [Orgmode] Re: evaluating all R code blocks (newbie question)

2011-01-20 Thread Julian Burgos
Many thanks Lawrence. Yes, I´m aware of the risks, but for now I am only working with my own files. Do you know if it is possible to evaluation confirmation as a header option, so I can left it on but turn it off in my own files? Thanks again, Julian On Thu, Jan 20, 2011 at 3:38 PM, Lawrence

[Orgmode] Re: evaluating all R code blocks (newbie question)

2011-01-20 Thread Lawrence Mitchell
Julian Burgos wrote: Many thanks Lawrence. Yes, I'm aware of the risks, but for now I am only working with my own files. Do you know if it is possible to evaluation confirmation as a header option, so I can left it on but turn it off in my own files? I don't believe it is. If you think

Re: [Orgmode] Re: evaluating all R code blocks (newbie question)

2011-01-20 Thread Julian Burgos
Yes, you are right. For now, I´ll turn confirmation off for R code only, and keep an eye on .org files from unknown origins. All the best, Julian On Thu, Jan 20, 2011 at 4:00 PM, Lawrence Mitchell we...@gmx.li wrote: Julian Burgos wrote: Many thanks Lawrence.  Yes, I'm aware of the risks, but

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-20 Thread Eric Schulte
Christopher Witte ch...@witte.net.au writes: On 19 January 2011 18:41, Eric Schulte schulte.e...@gmail.com wrote: The reason that I push back against this, is that I often times accidentally use a tangle path in which the directory does not exist and the error notification serves as a

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Eric Schulte
Matt Lundin m...@imapmail.org writes: Nick Dokos nicholas.do...@hp.com writes: Matt Lundin m...@imapmail.org wrote: So the new, flat FAQ is up and running. And, of course, all are welcome to suggest or contribute further refinements. Blue (or purple or similar color) text on black

Re: [Orgmode] Re: evaluating all R code blocks (newbie question)

2011-01-20 Thread Eric Schulte
Lawrence Mitchell we...@gmx.li writes: Julian Burgos wrote: Many thanks Lawrence. Yes, I'm aware of the risks, but for now I am only working with my own files. Do you know if it is possible to evaluation confirmation as a header option, so I can left it on but turn it off in my own files?

Re: [Orgmode] Bug in babel eating my text

2011-01-20 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de wrote: I found a severe bug that actually eats my text, i.e. *destroys* my org-mode file. Or am I missing something here? Just try that: * Test Execute this once: #+BEGIN_src R :session

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 11:44 AM, Eric Schulte schulte.e...@gmail.com wrote: For managing alternate stylesheets I use the style chooser extension for Chrome which adds a dropdown menu to the url-bar whenever a page provides alternate style sheets and has the nice feature of remembering your

Re: [Orgmode] Produce a pdf outline using the latex outline package of the notes in org file

2011-01-20 Thread Julius Gamanyi
I'm afraid the spare time disappeared. I hope to get it back by the 2-Feb. Cheers -- Julius On 18 January 2011 07:52, Bastien bastien.gue...@wikimedia.fr wrote: Hi Julius, Julius Gamanyi julius...@gmail.com writes: Lately, it's been hectic at work. I'm hoping to get some free time in

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison dandavis...@gmail.com wrote: I strongly second this. In fact I'll stick my neck out more: Worg is great, but for tutorials on org-mode, HTML export is often the wrong format for obvious reasons (i.e. unless you go to some trouble, it conceals a lot

[Orgmode] Re: [BEAMER] make text fit in a slide

2011-01-20 Thread Andrea Crotti
Chris Malone chris.m.mal...@gmail.com writes: Hi Andrea, Here I can help some :). What I have done in the past is take advantage of the fact that org-mode will close a beamer =columns= environment if the column width is set to 0 (or 1):

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Erik Iverson
Jeff Horn wrote: On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison dandavis...@gmail.com wrote: I strongly second this. In fact I'll stick my neck out more: Worg is great, but for tutorials on org-mode, HTML export is often the wrong format for obvious reasons (i.e. unless you go to some trouble,

Re: [Orgmode] Re: [BEAMER] make text fit in a slide

2011-01-20 Thread Chris Malone
Hi Andrea, In the example I showed, I set the block to an =ignoreheading= block by using =C-c C-b i=. This, as best I can tell, generates a block but comments out the part which gives the block its title. Doing this overrides the alertblock heading, so I'm not entirely sure how to combine the

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2011-01-20 Thread Julien Danjou
On Wed, Jan 19 2011, Sébastien Vauban wrote: I had sent all the needed code to add to Gnus onto the Gnus newsgroup, see http://osdir.com/ml/info-gnus-english-gnu/2011-01/msg00082.html. But Gnus asks me to... #+begin_verse ... post a patch for these changes to the d...@gnus.org mailing

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jason Dunsmore
Erik Iverson er...@ccbr.umn.edu writes: Jeff Horn wrote: On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison dandavis...@gmail.com wrote: I strongly second this. In fact I'll stick my neck out more: Worg is great, but for tutorials on org-mode, HTML export is often the wrong format for obvious

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Dan Davison
On Thu, Jan 20, 2011 at 5:02 PM, Jeff Horn jrhorn...@gmail.com wrote: On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison dandavis...@gmail.com wrote: I strongly second this. In fact I'll stick my neck out more: Worg is great, but for tutorials on org-mode, HTML export is often the wrong format

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jason Dunsmore
Jeff Horn jrhorn...@gmail.com writes: On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison dandavis...@gmail.com wrote: I strongly second this. In fact I'll stick my neck out more: Worg is great, but for tutorials on org-mode, HTML export is often the wrong format for obvious reasons (i.e. unless you

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 12:41 PM, Dan Davison dandavis...@gmail.com wrote: All of which could be solved with some effort. My point is: what does the HTML export of this document really offer over the verbatim htmlized one? I'll concede. I seem to have spoken out of turn, since I haven't

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Dan Davison
On Thu, Jan 20, 2011 at 5:41 PM, Dan Davison dandavis...@gmail.com wrote: On Thu, Jan 20, 2011 at 5:02 PM, Jeff Horn jrhorn...@gmail.com wrote: On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison dandavis...@gmail.com wrote: I strongly second this. In fact I'll stick my neck out more: Worg is

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 12:48 PM, Dan Davison dandavis...@gmail.com wrote: On Thu, Jan 20, 2011 at 5:41 PM, Dan Davison dandavis...@gmail.com wrote: On Thu, Jan 20, 2011 at 5:02 PM, Jeff Horn jrhorn...@gmail.com wrote: On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison dandavis...@gmail.com wrote:

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Nick Dokos
Matt Lundin m...@imapmail.org wrote: Nick Dokos nicholas.do...@hp.com writes: Matt Lundin m...@imapmail.org wrote: So the new, flat FAQ is up and running. And, of course, all are welcome to suggest or contribute further refinements. Blue (or purple or similar color) text on

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2011-01-20 Thread Julien Danjou
On Thu, Jan 20 2011, Julien Danjou wrote: Fine, I'll try to do that. I though you got already a patch against Gnus, but it seems no, so I'll probably make one soon. Pushed in Gnus. -- Julien Danjou ❱ http://julien.danjou.info pgp93GgSuVAkg.pgp Description: PGP signature

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 11:16 AM, Nick Dokos nicholas.do...@hp.com wrote: Matt Lundin m...@imapmail.org wrote: Nick Dokos nicholas.do...@hp.com writes: Matt Lundin m...@imapmail.org wrote: So the new, flat FAQ is up and running. And, of course, all are welcome to suggest or contribute

[Orgmode] Re: Bug ? : org-babel and calc : calc-command-flags

2011-01-20 Thread d . tchin
Eric Schulte schulte.eric at gmail.com writes: Hi d.tchin, Hi Eric This problem is caused because (as you point out) the calc-command-flags variable is not defined. In my Emacs version calc-command-flags is provided by (require 'calc) which is part of Babel's calc support, this

[Orgmode] bug: org-agenda does not compile and has warnings

2011-01-20 Thread Samuel Wales
org-agenda.el does not compile. In org-agenda-goto-today: org-agenda.el:6107:59:Warning: `org-agenda-ndays' is an obsolete variable (as of Emacs 24.1); use `org-agenda-span' instead. In org-agenda-reset-view: org-agenda.el:4:3:Warning: `org-agenda-ndays' is an obsolete variable (as of

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Eric Schulte
I see this issue a lot on the Babel pages. What needs to be done is wrap each source/example block in another block with org as the language. For example: #+begin_src org ,#+begin_src sh :results output ls -al ,#+end_src #+end_src I think this should be done for all Babel

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Eric Schulte
Jeff Horn jrhorn...@gmail.com writes: On Thu, Jan 20, 2011 at 11:16 AM, Nick Dokos nicholas.do...@hp.com wrote: Matt Lundin m...@imapmail.org wrote: Nick Dokos nicholas.do...@hp.com writes: Matt Lundin m...@imapmail.org wrote: So the new, flat FAQ is up and running. And, of course, all

Re: [Orgmode] Re: Bug ? : org-babel and calc : calc-command-flags

2011-01-20 Thread Eric Schulte
d.tchin d.tc...@voila.fr writes: Eric Schulte schulte.eric at gmail.com writes: Hi d.tchin, Hi Eric This problem is caused because (as you point out) the calc-command-flags variable is not defined. In my Emacs version calc-command-flags is provided by (require 'calc) which is part

[Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Bryan Emrys
Hello. Trying to use org-exp-blocks with dot to export a graphic in generated html file. Works on linux box. However, on a mac box everything except the graph is generated. Instead of pulling in the graphic, it just prints dot_somehashednumber.png. As far as I can tell, that png is not generated

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Eric Schulte
Hi Bryan, For generating dot graphics from Org-mode it is now suggested to use a normal code block rather than org-exp-blocks, for example the following should generate a graph when pressing C-c C-c on the block, and on export should include the resulting graph rather than the code block. from

[Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-20 Thread Achim Gratz
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: I asked the question on the Cygwin mailing list, and got an answer from Tobias Schlottke, telling me to use the 'plain old' syntax (=`...`= instead of =$(...)=): On further investigation, this is a bug in bash3, fixed in bash4 (hence why I

[Orgmode] Re: Bug ? : org-babel and calc : calc-command-flags

2011-01-20 Thread d . tchin
Eventually I prefer to use the following instruction in the buffer where I will use calc with babel. #+begin_src emacs-lisp :results silent (require 'ob-calc) (defvar calc-command-flags nil) #+end_src Thank you for your help. d.tchin ___

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Jeff Horn
On Thu, Jan 20, 2011 at 1:46 PM, Eric Schulte schulte.e...@gmail.com wrote: Jeff Horn jrhorn...@gmail.com writes: On Thu, Jan 20, 2011 at 11:16 AM, Nick Dokos nicholas.do...@hp.com wrote: Matt Lundin m...@imapmail.org wrote: Nick Dokos nicholas.do...@hp.com writes: Matt Lundin

Re: [Orgmode] Re: Org-beamer problems

2011-01-20 Thread Henri-Paul Indiogine
Hi Eric! Eric S Fraga e.fr...@ucl.ac.uk writes: Regarding the @ problem, where and how do you make the settings. As I have said on this list recently, I find that I have to set the variables concerned *before* I load org (through =(require 'org-install)=) or otherwise the regular expressions

[Orgmode] Re: [PATCH] Stable key assignment for org-fast-tag-selection

2011-01-20 Thread Matt Lundin
Bastien bastien.gue...@wikimedia.fr writes: emacs-orgm...@dunsmor.com writes: - Eval (setq org-use-fast-tag-selection t) - Eval (setq org-fast-tag-selection-single-key expert) - Create a heading with tags :a1:a2: - Create another heading with tags :a1:a2: - Type C-c a, C-c a, C-c a, C-c a

[Orgmode] Re: [BEAMER] make text fit in a slide

2011-01-20 Thread Andrea Crotti
Chris Malone chris.m.mal...@gmail.com writes: Hi Andrea, In the example I showed, I set the block to an =ignoreheading= block by using =C-c C-b i=. This, as best I can tell, generates a block but comments out the part which gives the block its title. Doing this overrides the alertblock

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Bryan Emrys
Hi, Now getting an error message: /bin/bash: dot: command not found Hmm. Pathname issue? On the mac, dot is in /opt/local/bin/dot My .emacs file has: (setq load-path (cons /opt/local/bin load-path)) I can certainly just open a terminal window and run dot from the command line. Thanks for any

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Erik Iverson
Bryan Emrys wrote: Hi, Now getting an error message: /bin/bash: dot: command not found Hmm. Pathname issue? Absolutely. On the mac, dot is in /opt/local/bin/dot My .emacs file has: (setq load-path (cons /opt/local/bin load-path)) That won't add anything to your shell's path, it's

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Bryan Emrys
Eric, .profile has: # MacPorts Installer addition on 2009-04-08_at_20:48:37: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts. On Thu, Jan 20, 2011 at 1:28 PM,

[Orgmode] C-c a t shows empty list

2011-01-20 Thread Микола Стрєбков
Hi orgsters, I started to use org-mode together with MobileOrg and everything was fine. But two days ago I realized that I'm unable to build neither agenda nor todo lists from my org files. Problem occurred on both Emacs and my iPhone even on the simplest files like: * test ** TODO test2 **

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Bryan Emrys
/usr/local/bin is also in /etc/paths if I echo $PATH, I get /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Thanks, Bryan On Thu, Jan 20, 2011 at 1:33 PM, Bryan Emrys bryan.em...@gmail.com wrote: Eric, .profile has: # MacPorts Installer addition

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Erik Iverson
Bryan Emrys wrote: /usr/local/bin is also in /etc/paths if I echo $PATH, I get /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin How are you echoing path, starting up a terminal, or within Emacs M-x shell? What if you try M-x getenv RET PATH RET in

Re: [Orgmode] C-c a t shows empty list

2011-01-20 Thread Erik Iverson
Which version of Emacs / org-mode? Микола Стрєбков wrote: Hi orgsters, I started to use org-mode together with MobileOrg and everything was fine. But two days ago I realized that I'm unable to build neither agenda nor todo lists from my org files. Problem occurred on both Emacs and my iPhone

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Eric Schulte
back when I had to use a mac, I would just symlink paths into standard locations, e.g. ln -s /opt/local/bin/dot /usr/bin/dot Maybe not the most elegant solution, but it works reliably To do this the *right* way you can update the PATH environment variable *within* Emacs by doing something

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Bryan Emrys
Thank you Eric and Erik for the incredibly quick troubleshooting. I updated .emacs with the setenv command suggested by Eric, restarted emacs and everything now works as expected. Bryan On Thu, Jan 20, 2011 at 1:51 PM, Eric Schulte schulte.e...@gmail.comwrote: back when I had to use a mac, I

Re: [Orgmode] C-c a t shows empty list

2011-01-20 Thread Микола Стрєбков
Hi On 20 січ. 2011, at 23:43, Erik Iverson wrote: Which version of Emacs / org-mode? Hmm... Emacs 23.2 OS X, M-x org-info shows docs for 6.33 but I have installed version 7.4... The latest org-mode installed in: (setq load-path (cons ~/.emacs.d/org load-path)) Here is org part of my .emacs:

Re: [Orgmode] C-c a t shows empty list

2011-01-20 Thread Erik Iverson
Микола Стрєбков wrote: Hi On 20 січ. 2011, at 23:43, Erik Iverson wrote: Which version of Emacs / org-mode? Hmm... Emacs 23.2 OS X, M-x org-info shows docs for 6.33 but I have installed version 7.4... Does M-x org-version report the correct version? The latest org-mode installed in:

[Orgmode] Re: Enhancing the Org/Gnus experience

2011-01-20 Thread Sébastien Vauban
Hi Julien, Julien Danjou wrote: On Thu, Jan 20 2011, Julien Danjou wrote: Fine, I'll try to do that. I though you got already a patch against Gnus, but it seems no, so I'll probably make one soon. Pushed in Gnus. Waaow; that's fast. Good move! Thanks for pushing this. Best regards, Seb

[Orgmode] Re: [babel] Sh problem when echo'ing input data with ' inside

2011-01-20 Thread Sébastien Vauban
Hi Achim, Achim Gratz wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: I asked the question on the Cygwin mailing list, and got an answer from Tobias Schlottke, telling me to use the 'plain old' syntax (=`...`= instead of =$(...)=): On further investigation, this is a bug in

[Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Sébastien Vauban
Hi, Dan Davison wrote: Please see the manual as an example. Hmm? The manual is written in texinfo. BTW, what's the reason for that? Does it still apply? Are there good reasons not to move it to Org format? Best regards, Seb -- Sébastien Vauban

Re: [Orgmode] [RFI] Minutes of talks

2011-01-20 Thread Nicolas Goaziou
Hello, Sébastien Vauban writes: --8---cut here---start-8--- - Alice :: Our objectives are ... - Collegue :: We can show you our architecture. It indeed does this and this ... - Me :: What's your deadline? --8---cut

[Orgmode] Re: C-c a t shows empty list

2011-01-20 Thread Matt Lundin
Микола Стрєбков n...@mykola.org writes: Микола Стрєбков wrote: I started to use org-mode together with MobileOrg and everything was fine. But two days ago I realized that I'm unable to build neither agenda nor todo lists from my org files. Problem occurred on both Emacs and my iPhone even on

Re: [Orgmode] Re: C-c a t shows empty list

2011-01-20 Thread Микола Стрєбков
Hi, Matt On 21 січ. 2011, at 00:56, Matt Lundin wrote: Here is org part of my .emacs: ;;; ;;; Org mode ;;; (require 'org-install) (transient-mark-mode 1) (setq org-log-done 'time) (setq org-directory ~/Org) (setq org-footnote-auto-adjust t) (setq org-mobile-files (quote

[Orgmode] Re: evaluating all R code blocks (newbie question)

2011-01-20 Thread Leo Alekseyev
Julian Burgos jmburgos at uw.edu writes: Dear list, Hopefully this is not too basic, nor has been answered before. I would like to know if there is away to have alll R code blocks in a document evaluated automatically (i.e. without query) when exporting to Latex. Now I have to answer

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-20 Thread Chris Maier
On Wed, Jan 19, 2011 at 10:37 PM, Eric Schulte schulte.e...@gmail.com wrote: This has now been added as a new :mkdirp code block header argument, so it can be set on the block, subtree, file, language, or global level (see http://orgmode.org/manual/Using-header-arguments.html). #+begin_src

Re: [Orgmode] Re: [PATCH] Stable key assignment for org-fast-tag-selection

2011-01-20 Thread Jason Dunsmore
Matt Lundin m...@imapmail.org writes: Bastien bastien.gue...@wikimedia.fr writes: emacs-orgm...@dunsmor.com writes: - Eval (setq org-use-fast-tag-selection t) - Eval (setq org-fast-tag-selection-single-key expert) - Create a heading with tags :a1:a2: - Create another heading with tags

[Orgmode] Org-beamer problems

2011-01-20 Thread Bill Moran
I have installed the latest (git) version of org-mode and have stripped out all customizations from I think. I've copied Eric's two column example from here http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html with the headers given there. And I can't get either blocks or columns to

Re: [Orgmode] How to write special LaTeX symbols

2011-01-20 Thread Xin Shi
Thanks for all your response! I've found this page and it explains the name and hex: http://www.unicode.org/charts/PDF/U0080.pdf 00F6 ö LATIN SMALL LETTER WITH DIAERESIS Xin On Mon, Jan 17, 2011 at 5:33 PM, Bastien bastien.gue...@wikimedia.frwrote: Nick Dokos nicholas.do...@hp.com writes:

Re: [Orgmode] Embedded code

2011-01-20 Thread Ido Magal
So I was able to construct the following functioning bit of code from someone else recent post: #+begin_src emacs-lisp :results output raw (defun tagged (tag optional scope) (let ((entries ())) (org-map-entries (lambda () (add-to-list 'entries (list (concat [[

Re: [Orgmode] Re: Org-beamer problems

2011-01-20 Thread Bill Moran
Regarding the @ problem, where and how do you make the settings. As I have said on this list recently, I find that I have to set the variables concerned *before* I load org (through =(require 'org-install)=) or otherwise the regular expressions that use these variables are initialised

[Orgmode] automatically convert email inbox into TODO's?

2011-01-20 Thread Bill Jarrold
Hi, Emails in ones inbox can be viewed as TODO's. org-mode and its agenda mech are great for managing to do's. Thus, does anyone have experience with automatic conversion of emails into TODO's? Email is a pain because I do not know of any way to associate arbitrary levels of priorities to