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

2012-06-18 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

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

2012-06-18 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 Date:

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

2012-06-18 Thread adam
On Tue, 2012-06-19 at 12:05 +0900, Torsten Wagner wrote: > Hi, > > its a bit OT (well maybe there is a babel solution ;) ) > I am looking for a way to generate small animations for educational > purpose. I know many here did/do/plan to do similar things, thus I > would like to ask here. > > Those

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

2012-06-18 Thread Thomas S. Dye
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:10, 1:10) > #+end_src > > > This expands to > > :

[O] [OT] Generate animations (programmatic)

2012-06-18 Thread Torsten Wagner
Hi, its a bit OT (well maybe there is a babel solution ;) ) I am looking for a way to generate small animations for educational purpose. I know many here did/do/plan to do similar things, thus I would like to ask here. Those animations need to follow some underlying algorithms (I would need a cor

Re: [O] New Link Syntax: Adding ATTRIBUTES

2012-06-18 Thread Samuel Wales
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 feature, replace the first element with

Re: [O] Bug: org-capture Does not take user to any new buffer

2012-06-18 Thread N . Jackson
n 6.33x) (by turning off the Emacs package manager) fixed the problem, and so did updating to Version 7.8.11 org-20120618 (from ELPA using the package manager).

Re: [O] New Link Syntax: Adding ATTRIBUTES (Was: org-e-html: Including ATTR_HTML)

2012-06-18 Thread William Crandall
Hello Avdi, I'm glad you like it! On Fri, Jun 15, 2012 at 8:15 AM, Avdi Grimm wrote: > I really like this idea! > This change may be Herculean--giving links full access to target attributes--but I certainly hope not. As I thought about it, it seems like fair amount of abstraction will be poss

Re: [O] Inhibit converting "--" to "–"

