Re: [O] [dev] About a beamer back-end

2012-06-19 Thread Greg Tucker-Kellogg
I also quite like using headlines for blocks, for many of the same reasons Eric mentioned. In addition, I regularly use column view to set BEAMER_env, BEAMER_envargs, BEAMER_extra, etc., and column view operates on headlines. Greg On Jun 20, 2012, at 5:04 AM, Eric S Fraga wrote: > Nicolas G

Re: [O] Documentation for the new exporter

2012-06-19 Thread Vikas Rawal
> Where is the documentation for the new exporter that is in the works? > > > http://orgmode.org/worg/dev/org-export-reference.html > > > Nick and Thorsten, Thanks. Vikas

Re: [O] exporting a table

2012-06-19 Thread Achim Gratz
Nick Dokos writes: > This is with version > > Org-mode version 7.8.10 (release_7.8.10-688-gd06428 @ > /home/nick/elisp/org-mode/lisp/) Do yourself a favor and issue: git fetch --tags origin to get the correct version displayed. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb A

Re: [O] using an exported zotero library with org-mode

2012-06-19 Thread Myles English
Yagnesh, >> On Wed, 20 Jun 2012 01:47:30 +0900, Yagnesh Raghava Yakkala said: > Hello, > Myles English writes: >> Hi, >> >> In case anyone else is wondering about this. >> >> There are now several examples of managing bibliographies and associated >> papers in orgmode [1][2]

Re: [O] New Link Syntax: Adding ATTRIBUTES

2012-06-19 Thread Thomas S. Dye
Samuel Wales writes: > Hmm, maybe something like this: > > $[link "http://mysite.example"; :label "Example" :html-attr "..." > :latex-attr "..."] > > Code that adds functionality or safety to this syntax (including all > future code) will also apply to other features than links. For a new > fe

[O] Scheduling time+effort or (ab-?)using org-agenda-default-duration

2012-06-19 Thread Memnon Anon
Hi org people, I am trying to make my life a bit easier and would love some advice. * Short: Has anyone a little schedule/timestamp function which takes time of day (e.g. 10:20 or 10pm) and schedules/timestamps items as time+effort (e.g. 10:20+0:30)? A tiny change to org-agenda-format-item (s

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Charles Philip Chan
Marcus Klemm writes: Hi Marcus: > Do you use, by any chance, a custom block agenda? Yes, I do. > I wanted to reply to Bastien as fast as possible, so I tried to > reproduce my problem at work. I installed Emacs (v23) and orgmode, > created a document with inline images and built the agenda. Th

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Marcus Klemm
Charles Philip Chan bell.net> writes: > > Bastien gnu.org> writes: > > Hi Bastien: > > > Do you have (setq org-startup-with-inline-images t) ? > > I have the above set to "t" and I have the same problem. The images will > disappear when the agenda is build. I have to toggle it twice for the

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Charles Philip Chan
Moritz Ulrich writes: Hi Moritz > It's the same with narrowing. org-mode really deserves a patch to > preserve buffer state when the agenda is rebuild. Agreed. Charles -- "Linux poses a real challenge for those with a taste for late-night hacking (and/or conversations with God)." (By Matt We

Re: [O] using an exported zotero library with org-mode

2012-06-19 Thread Yagnesh Raghava Yakkala
Hello, Myles English writes: > Hi, > > In case anyone else is wondering about this. > > There are now several examples of managing bibliographies and associated > papers in orgmode [1][2][3]. Typically these involve a collection of pdf > journal > papers, a .bib file, notes.org and draft_pape

Re: [O] Selective export of Babel code blocks

2012-06-19 Thread John Hendy
On Tue, Jun 19, 2012 at 7:55 AM, suvayu ali wrote: > Hi Tom, > > On Mon, Jun 18, 2012 at 9:05 PM, Thomas S. Dye wrote: >> >> The :noweb header argument can take several values to control when these >> noweb references are expanded.  Many of these don't show in the Org-mode >> manual on Worg.  Her

Re: [O] [PATCH] Re: [BUG] [babel] R graphics header arg :units

2012-06-19 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: > Andreas Leha writes: > >> Hi all, >> >> I am having troubles in using the header argument :units which is >> implemented for R source blocks. Example: >> >> #+begin_src R :results graphics :file wideplot.png :width 14 :height 7 >> :units "cm" >> plot(1

Re: [O] [PATCH] ob-R.el, redundant list

2012-06-19 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: > Aloha all, > > I noticed a redundant list of R device header arguments in ob-R.el. The > attached patch removes the redundant list, along with two setq's that > appeared to be unnecessary. > > All the best, > Tom Applied, Thanks! -- Eric Schulte http://

Re: [O] [dev] About a beamer back-end

2012-06-19 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Well, I will have to chime in with a contrary view. I like using > headlines to define blocks, and I use blocks on almost every frame. I > have the following reasons for preferring a headline approach: > > - the proposed approach does not easily (at all?) cater fo

Re: [O] Selective export of Babel code blocks

2012-06-19 Thread suvayu ali
Hi Tom, On Mon, Jun 18, 2012 at 9:05 PM, Thomas S. Dye wrote: > > The :noweb header argument can take several values to control when these > noweb references are expanded.  Many of these don't show in the Org-mode > manual on Worg.  Here they are in org.texi: [...] I had missed these options!

[O] using an exported zotero library with org-mode

2012-06-19 Thread Myles English
Hi, In case anyone else is wondering about this. There are now several examples of managing bibliographies and associated papers in orgmode [1][2][3]. Typically these involve a collection of pdf journal papers, a .bib file, notes.org and draft_paper.org. There has also been a bit of discussio

Re: [O] Smart Quotes Exporting

2012-06-19 Thread Nicolas Goaziou
Hello, Mark Shoulson writes: > Well, wait; regexps can make some pretty darn good guesses at the beginnings > or ends of strings. I know that. They make a good job, I just want a better one. > This isn't quite it; beginning-of-string followed by quote, then punctuation > and then spaces is a

Re: [O] [OT] Generate animations (programmatic)

2012-06-19 Thread Christopher Witte
Perhaps Asymptote would meet your needs: http://asymptote.sourceforge.net/ It is even supported by babel, can output to multiple formats (mpg, gif, SVG, 3D pdf and many others) and is fully programmable (depending on the complexity of your models, you could directly program it in Asymptote, it has

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Charles Philip Chan
Bastien writes: Hi Bastien: > Do you have (setq org-startup-with-inline-images t) ? I have the above set to "t" and I have the same problem. The images will disappear when the agenda is build. I have to toggle it twice for the images to reappear. Charles -- "If a machine couldn't run a free

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Bastien
Hi Marcus, Marcus Klemm writes: >> I have an org document with some inline images that I'd like to be displayed  >> permanently. I can switch them on using org-toggle-inline-images, but  >> whenever the agenda is rebuilt, either manually or by an idle timer, they >> disappear, so I have to call

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Marcus Klemm
Marcus Klemm googlemail.com> writes: > > > Hello Org-mode developers, > > I have an org document with some inline images that I'd like to be displayed  > permanently. I can switch them on using org-toggle-inline-images, but  > whenever the agenda is rebuilt, either manually or by an idle timer

Re: [O] [PATCH] Re: [BUG] [babel] R graphics header arg :units

2012-06-19 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: > Andreas Leha writes: > >> Hi all, >> >> I am having troubles in using the header argument :units which is >> implemented for R source blocks. Example: >> >> #+begin_src R :results graphics :file wideplot.png :width 14 :height 7 >> :units "cm" >> plot(1