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

2012-06-19 Thread Thomas S. Dye
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 From 843e173e1135a15a542afa9795de0cd7ed4672e0 Mon Sep 17 00:00:00 2001 From: Thomas Dye

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

2012-06-19 Thread adam
Is POV-Ray out of the question? - command-line driven - outputs many graphic types - very programmable - can (be programmed to) read and parse intermediary text/data files - robust - render to animation later with ffmpeg or mencoder - and can import a variety of existing pictures

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 andreas.l...@med.uni-goettingen.de 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

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Marcus Klemm
Marcus Klemm marcus.klemm at 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

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Bastien
Hi Marcus, Marcus Klemm marcus.kl...@googlemail.com 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

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Charles Philip Chan
Bastien b...@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 images to reappear. Charles -- If a machine couldn't

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] Smart Quotes Exporting

2012-06-19 Thread Nicolas Goaziou
Hello, Mark Shoulson m...@kli.org 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

[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

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 t...@tsdye.com 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

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

2012-06-19 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk 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

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

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 andreas.l...@med.uni-goettingen.de 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

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 fatkasuvayu+li...@gmail.com wrote: Hi Tom, On Mon, Jun 18, 2012 at 9:05 PM, Thomas S. Dye t...@tsdye.com 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

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

2012-06-19 Thread Yagnesh Raghava Yakkala
Hello, Myles English mylesengl...@gmail.com 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

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Charles Philip Chan
Moritz Ulrich ulrich.mor...@googlemail.com 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

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Marcus Klemm
Charles Philip Chan cpchan at bell.net writes: Bastien bzg at 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

Re: [O] Rebuilding the Agenda hides inline Images

2012-06-19 Thread Charles Philip Chan
Marcus Klemm marcus.kl...@googlemail.com 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

[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

Re: [O] New Link Syntax: Adding ATTRIBUTES

2012-06-19 Thread Thomas S. Dye
Samuel Wales samolog...@gmail.com 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

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 mylesengl...@gmail.com writes: Hi, In case anyone else is wondering about this. There are now several examples of managing bibliographies and associated papers in orgmode

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

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