Re: [O] Exporting to groff, now in org-export.el ...

2012-06-30 Thread Luis Anaya
Hi: > I see this is based on org-e-latex.el. While this is a fast way to have > a back-end running in the short term, it adds a lot of useless code (for > example footnote handling is very specific and, as such, probably wrong > on your back-end) and I'm not sure it will be a win in the long run.

[O] Bug: Bug report about html export, wrong attachments [7.8.03]

2012-06-30 Thread Uwe Brauer
Sorry I sent the wrong files (I forgot to insert the png) here are the correct ones, as tar files export-org-ok.tgz Description: GNU Unix tar archive export-org-nook.tgz Description: GNU Unix tar archive

Re: [O] [ANN] Beamer back-end for org-export in contrib/

2012-06-30 Thread suvayu ali
Hi Nicolas, On Sat, Jun 30, 2012 at 4:59 PM, Nicolas Goaziou wrote: > Hello, > [...] > - Headlines become frames when their level is equal to > `org-e-beamer-frame-level' (or "H" value in the OPTIONS line). > Though, if an headline in the current tree has a "BEAMER_env" (see > below) propert

[O] Custom Agenda Command - change clock/closed?

2012-06-30 Thread Nathan Neff
I have a custom agenda command that shows what happened today. I'd like to be able to toggle the showing of closed items on the fly. Here's my custom agenda command: (setq org-agenda-custom-commands '(("7" "Timeline" ((agenda "" )) ((org-agenda-ndays 1) (org-agenda-show-log t)

[O] [ANN] Beamer back-end for org-export in contrib/

2012-06-30 Thread Nicolas Goaziou
Hello, For the adventurous among you, I installed org-e-beamer.el in contrib. Quoting file comments: This library implements both a Beamer back-end, derived from the LaTeX one and a minor mode easing structure edition of the document. Depending on the desired output format, three commands are pr

Re: [O] R and babel on Windows problem

2012-06-30 Thread Eric Schulte
Achim Gratz writes: > John Hendy writes: >>> (setq org-babel-R-command "C:/Progra~1/R/R-2.15.0/bin/R") >> >> Same error. Also, curiously, =M-x customize-variable RET org-babel-R >> TAB= yields no results... is this the right variable? > > That variable doesn't seem to have acustomize interface.

Re: [O] Exporting to groff, now in org-export.el ...

2012-06-30 Thread Nicolas Goaziou
Correcting myself, > Speaking of attributes, org-e-groff.el has to add "ATTR_GROFF" to both > `org-element-affiliated-keywords' and `org-element-multiple-keywords'. Please scratch that. No need to register "attr" keywords anymore since last commit.

Re: [O] local-set-key: Key sequence C-c SPC a starts with non-prefix key C-c SPC

2012-06-30 Thread Giacomo M
@Nick thanks, that's a good question! I using orgmode started a short time ago with the configuration lines I randomly found in the internet, and since I'm also using smex , I hadn't matured the need for a quicker access to the agenda. but it definitely makes more sen

Re: [O] new exporter

2012-06-30 Thread Achim Gratz
Nicolas Goaziou writes: > Ok, I misunderstood your answer: I thought you had solved the problem. I thought that too at first, but it didn't survive closer scrutiny... >> I'm not sure what you intended the macroexpansion to be at the place >> of use, hence my suggestion to check these macros again