[Orgmode] Cannot reschedule task with repeater

2010-03-07 Thread Tom
It's not clear to me in case of a timestamp like this <2010-03-08 H 21:30 .+1d> why can't the reschedule feature change the date/time part only and leave the repeater part intact? Why does it have to throw the error "Cannot reschedule task with repeater"? I see no compelling reason for not

[Orgmode] Re: [babel] captions and figure size on export

2010-03-07 Thread Graham Smith
Graham Smith gmail.com> writes: To follow this up, it seems that looking at the tex file that none of the latex code is being exported \subsection{Boxplots} \label{sec-2.1} \begin{verbatim} boxplot(daf$Flower~daf$YEAR) \end{verbatim} \includegraphics[width=10em]{FloweringBoxplot.pdf} \begin

Re: [Orgmode] selective export

2010-03-07 Thread Graham Smith
Thanks to you both, so easy when you know how. The manual makes sense as well now. Graham ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] New Org-mode talk by Carsten Dominik

2010-03-07 Thread Nathan Neff
On Sun, Mar 7, 2010 at 11:37 PM, Nathan Neff wrote: > > > On Sat, Mar 6, 2010 at 9:08 AM, Carsten Dominik > wrote: > >> >> On Mar 5, 2010, at 9:07 PM, Stefan Vollmar wrote: >> >> Hallo, >>> >>> we proudly present: >>> >>> "Emacs Org-mode: Organizing a Scientist's Life and Work" >>> >>> a talk b

Re: [Orgmode] selective export

2010-03-07 Thread Mark Elston
Graha, This is pretty straightforward really. If all you want to do is exclude a single top-level heading then I would just assign a tag to that heading that you won't be assigning to any other heading. In this case you can probably get away with something simple, like 'data'. If you're not su

[Orgmode] Re: selective export

2010-03-07 Thread Matt Lundin
Graham Smith writes: > Using babel I have the data used for the analysis (in R) under a top > level heading just called data. I want to keep this in the org file > but not in the compiled pdf. > > I have had a look at the selective export in the manual, but could do > with a bit more step by step

Re: [Orgmode] Newbie question: mobileorg and org-mode configuration

2010-03-07 Thread Richard Moreland
Hi Neil, Hope I can shed some light on the configuration for you: - You shouldn't need to set org-mobile-files, afaik. If you just define org-agenda-files, those files will be used (one less thing to maintain). - You don't need the pre/post hooks at all. In your case, just copying the file

[Orgmode] Newbie question: mobileorg and org-mode configuration