2012-06-18 Thread William Crandall
Hello, On Mon, Jun 18, 2012 at 5:42 PM, Nicolas Goaziou wrote: > William Crandall writes: >>> this is (eval-after-load 'org-e-html ...). >> >> Could you elaborate, or point me to some docs? > > That's on the same basis as above.  Evaluating your code once org.el has > been loaded is too early.  

Re: [O] Bug: org-indent-mode cursor movement [7.8.03]

2012-06-18 Thread N . Jackson
, and so did updating to Version 7.8.11 org-20120618 (from ELPA using the package manager).

Re: [O] Inhibit converting "--" to "–"

2012-06-18 Thread Nicolas Goaziou
Hello, William Crandall writes: > On Mon, Jun 18, 2012 at 5:04 PM, Nicolas Goaziou wrote: > >> You need to require `org-e-html' first. > > Well, that was easy. It works fine now. Thanks. > >>> Same "void-variable" error, and "Renaming: permission denied" >>> error, with multiple init.elc3996DWC

Re: [O] Inhibit converting "--" to "–"

2012-06-18 Thread William Crandall
Hello Nicolas, On Mon, Jun 18, 2012 at 5:04 PM, Nicolas Goaziou wrote: > You need to require `org-e-html' first. Well, that was easy. It works fine now. Thanks. >> Same "void-variable" error, and "Renaming: permission denied" >> error, with multiple init.elc3996DWC, etc. > > this is (eval-afte

Re: [O] Inhibit converting "--" to "–"

2012-06-18 Thread Nicolas Goaziou
Hello, William Crandall writes: > If I add that one line to the end of init.el: > > -- > Debugger entered--Lisp error: >(void-variable org-e-html-special-string-regexps) > add-to-list(org-e-html-special-string-regexps ("-nd-" . "--")) >

Re: [O] org-export-generic calls (assoc): Deprecated in Emacs 24

2012-06-18 Thread Nicolas Goaziou
Hello, William Crandall writes: > While testing org-e-html-special-string-regexps, > I pulled a new emacs. Startup shows a new message: > > "Package assoc is obsolete!" > > (require 'assoc) is in org-export-generic, line 102. org-export-generic is unrelated to the new export engine. Rega

[O] org-export-generic calls (assoc): Deprecated in Emacs 24

2012-06-18 Thread William Crandall
Nicolas, While testing org-e-html-special-string-regexps, I pulled a new emacs. Startup shows a new message: "Package assoc is obsolete!" (require 'assoc) is in org-export-generic, line 102. Some discussion here: http://www.emacswiki.org/emacs-en/assoc-deprecated Thanks again for great w

Re: [O] Inhibit converting "--" to "–"

2012-06-18 Thread William Crandall
Hello Nicolas, For me, org-e-html-special-string-regexps does not (yet) play well. On Sun, Jun 17, 2012 at 4:47 PM, Nicolas Goaziou wrote: > William Crandall writes: > >> I've not been able to get special-strings working with >> the new exporter, > > I have no problem with > > (add-to-list 'o

Re: [O] exporting a table

2012-06-18 Thread Eythan Weg
Nick Dokos Mon, 18 Jun 2012 16:44:30 -0400 Eythan Weg wrote: > > Hi, > > > I expect that applying org-table-export on > > | A\vert B | C | > |1 | 2 | > > would result in > > A|BC > 1 2 > > but instead \vert remains e

Re: [O] exporting a table

2012-06-18 Thread Nick Dokos
Eythan Weg wrote: > > Hi, > > > I expect that applying org-table-export on > > | A\vert B | C | > |1 | 2 | > > would result in > > A|B C > 1 2 > > but instead \vert remains embedded in the exported table. Exporting to what? The new latex exporter does it right, the old on

[O] exporting a table

2012-06-18 Thread Eythan Weg
Hi, I expect that applying org-table-export on | A\vert B | C | |1 | 2 | would result in A|B C 1 2 but instead \vert remains embedded in the exported table. Is this correct? Thank you. Eythan

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread Thomas S. Dye
suvayu ali writes: > Hi Thomas, > > On Mon, Jun 18, 2012 at 7:11 PM, Thomas S. Dye wrote: >> #+CALL: clean-up() :exports none >> >> This way, the original code block will be exported and subsequent calls >> should not be. > > I think John's use case requires other code blocks "using" the common

[O] Bug: org-rmail-follow-link gives message not found [7.8.11]

2012-06-18 Thread Marten van Kerkwijk
Dear org-mode maintainers, I have been trying to include links to rmail folders in my .org file, and found that following those would lead to "Message not found" unless (1) the link was to the last message in the folder; and (2) I ensured that Message-ID was not hidden (the latter also was necessa

[O] LaTeX-export: configure itemize

2012-06-18 Thread Salome Södergran
Hello experts When exporting from org (v. 7.8.02) to LaTeX, items in the itemize-environment look like this: \item Here comes the text \\ \label{subsec-1} \item ... I want to get rid of the linebreak (\\) and don't really need the labels. I have customized the variable org-export-latex-low-leve

Re: [O] Checkboxes for description lists

2012-06-18 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Nicolas Goaziou wrote: >> "Sebastien Vauban" >> writes: >> >>> It seems we can't put footnotes in the left part of the >>> description. Is it intended? Could that restriction be removed? >> >> That's not really intended, and the fix is easy, but I have a q

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread Andreas Leha
John Hendy writes: > On Mon, Jun 18, 2012 at 12:16 PM, suvayu ali > wrote: >> Hi Thomas, >> >> On Mon, Jun 18, 2012 at 7:11 PM, Thomas S. Dye wrote: >>> #+CALL: clean-up() :exports none >>> >>> This way, the original code block will be exported and subsequent calls >>> should not be. >> >> I th

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread William LÉCHELLE
> On Mon, Jun 18, 2012 at 6:50 PM, John Hendy wrote: > > #+name: preamble > > #+begin_src R :exports none > > tikzDevice("file-name") > > #+end_src > > Are you trying to use "file-name" as a variable? if so I think the > source block header should include this: ":var file-name" and the source > b

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread John Hendy
On Mon, Jun 18, 2012 at 12:16 PM, suvayu ali wrote: > Hi Thomas, > > On Mon, Jun 18, 2012 at 7:11 PM, Thomas S. Dye wrote: >> #+CALL: clean-up() :exports none >> >> This way, the original code block will be exported and subsequent calls >> should not be. > > I think John's use case requires other

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread suvayu ali
Hi Thomas, On Mon, Jun 18, 2012 at 7:11 PM, Thomas S. Dye wrote: > #+CALL: clean-up() :exports none > > This way, the original code block will be exported and subsequent calls > should not be. I think John's use case requires other code blocks "using" the common code block. Can a "CALL" be done

Re: [O] Multiple images per figure with LaTeX export

2012-06-18 Thread Brett Viren
Hi Suvayu, suvayu ali writes: > Glad to see another HEP researcher using org-mode. :) Greetings! > Sadly my solution is a big bad hack: > > #+begin_latex > \begin{figure} > \centering > \begin{tabular}{c} > \includegraphics[]{plots/file1.eps} \\ > \includegraphics[]{plots

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread Thomas S. Dye
John Hendy writes: > I recently started a paper using Babel in a more full-functioned way > to display both R code as well as output. Previously I've just used > the convenience of headings and src blocks to create R plots and have > the code stored nicely for future reference. I'm exporting via

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread suvayu ali
Hi John, My R knowledge is zero, but I'll give it a shot. On Mon, Jun 18, 2012 at 6:50 PM, John Hendy wrote: > #+name: preamble > #+begin_src R :exports none > tikzDevice("file-name") > #+end_src > Are you trying to use "file-name" as a variable? if so I think the source block header should inc

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread John Hendy
On Mon, Jun 18, 2012 at 11:08 AM, suvayu ali wrote: > Hi John, > > On Mon, Jun 18, 2012 at 4:53 PM, John Hendy wrote: >> Doing this got me to thinking how it would be >> quite neat to run code in a block but mark it to be omitted from >> export for these kind of "setup" lines that are necessary f

Re: [O] export to pdf tags showing

2012-06-18 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Pulled and tested: works nicely. Thanks to Suvayu for the idea and to > Nicolas for the implementation. > > IIUC, this is only implemented in the new exporter: the old one remains > unchanged - yes? Correct. Regards, -- Nicolas Goaziou

Re: [O] Selective export of Babel code blocks

2012-06-18 Thread suvayu ali
Hi John, On Mon, Jun 18, 2012 at 4:53 PM, John Hendy wrote: > Doing this got me to thinking how it would be > quite neat to run code in a block but mark it to be omitted from > export for these kind of "setup" lines that are necessary for the > desired graphs but unnecessary for your reader to se

Re: [O] Multiple images per figure with LaTeX export

2012-06-18 Thread suvayu ali
Hello Brett, Glad to see another HEP researcher using org-mode. :) On Mon, Jun 18, 2012 at 5:04 PM, Brett Viren wrote: > I want to put two images in one figure for LaTeX/PDF export but can't > find a way. Sadly my solution is a big bad hack: #+begin_latex \begin{figure} \centering

[O] Multiple images per figure with LaTeX export

2012-06-18 Thread Brett Viren
I'm using GNU emacs 23.2+1-7 and org-mode 6.27a-1 on Debian. I want to put two images in one figure for LaTeX/PDF export but can't find a way. Googling has not born fruit. I have tried a few naive things like: #+caption: Caption. #+label: fig:figure [[./img1.pdf]][[./img2.pdf]] or: #+caption:

[O] Selective export of Babel code blocks

2012-06-18 Thread John Hendy
I recently started a paper using Babel in a more full-functioned way to display both R code as well as output. Previously I've just used the convenience of headings and src blocks to create R plots and have the code stored nicely for future reference. I'm exporting via LaTeX to create something to

Re: [O] export to pdf tags showing

2012-06-18 Thread Nick Dokos
Nicolas Goaziou wrote: > Hello, > > suvayu ali writes: > > > On Mon, Jun 18, 2012 at 1:40 AM, Nicolas Goaziou > > wrote: > >> This is not a bug. LaTeX has its own command to create the table of > >> contents. There is no simple way to interfere with the process and > >> remove the tags. > >

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

2012-06-18 Thread suvayu ali
Hi Eric, On Mon, Jun 18, 2012 at 9:50 AM, Eric S Fraga wrote: > Avdi Grimm writes: > >> On Fri, Jun 15, 2012 at 12:41 PM, suvayu ali >>  wrote: >> >>> With this syntax it would be very easy to write both really long (40-50 >>> frames) as well as quick and short presentations. >>> >> >> I've onl

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

2012-06-18 Thread Rasmus
"Sebastien Vauban" > IIUC, you seem to say it's difficult to use the overlay notation, but > you can > use it very easily that way: > ** Overlay effects \\ Keep the suspense! > > *** Time bomb:B_block: > :PROPERTIES: > :BEAMER_env: blo

[O] orgmode latex export: reference to label rather than section

2012-06-18 Thread Thomas Alexander Gerds
Hi I would be grateful if someone could help me sort out my confusion regarding references to headings (sections) in latex export. I am used to latex section labels and references via reftex, e.g. , | \section{This is a test} | \label{sec:testit} | | In Section \ref{sec:testit} ` To a

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

2012-06-18 Thread Sebastien Vauban
Hello Rasmus, Rasmus wrote: > - Operating with pauses are overly hard. One can specify overlays in >properties, but is just not very convenient, as I may have to >introduce a new number j'natural' in the current org-beamer (IMO). I certainly will put my grain of salt later on, but

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

2012-06-18 Thread Rasmus
Nicolas Goaziou writes: > As I announced in another thread, I'm starting a Beamer back-end for > the new export engine. This is indeed good news. Here are some concerns that I would like to address compared to the current exporter. - Operating with pauses are overly hard. One can specify ov

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

2012-06-18 Thread Eric S Fraga
Avdi Grimm writes: > On Fri, Jun 15, 2012 at 12:41 PM, suvayu ali > wrote: > >> With this syntax it would be very easy to write both really long (40-50 >> frames) as well as quick and short presentations. >> > > I've only been using Org and Beamer for a little while, but if I understand > it co

Re: [O] [latex] Problems with old exporter (for Beamer) and with new exporter

2012-06-18 Thread Eric S Fraga
Sebastien Vauban writes: > Hello Nicolas, > > Nicolas Goaziou wrote: [...] >> Note that even if it had one, it wouldn't work as expected since Beamer >> is not supported yet (but I'll probably implement a first draft for this >> back-end soon). > > I'll be glad to be your first Beamer tester --

Re: [O] essentially turn off font-lock except for headings

2012-06-18 Thread Eric S Fraga
Enda writes: > How do you essentially turn off font-lock except for headings? By customising the faces used? You can find out what face is active at any point with C-u C-x =. -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.1.50.1 and Org release_7.8.11-69-ga2fd96

Re: [O] export to pdf tags showing

2012-06-18 Thread Nicolas Goaziou
Hello, suvayu ali writes: > On Mon, Jun 18, 2012 at 1:40 AM, Nicolas Goaziou wrote: >> This is not a bug. LaTeX has its own command to create the table of >> contents. There is no simple way to interfere with the process and >> remove the tags. > > I think this should work: > > \section[Section

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

2012-06-18 Thread Daniel Bausch
Hi Nicolas, first of all, I think the block idea is a good one, as long a notes will remain headlines. Nevertheless I often had the problem in my documents, that I wanted to insert code between frames. It would be great, if you could provide a clean solution for such things, too. (ignoreheading

Re: [O] [BUG] [new exporter] \cite and \ref in odt export

2012-06-18 Thread Andreas Leha
Hi Christian, > On 6/18/12 9:41 AM, Christian Moe wrote: >> Hi again, >> >> I'm sorry, I'm not looking into it as such -- I haven't had time to >> catch up with the new exporter goodies. I was just wondering if Org or >> ODT had suddenly developed any built-in bibtex formatting capabilities >> I w

Re: [O] [BUG] [new exporter] \cite and \ref in odt export

2012-06-18 Thread Christian Moe
On 6/18/12 9:41 AM, Christian Moe wrote: Hi again, I'm sorry, I'm not looking into it as such -- I haven't had time to catch up with the new exporter goodies. I was just wondering if Org or ODT had suddenly developed any built-in bibtex formatting capabilities I wasn't aware of. :-) But if you

Re: [O] [new exporter] export title for subtree

2012-06-18 Thread Andreas Leha
Hi Nicolas, > Hello, > > Andreas Leha writes: > >> is the new exporter lacking the possibility to set the title of the >> exported document, when the title is set in the properties? >> >> Example: >> , >> | #+title: test >> | >> | * testexport >> | :PROPERTIES: >> | :EXPORT_TITLE: Pumuck

Re: [O] Scheduling: Finishing a task 'Yesterday' OR Repeat on the same day

2012-06-18 Thread Moritz Ulrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Juan Pechiar writes: > On Sun, Jun 17, 2012 at 08:12:19PM -0400, William LÉCHELLE wrote: >> > org-mode thinks I finished it for 'today' because it's after 0AM and >> > schedules it for 'tomorrow'. This way, I'll forget it for one day. >> > >> > Is

Re: [O] [BUG] [new exporter] \cite and \ref in odt export

2012-06-18 Thread Andreas Leha
Hi Christian, thanks for looking into this. > Could you say what behavior you expect when exporting \cite commands > to ODT? I would say: Minimal expectation: error-free export Maximal expectation: LaTeX-like reference ;-) Realistic expectation: literal export (e.g. \cite{xxx}) as in the ascii e