[Orgmode] Re: [BUG] define "just", preamble and postamble placement

2010-10-07 Thread Łukasz Stelmach
Nick Dokos writes: > Łukasz Stelmach wrote: > > >> The docstrings for org-export-html-(pre|post)amble say >> >> (Pre|Post)amble, to be inserted just (after|befor) . >> >> This means that they should go before and after (respectively) > id="content"> and its . Am I right? >> > > Warning: I

Re: [Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Charles C. Berry
On Thu, 7 Oct 2010, Dan Davison wrote: Rainer M Krug writes: On Thu, Oct 7, 2010 at 5:12 PM, Erik Iverson wrote: Dan Davison wrote: Erik Iverson writes: Rainer M Krug wrote: Hi I am about to write an R package, and as I am an org-mode and org-babel user, I would (obviously) like to u

[Orgmode] How to use capture to start relative timer? And some other capture issues...

2010-10-07 Thread Alan E. Davis
Org Capture is better than remember in almost all respects. I have made some notes on confusing differences, and other issues, for later. Today, I'll be more specific about something I'd like to do: it seems to me that the capture interface would be useful for starting a relative timer, immediate

Re: [Orgmode] [BUG] define "just", preamble and postamble placement

2010-10-07 Thread Nick Dokos
Łukasz Stelmach wrote: > The docstrings for org-export-html-(pre|post)amble say > > (Pre|Post)amble, to be inserted just (after|befor) . > > This means that they should go before and after (respectively) id="content"> and its . Am I right? > Warning: I'm not an expert. I think the reaso

[Orgmode] [BUG] define "just", preamble and postamble placement

2010-10-07 Thread Łukasz Stelmach
Hello. The docstrings for org-export-html-(pre|post)amble say (Pre|Post)amble, to be inserted just (after|befor) . This means that they should go before and after (respectively) and its . Am I right? -- Miłego dnia, Łukasz Stelmach ___ Emacs-o

[Orgmode] Re: Tracking time with MobileOrg

2010-10-07 Thread Jeff Kowalczyk
Richard Moreland ncogni.to> writes: > - If you click on the clocking icon at the bottom, a list of recently > clocked tasks will be shown, with the active one being highlighted. > You can stop the running clock, or start the clock on any of your recent > items. The UI ideas sound great. I would

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Nick Dokos
Eric S Fraga wrote: > > echo /foo | egrep '^(/|[A-z]:/)' > > > > do you get the bad range end error message? If so, then your egrep > > is indeed stricter than mine. > > I do indeed: > > : egrep: Invalid range end. > > Very strange. > > > > > LC_ALL=C texi2dvi ... > > > > > > but this

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Thu, 07 Oct 2010 10:37:52 -0400, Nick Dokos wrote: > > Eric S Fraga wrote: > > > > ... I would change the texi2dvi script to use [A-Za-z] > > > and submit a bug report to texinfo. > > > > I think I will do so. The thing is that the check is very much for > > DOS file names so I don't actua

[Orgmode] Bug: wl: links only work with wl running [7.01trans]

2010-10-07 Thread David Abrahams
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.

[Orgmode] Re: [Org-Babel] Export environments for shell results?

2010-10-07 Thread Dan Davison
>> Could I ask you to make the source blocks reproducible in the future, so >> that we can execute them without having to alter file paths etc?) > > Sure. I'll do. > > Here, I could have used another file that I can expect to be always at a fixed > place (like grepping in ~/.emacs or some such).

[Orgmode] [BUG] latex export of verbatim environments

2010-10-07 Thread Dan Davison
>>> #+results: is-converted-to-listings >>> #+begin_example >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>> autoload >>>

[Orgmode] Re: [Babel] Handling of errors when using Ledger