2010-03-07 Thread Neil Hepburn
Hi All I am a new user to org-mode and was almost immediately hooked. (I'm also a relatively recent convert to emacs and Aquamacs.) I went out and fetched the mobileorg app for my iPod touch from the Apple appstore and now I'm rapidly losing what's left of my hair - doh! Anyhow, I have org-mod

[Orgmode] [babel] captions and figure size on export

2010-03-07 Thread Graham Smith
I have the following code beside each other in an orgmode/babel file creating two boxplots. When exported the first boxplot remains the default size and has no caption or figure number, while the second is 10cm across, and has a caption and figuer number(Fig1). Could someone have a look at my cod

[Orgmode] selective export

2010-03-07 Thread Graham Smith
Using babel I have the data used for the analysis (in R) under a top level heading just called data. I want to keep this in the org file but not in the compiled pdf. I have had a look at the selective export in the manual, but could do with a bit more step by step instructions on how to exclude th

Re: [Orgmode] Re: Clocking feature request

2010-03-07 Thread Daniel Clemente
El dom, mar 07 2010 a les 11:38, Sébastien Vauban va escriure: > > Though, the only *remaining nice feature* would maybe be the following: add a > letter indicating what's the meaning of the total. For example, we could see > > `T 02:51 (Reading Emails)' > > for a total limited to *today* and >

[Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Łukasz Stelmach
Stefan Vollmar writes: > we proudly present: > > "Emacs Org-mode: Organizing a Scientist's Life and Work" Ogg version has a very lousy sound :-( As if it was pushed through a ~500Hz bandpass filter. But nevertheless thank you very much. Carsten, can I (we?) use this presentation as a base to pr

Re: [Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Manuel Amador
Carsten, Can we get a copy of the color configuration you are using? -- Manuel On Sun, Mar 7, 2010 at 7:39 AM, Carsten Dominik wrote: > > On Mar 7, 2010, at 1:50 PM, Tom wrote: > >> Stefan Vollmar nf.mpg.de> writes: >> >>> >>> Hallo, >>> >>> we proudly present: >>> >>> "Emacs Org-mode: Organiz

Re: [Orgmode] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Graham Smith
Tom > Your example is R code. > > I have this is in my starter-kit: > > *** ON Org-babel R setup > #+begin_src emacs-lisp :tangle yes >  (require 'org-babel-R)         ;; requires R and ess-mode >  (add-to-list 'org-babel-noweb-error-langs "R") > #+end_src > > Perhaps when you changed the setup yo

Re: [Orgmode] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Thomas S . Dye
On Mar 7, 2010, at 6:52 AM, Graham Smith wrote: I guess I am being stupid here, but I have changed my set up to using Eric's (Schulte) start up kit for emacs and now when I try to use C-c C-c to execute a code block I get an error C-c C-c can do nothing useful at this location As far as I can

Re: [Orgmode] Table formula bug?

2010-03-07 Thread William Henney
Hi Carsten, On Sun, Mar 7, 2010 at 9:22 AM, Carsten Dominik wrote: > Org does read arctan2 as a field reference like B4 or AB2 and determinates > that this is a row REALLY far to the right. > > I have fixed this special case.  Are there more functions in calc which have > names like this? I conf

[Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Tom
Carsten Dominik gmail.com> writes: > > The problem I see here is that if a new user downloads Emacs, > it will have white background and only default colors. > For every face you can define colors for light and dark background: background: The kind of background—either light or dark. http://w

[Orgmode] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Graham Smith
I guess I am being stupid here, but I have changed my set up to using Eric's (Schulte) start up kit for emacs and now when I try to use C-c C-c to execute a code block I get an error C-c C-c can do nothing useful at this location As far as I can see form the files that came with the start up kit,

Re: [Orgmode] Export to latex ignores user-mail-address

2010-03-07 Thread Jambunathan K
Hi Carsten What can I do to get the email address automagically as in the header as below: ... [Snipped from Wikibook] \title{How to Structure a \LaTeX{} Document} \author{Andrew Roberts\\ \texttt{an...@comp.leeds.ac.uk}} \date{\today} \maketitle Ascii export does plugin the email-addr

Re: [Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Carsten Dominik
On Mar 7, 2010, at 1:50 PM, Tom wrote: Stefan Vollmar nf.mpg.de> writes: Hallo, we proudly present: "Emacs Org-mode: Organizing a Scientist's Life and Work" I noticed the org color config in the talk was much catchier (e.g. the keywords with bgcolor) than in the default org config. It

Re: [Orgmode] Export to latex ignores user-mail-address

2010-03-07 Thread Carsten Dominik
Hi Jambunathan, that is because \maketitle does not show an email address. - Carsten On Mar 6, 2010, at 5:47 PM, Jambunathan K wrote: I am seeing latex export honors user-full-name but not user-mail- address. The document header goes something like. #+TITLE:My Title #+DESCRIPTION: #+ST

Re: [Orgmode] Table formula bug?

2010-03-07 Thread Carsten Dominik
Hi William, On Mar 7, 2010, at 2:34 PM, William Henney wrote: Hi Carsten et al Anyone have a clue what is going on here? Cheers Will * Arctan2 bug Activate the formula editor for the following table with =C-c '=, then exit without changing anything. Note what happens to the arctan2 formula.

[Orgmode] Export to latex ignores user-mail-address

2010-03-07 Thread Jambunathan K
I am seeing latex export honors user-full-name but not user-mail-address. The document header goes something like. #+TITLE:My Title #+DESCRIPTION: #+STARTUP: showall #+LaTeX: \setlength\parindent{0.0in} #+LaTeX: \setlength\parskip{0.1in} orgmode-version is 6.33x - Emacs 23.1.91.1 (i386-min

[Orgmode] Table formula bug?

2010-03-07 Thread William Henney
Hi Carsten et al Anyone have a clue what is going on here? Cheers Will * Arctan2 bug Activate the formula editor for the following table with =C-c '=, then exit without changing anything. Note what happens to the arctan2 formula. For me, "arctan2" changes to "@2$20173232". | x | y | arctan | ar

[Orgmode] [BUG] block agenda faces

2010-03-07 Thread Łukasz Stelmach
Hello. I've create a block agenda entry in my org-agenda custom commands: --8<---cut here---start->8--- ("Ha" "agenda at home" ((agenda "" ((org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'todo

[Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Benjamin Andresen
Hey, Tom writes: > Stefan Vollmar nf.mpg.de> writes: > >> >> Hallo, >> >> we proudly present: >> >> "Emacs Org-mode: Organizing a Scientist's Life and Work" >> > > I noticed the org color config in the talk was much > catchier (e.g. the keywords with bgcolor) than in the default org > conf

[Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Tom
Stefan Vollmar nf.mpg.de> writes: > > Hallo, > > we proudly present: > > "Emacs Org-mode: Organizing a Scientist's Life and Work" > I noticed the org color config in the talk was much catchier (e.g. the keywords with bgcolor) than in the default org config. It would be a good idea to make o

[Orgmode] Re: Clocking feature request

2010-03-07 Thread Sébastien Vauban
Hi Moabi2000 and Manish, Manish wrote: > Moabi2000 wrote: >> Sébastien Vauban : >>> I have a feature request around clocking. >>> >>> Currently, we know how much time we spend on tasks since the beginning (it >>> depends the file contents). For example, having one clock file per month, >>> I alway