Re: [orgmode] time-to-number-of-days

2010-01-12 Thread Carsten Dominik
On Jan 11, 2010, at 10:11 PM, Eric Schulte wrote: Adding (require 'time-date) to your .emacs should make the functions in time-date available... but it looks like the require statement above is called in org.el, so maybe try adding the more forceful (load path/to/time-date.el) to your

Re: [Orgmode] Exporting Column view Estimate

2010-01-12 Thread Carsten Dominik
Hi Dustin (Dustin Hoffman? really??? :-) On Jan 11, 2010, at 8:41 PM, Dustin Hoffman wrote: I would like to export an estimate in column view via the text exporter. When I export the file now, none of the hour estimates or summation of estimates is displayed. I am not sure is anyone

Re: [Orgmode] external program choices?

2010-01-12 Thread Giovanni Ridolfi
Matt Price matt.pr...@utoronto.ca writes: this seems like a stupid question, but how do I control what programs org uses when it launches an exported file in an external viewer? files: /etc/mailcap $HOME/.mailcap already answered, at least, here: [Orgmode] Links and file association,

Re: [Orgmode] external program choices?

2010-01-12 Thread Carsten Dominik
Thanks, I have put it in. - Carsten On Jan 12, 2010, at 11:12 AM, Giovanni Ridolfi wrote: Carsten Dominik carsten.domi...@gmail.com writes: Time for a FAQ? Who is going to write it? :-) this FAQ can be places under the Errors and general problems section *** How can I control the

[Orgmode] org-babel-R and windows ?

2010-01-12 Thread d . tchin
I need help to be able to use org-babel functionality. I use emacs 22.3.1 in windows XP and org-mode 6.34. I have the following instructions in .emacs (require 'org-install) (require 'org-plot) (require 'org-babel-init) (require 'org-babel-R) ;; requires R and ess-mode (require

Re: [Orgmode] [babel] org-babel-R and windows ?

2010-01-12 Thread Giovanni Ridolfi
d.tchin d.tc...@voila.fr writes: Hi, d.tchin , I need help to be able to use org-babel functionality. I use emacs 22.3.1 in windows XP and org-mode 6.34. I have the following instructions in .emacs (require 'org-install) (require 'org-plot) (require 'org-babel-init) (require

[Orgmode] hitting tab on last number item in list hides next paragraph

2010-01-12 Thread Eric S Fraga
Carsten et al., with the attached file, if I position the cursor on the 3rd numbered entry in the first list and hit tab, the following single sentence paragraph is hidden. This seems somewhat non-intuitive to me or have I misunderstood something. My impression was that indentation was used to

Re: [Orgmode] org-babel-R and windows ?

2010-01-12 Thread Dan Davison
d.tchin d.tc...@voila.fr writes: I need help to be able to use org-babel functionality. I use emacs 22.3.1 in windows XP and org-mode 6.34. I have the following instructions in .emacs (require 'org-install) (require 'org-plot) (require 'org-babel-init) (require 'org-babel-R)

Re: [Orgmode] org-babel-R and windows ?

2010-01-12 Thread Eric Schulte
Dan Davison davi...@stats.ox.ac.uk writes: [...] The org-babel default is to invoke R as an external shell command, and I think this is what is causing the problem. It requires that the emacs function shell-command can use the string R to invoke an R process, i.e. the R installation and the

[Orgmode] [babel] S-TAB folding

2010-01-12 Thread Thomas S. Dye
Aloha all, S-TAB on a #+begin_src line folds only the source code block and not the entire buffer, as it does elsewhere. Is this the desired behavior? All the best, Tom ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] no syntax defined for comments

2010-01-12 Thread Carsten Dominik
On Jan 12, 2010, at 5:05 PM, andrea wrote: I sometimes want to write comments in my org-mode files, but the handy function *comment-region* doesn't work, no syntax defined for.. Then I can choose '#' but it doesn't put it in the beginning of the line. I normally end in selecting the

Re: [Orgmode] no syntax defined for comments

2010-01-12 Thread Samuel Wales
Search this list for filladapt. On 2010-01-12, Carsten Dominik carsten.domi...@gmail.com wrote: On Jan 12, 2010, at 5:05 PM, andrea wrote: I sometimes want to write comments in my org-mode files, but the handy function *comment-region* doesn't work, no syntax defined for.. Then I can

[Orgmode] footnote export fails if footnote indented

2010-01-12 Thread Dan Davison
If you hit TAB on a footnote definition, it indents it away from column 1, to align with its heading. However, the footnote definition needs to start in column 1 in order for the footnote to be correctly exported. It would be nice if the footnote exported correctly even when indented (or if that's

[Orgmode] ... but no headline or content in org-mode

2010-01-12 Thread Deric Bytes
I had a look on your FAQS about problems. I could not see anything about eclipses ... but no healine or content I can not open the elipses. I can see the content if I change to text-mode. I know this was most probably caused by some random unconcious key pressing. I had noticed lone elipses

[Orgmode] Re: Which version org-mode

2010-01-12 Thread Benjamin Andresen
Hey Shawn, Shawn Koons srko...@gmail.com writes: How can I tell which version of Org-mode I am using? I originally installed emacs-snapshot and org-mode through Ubuntu's Synaptic Package manager, then found out about git, which I have used since. I just want to make sure that I am using the

[Orgmode] Re: Which version org-mode

2010-01-12 Thread Charles Cave
How can I tell which version of Org-mode I am using? There is a built in command for this. M-x org-version RET ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] org-babel-R and windows ?

2010-01-12 Thread Manish
On Tue, Jan 12, 2010 at 11:13 PM, Dan Davison wrote: [snip: snipped (43 lines)] The org-babel default is to invoke R as an external shell command, and I think this is what is causing the problem. It requires that the emacs function shell-command can use the string R to invoke an R process,