2010-10-07 Thread Dan Davison
Sébastien Vauban writes: [...] > Let's imagine I thought (which was the case at some point) I needed to enclose > the parameters between quotes: > > #+srcname: quoted-params > #+begin_src ledger :cmdline "reg unknown" :noweb yes :session > <> > #+end_src > > #+results: quoted-params > > Nothing

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Dan Davison
Rainer M Krug writes: > On Thu, Oct 7, 2010 at 5:12 PM, Erik Iverson wrote: >> Dan Davison wrote: >>> Erik Iverson writes: >>> Rainer M Krug wrote: > Hi > > I am about to write an R package, and as I am an org-mode and > org-babel user, I would (obviously) like to use org-

[Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Achim Gratz
Eric S Fraga writes: > I think I will do so. The thing is that the check is very much for > DOS file names so I don't actually care what that part of the regex is > doing! Since texi2dvi is not fixing a locale this is clearly a bug that you should report. It should use character classes instead

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Thu, 07 Oct 2010 10:43:21 +0200, Sébastien Vauban wrote: > > Hi Eric, > > Eric S Fraga wrote: > > As far as I know, there is nothing out of the ordinary with my paths etc > > (please note that the /.../ above was an edit on my part to hide a rather > > long path). Any hints as to what I can

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Rainer M Krug
On Thu, Oct 7, 2010 at 5:59 PM, Dan Davison wrote: > Erik Iverson writes: > > > Dan Davison wrote: > >> Erik Iverson writes: > >> > >>> Rainer M Krug wrote: > Hi > > I am about to write an R package, and as I am an org-mode and > org-babel user, I would (obviously) like to u

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Rainer M Krug
On Thu, Oct 7, 2010 at 5:12 PM, Erik Iverson wrote: > > Dan Davison wrote: > >> Erik Iverson writes: >> >> Rainer M Krug wrote: >>> Hi I am about to write an R package, and as I am an org-mode and org-babel user, I would (obviously) like to use org-mode for that. I

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Dan Davison
Erik Iverson writes: > Dan Davison wrote: >> Erik Iverson writes: >> >>> Rainer M Krug wrote: Hi I am about to write an R package, and as I am an org-mode and org-babel user, I would (obviously) like to use org-mode for that. Is there a recommended way of writing an

Re: [Orgmode] Re: "No link found" error during export of source block when headline has link

2010-10-07 Thread Michael Brand
On Wed, Oct 6, 2010 at 16:52, Eric Schulte wrote: > This issue should now be fixed. I can confirm for the issue with the export, thanks. issue2 is not resolved yet. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Ema

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Erik Iverson
Dan Davison wrote: Erik Iverson writes: Rainer M Krug wrote: Hi I am about to write an R package, and as I am an org-mode and org-babel user, I would (obviously) like to use org-mode for that. Is there a recommended way of writing an R package in org-babel, or do I have effectively wrap th

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Dan Davison
Erik Iverson writes: > Rainer M Krug wrote: >> Hi >> >> I am about to write an R package, and as I am an org-mode and >> org-babel user, I would (obviously) like to use org-mode for that. >> >> Is there a recommended way of writing an R package in org-babel, or >> do I have effectively wrap the R

[Orgmode] Re: Tracking time with MobileOrg

2010-10-07 Thread Ilya Shlyakhter
Richard Moreland ncogni.to> writes: > My plan for the UI is this: Thanks a lot for working on this. It would also be useful to have commands to adjust the clock log: delete a clock entry, subtract some duration from it (if you got distracted with another task for a while), adjust its endpoints.

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Nick Dokos
Eric S Fraga wrote: > > ... I would change the texi2dvi script to use [A-Za-z] > > and submit a bug report to texinfo. > > I think I will do so. The thing is that the check is very much for > DOS file names so I don't actually care what that part of the regex is > doing! > M$ will get you one

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Thu, 07 Oct 2010 10:22:25 -0400, Nick Dokos wrote: > > Eric S Fraga wrote: > > > : (setq org-latex-to-pdf-process '("sh -x /usr/bin/texi2dvi -p -b -c -V > > %f")) > > > > the following is a snippet of the output: > > > > , > > | + echo /home/ucecesf/s/teaching/cape/lectures/matlab.tex

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Dan Davison
Rainer M Krug writes: > Hi > > I am about to write an R package, and as I am an org-mode and org-babel > user, I would (obviously) like to use org-mode for that. > > Is there a recommended way of writing an R package in org-babel, or do I > have effectively wrap the R code for the documentation e

Re: [Orgmode] [babel] Writing R-packages the org way?

2010-10-07 Thread Erik Iverson
Rainer M Krug wrote: Hi I am about to write an R package, and as I am an org-mode and org-babel user, I would (obviously) like to use org-mode for that. Is there a recommended way of writing an R package in org-babel, or do I have effectively wrap the R code for the documentation etc. into

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Nick Dokos
Eric S Fraga wrote: > : (setq org-latex-to-pdf-process '("sh -x /usr/bin/texi2dvi -p -b -c -V %f")) > > the following is a snippet of the output: > > , > | + echo /home/ucecesf/s/teaching/cape/lectures/matlab.tex+ egrep ^(/|[A-z]:/) > | egrep: Invalid range end > | + command_line_filename=.

[Orgmode] [babel] Writing R-packages the org way?

2010-10-07 Thread Rainer M Krug
Hi I am about to write an R package, and as I am an org-mode and org-babel user, I would (obviously) like to use org-mode for that. Is there a recommended way of writing an R package in org-babel, or do I have effectively wrap the R code for the documentation etc. into source blocks in babel? An

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Thu, 07 Oct 2010 09:29:59 -0400, Nick Dokos wrote: > > Eric S Fraga wrote: > > > On Wed, 06 Oct 2010 19:21:33 +0200, Achim Gratz wrote: > > > > > > Hi Eric, > > > > > > Eric S Fraga writes: > > > > | /usr/bin/texi2dvi: Processing /home/ucecesf/.../file.tex ... > > > > | egrep: Invalid ra

[Orgmode] Re: [Org-Babel] Export environments for shell results?

2010-10-07 Thread Sébastien Vauban
Hi Dan, Dan Davison wrote: > Sébastien Vauban writes: >> #+TITLE: Org-Babel export environments for shell results >> >> * Example >> >> ** Medium output >> >> #+srcname: is-converted-to-listings >> #+begin_src sh :results output :exports both >> grep autoload ~/Downloads/emacs/site-lisp/org-mode/l

[Orgmode] Re: portable absolute links in HTML export

2010-10-07 Thread Łukasz Stelmach
Łukasz Stelmach writes: > Łukasz Stelmach writes: > > In the main index.org i put > > #+LINK examplewww: file: > > and in the others > > #+LINK examplewww: file:../ > > and it works :-) As long as I don't use #+SETUPFILE. -- Miłego dnia, Łukasz Stelmach _

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Nick Dokos
Eric S Fraga wrote: > On Wed, 06 Oct 2010 19:21:33 +0200, Achim Gratz wrote: > > > > Hi Eric, > > > > Eric S Fraga writes: > > > | /usr/bin/texi2dvi: Processing /home/ucecesf/.../file.tex ... > > > | egrep: Invalid range end > > > | /usr/bin/texi2dvi: cannot read .//home/ucecesf/.../file.tex,

[Orgmode] Re: portable absolute links in HTML export

2010-10-07 Thread Łukasz Stelmach
Łukasz Stelmach writes: > Carsten Dominik writes: > >> On Oct 7, 2010, at 2:21 PM, Łukasz Stelmach wrote: >> >>> Is there a simple way to create hyperlinks with *absolute* paths that >>> would work after both: simple file export (C-c C-e h) and publishing >>> on >>> a remote server (C-c C-e F).

[Orgmode] Re: portable absolute links in HTML export

2010-10-07 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 7, 2010, at 2:21 PM, Łukasz Stelmach wrote: > >> Is there a simple way to create hyperlinks with *absolute* paths that >> would work after both: simple file export (C-c C-e h) and publishing >> on >> a remote server (C-c C-e F). I'd like to create a _menu.org file

Re: [Orgmode] portable absolute links in HTML export

2010-10-07 Thread Carsten Dominik
On Oct 7, 2010, at 2:21 PM, Łukasz Stelmach wrote: Hello. Is there a simple way to create hyperlinks with *absolute* paths that would work after both: simple file export (C-c C-e h) and publishing on a remote server (C-c C-e F). I'd like to create a _menu.org file that contains some navigat

[Orgmode] portable absolute links in HTML export

2010-10-07 Thread Łukasz Stelmach
Hello. Is there a simple way to create hyperlinks with *absolute* paths that would work after both: simple file export (C-c C-e h) and publishing on a remote server (C-c C-e F). I'd like to create a _menu.org file that contains some navigation links and #+INCLUDE: it (BTW. M-Tab can't complete #+I

[Orgmode] [Babel] Handling of errors when using Ledger

2010-10-07 Thread Sébastien Vauban
#+TITLE: Handling of errors when using Ledger #+LANGUAGE: en_US * Journal data #+srcname: data #+begin_src ledger :tangle journal.dat 2008/01/03 * (SCORPIOS ) SEB VAUBAN Assets:Bank:Checking:77400530 550.00 EUR Assets:Bank:Transferred 2008/

Re: [Orgmode] Tracking time with MobileOrg

2010-10-07 Thread Carsten Dominik
On Oct 7, 2010, at 1:10 PM, Richard Moreland wrote: On Oct 7, 2010, at 2:38 AM, Carsten Dominik wrote: Please don't let encryption drop from your priority list :) I actually got that working last night, I just need to add the Settings option for the user's passphrase and I'll prepare it

Re: [Orgmode] Tracking time with MobileOrg

2010-10-07 Thread Richard Moreland
On Oct 7, 2010, at 2:38 AM, Carsten Dominik wrote: > Please don't let encryption drop from your priority list :) I actually got that working last night, I just need to add the Settings option for the user's passphrase and I'll prepare it for beta/release this evening. -Richard __

[Orgmode] Re: Orgmode and filling

2010-10-07 Thread Tassilo Horn
Guy Wiener writes: Hi! > Btw, why is this option the default in org-mode? It is the opposite of > the fundamental mode. It makes no big difference when using filling, because then you don't have long lines that are truncated anyway. The only lines that won't be filled and might get long are he

Re: [Orgmode] Orgmode and filling

2010-10-07 Thread Carsten Dominik
On Oct 7, 2010, at 12:04 PM, Guy Wiener wrote: Yes, that seems to do the trick - Thanks! Btw, why is this option the default in org-mode? It is the opposite of the fundamental mode. Because tables and source code look bad with lines wrapped around. I have put a feature request into Emacs, a

Re: [Orgmode] Orgmode and filling

2010-10-07 Thread Guy Wiener
Yes, that seems to do the trick - Thanks! Btw, why is this option the default in org-mode? It is the opposite of the fundamental mode. :- Guy On Wed, Oct 6, 2010 at 5:22 PM, Giovanni Ridolfi wrote: > Guy Wiener writes: > > Hi, Guy, > > > When the cursor crosses the edge of the > > frame, instea

Re: [Orgmode] Header levels and section numbering > 3, in LaTeX export

2010-10-07 Thread Scot Becker
Indraneel, > Thanks Scot, exactlt what I was looking for, and I was actually > deliberating on the Tractacus! Funny. Glad it looks like it may work. > I couldn't get easylist to understand the > \star symbol that orgmode uses. Do you know how to do that? No. You might have seen the footnote

[Orgmode] Total time displayed in the modeline?

2010-10-07 Thread Sébastien Vauban
Hello, I currently have: --8<---cut here---start->8--- ;; time included for the modeline clock is all time clocked into this task ;; today (setq org-clock-modeline-total 'today) --8<---cut here---end--->8--- but this is not

[Orgmode] Re: custom postamble in HTML export

2010-10-07 Thread Łukasz Stelmach
Carsten Dominik writes: > On Oct 5, 2010, at 6:43 PM, Łukasz Stelmach wrote: > >> Carsten Dominik writes: >> >>> :postamble is meant to completely replace the automatic >>> postamble Org creates, >> >> But what if I like the information it puts there? > > Then you have a case which Org currently

Re: [Orgmode] Re: Themes Compatible with color-theme.el

2010-10-07 Thread Ian Barton
On 07/10/10 09:56, Sébastien Vauban wrote: Hi Ian, Ian Barton wrote: Colour themes I have been able to find .el files for. color-theme-colorful-obsolescence.el color-theme-railscast.el color-theme-tangotango.el color-theme-zenburn.el color-theme-sva.el Excellent initiative, to collect themes

[Orgmode] Re: Themes Compatible with color-theme.el

2010-10-07 Thread Sébastien Vauban
Hi Ian, Ian Barton wrote: > Colour themes I have been able to find .el files for. > color-theme-colorful-obsolescence.el > color-theme-railscast.el > color-theme-tangotango.el > color-theme-zenburn.el > color-theme-sva.el Excellent initiative, to collect themes and update Worg! > However, color

[Orgmode] Re: org-clock-idle-time resolving dialogues seem to stack up for each passed idle time period

2010-10-07 Thread Rainer Stengele
Am 06.08.2010 09:35, schrieb Rainer Stengele: > hi all, > > having set org-clock-idle-time to 15 minutes the dialogue to resolve the idle > time shows correctly after 15 minutes of idle time. > Many times I simply press "j" just to jump to the running clock. > > What I experience is that I have

[Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: > As far as I know, there is nothing out of the ordinary with my paths etc > (please note that the /.../ above was an edit on my part to hide a rather > long path). Any hints as to what I can do to explore this would be most > helpful. How can I get a trace on what tex

[Orgmode] Re: clocktable: maximum level 0 does not only avoid listing items but also does not calculate items

2010-10-07 Thread Rainer Stengele
Am 22.07.2010 09:47, schrieb Carsten Dominik: > > On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote: > >> Am 21.07.2010 16:24, schrieb Carsten Dominik: >>> >>> On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote: >>> Hi all! lately I use the marvelous clocktables a lot... >>>

[Orgmode] Themes Compatible with color-theme.el

2010-10-07 Thread Ian Barton
I have about as much talent for designing colour themes as the average goldfish. That's unfair, the goldfish are better than me:) So I use someone else's them and customize it a bit. In a recent bout of fiddling I decided to try out a few new themes. I searched the mailing list and there has been

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Wed, 6 Oct 2010 18:40:12 +0200, Carsten Dominik wrote: > On Oct 6, 2010, at 5:02 PM, Eric S Fraga wrote: [...] > > Reading between the lines, I gather it is the change to > > org-latex-to-pdf-process that has caused me problems. The output I > > get when the export takes place is: > > > > ,

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Eric S Fraga
On Wed, 06 Oct 2010 19:21:33 +0200, Achim Gratz wrote: > > Hi Eric, > > Eric S Fraga writes: > > | /usr/bin/texi2dvi: Processing /home/ucecesf/.../file.tex ... > > | egrep: Invalid range end > > | /usr/bin/texi2dvi: cannot read .//home/ucecesf/.../file.tex, skipping. > > Something somewhere tr

Re: [Orgmode] How do I convert org to OpenOffice?

2010-10-07 Thread Eric S Fraga
On Wed, 06 Oct 2010 14:10:30 -0700, Henri-Paul Indiogine wrote: > > Hi Eric! > > Eric S Fraga writes: > > org document > > -> export as HTML (C-c e h) > > -> open in OOo > > -> select and copy all (C-a C-c) > > -> open new document in OOo (A-f n t [I believe]) > > -> paste selection (C-

Re: [Orgmode] Tracking time with MobileOrg

2010-10-07 Thread Carsten Dominik
Hi Richard, On Oct 7, 2010, at 12:55 AM, Richard Moreland wrote: Hi Jeff, I'm glad you mentioned this. It is on my list of things to work on next. Support for clocking in MobileOrg would be very valuable. And of course I'd be happy to handle the Emacs side. I still need to coordinate