[Orgmode] Re: #+call ?

2010-10-31 Thread Thomas S. Dye
Replying to his own message: I found Eric's reply. Sorry for the noise. All the best, Tom On Oct 31, 2010, at 8:21 PM, Thomas S. Dye wrote: On Oct 31, 2010, at 7:40 PM, Noorul Islam K M wrote: "Thomas S. Dye" writes: Aloha all, I'm expecting to see the file bar.pdf output. #+srcname:

[Orgmode] Re: #+call ?

2010-10-31 Thread Thomas S. Dye
On Oct 31, 2010, at 7:40 PM, Noorul Islam K M wrote: "Thomas S. Dye" writes: Aloha all, I'm expecting to see the file bar.pdf output. #+srcname: single-date #+begin_src R :results output :file foo.pdf library(ggplot2) z <- read.csv(file = x) g <- ggplot(z, aes(x=1950 + cal.BP, y=Poster

[Orgmode] Re: #+call ?

2010-10-31 Thread Noorul Islam K M
"Thomas S. Dye" writes: > Aloha all, > > I'm expecting to see the file bar.pdf output. > > #+srcname: single-date > #+begin_src R :results output :file foo.pdf > library(ggplot2) > z <- read.csv(file = x) > g <- ggplot(z, aes(x=1950 + cal.BP, y=Posterior.probability)) > g + geom_bar(stat

[Orgmode] RFI: org-velocity and org-remember

2010-10-31 Thread Jeff Horn
Hi orgsters (and Mr. Rodriquez), I was wondering if it would be relatively easy to update org-velocity to use org-capture instead of org-remember? If it is simply a matter of changing all references to org-capture from org-remember, I can do that and submit a patch. If it is much more difficult th

Re: [Orgmode] Re: What WebDAV service do you use for syncing org files?

2010-10-31 Thread Jeff Horn
> I have a HTC Magic, and use the Cyanogenmod ROM. There the ssh daemon > dropbear is included. It is just a matter to set it up. > > A google search on "$YOUR_PHONE android dropbear" should tell you, if > this sshd daemon is running you your device as well. Thanks. The HTC Incredible has been fun

Re: [Orgmode] Proposal: delete on DONE

2010-10-31 Thread Jeff Horn
On Sun, Oct 24, 2010 at 4:27 PM, George Pearson wrote: > I have a number of tasks to do (e.g. "reply to Jeff's email") that I > have NO need to have a record of performing.  Currently, these DONE > tasks just pile up in my org files and I need to go manually through > and delete them, a time consu

[Orgmode] #+call ?

2010-10-31 Thread Thomas S. Dye
Aloha all, I'm expecting to see the file bar.pdf output. #+srcname: single-date #+begin_src R :results output :file foo.pdf library(ggplot2) z <- read.csv(file = x) g <- ggplot(z, aes(x=1950 + cal.BP, y=Posterior.probability)) g + geom_bar(stat='identity') + xlab("Year AD") + ylab("

[Orgmode] Re: BUG-Export level 1 subtree fails

2010-10-31 Thread Bernt Hansen
Bernt Hansen writes: > Hi, > > Using the following commit > ed5665e (babel: Use `copy-sequence' instead of `copy-tree', 2010-10-31) > > if I mark a level 1 subtree with C-c @ and then try to export to HTML > with C-c C-e b I get the following stack dump: > > Exporting a level 2 subtree works. Th

[Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-31 Thread Matt Lundin
Marvin, Marvin Doyley writes: > tex4ht is awesome, it even does a good job with equations. > My new workflow is org - > tex -> html (via tex4ht) - > doc or docx > (textutil) Thanks for this update! I'm glad to hear that tex4ht proved useful. Thanks also for mentioning textutil - I added it to t

[Orgmode] BUG-Export level 1 subtree fails

2010-10-31 Thread Bernt Hansen
Hi, Using the following commit ed5665e (babel: Use `copy-sequence' instead of `copy-tree', 2010-10-31) if I mark a level 1 subtree with C-c @ and then try to export to HTML with C-c C-e b I get the following stack dump: Exporting a level 2 subtree works. -Bernt Debugger entered--Lisp error: (

Re: [Orgmode] Unable to generate link in non-org file with org-id-store-link present

2010-10-31 Thread Liam Healy
On Sun, Oct 31, 2010 at 4:02 PM, David Maus wrote: > At Sun, 31 Oct 2010 15:09:48 -0400, > Liam Healy wrote: >> >> With recent versions (since about version 7) of org-mode, I cannot >> generate links in a non-org file when org-id-store-link is in >> org-store-link-functions.  Either I get an error

[Orgmode] Re: Enhancing the Org/Gnus experience

2010-10-31 Thread Dan Davison
Hi Seb, Wow, magic. I've totally got no idea how it works, but thanks! Dan "Eric Schulte" writes: > Hi Seb, > > This is really great. I finally folded it into my gnus setup, and while > it looks great when it works, I was getting frequent errors throw by the > org-mode fontification engine re

[Orgmode] Re: markup for small caps ?

2010-10-31 Thread Thomas S. Dye
On Oct 31, 2010, at 9:53 AM, Dan Davison wrote: "Thomas S. Dye" writes: On Oct 31, 2010, at 7:43 AM, Dan Davison wrote: "Thomas S. Dye" writes: Aloha Sebastien, Arbitrary markup is possible, see http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 Using this approach [[l

Re: [Orgmode] Unable to generate link in non-org file with org-id-store-link present

2010-10-31 Thread David Maus
At Sun, 31 Oct 2010 15:09:48 -0400, Liam Healy wrote: > > With recent versions (since about version 7) of org-mode, I cannot > generate links in a non-org file when org-id-store-link is in > org-store-link-functions. Either I get an error "before first > headline" (makes no sense to me, since I'm

[Orgmode] Re: markup for small caps ?

2010-10-31 Thread Dan Davison
"Thomas S. Dye" writes: > On Oct 31, 2010, at 7:43 AM, Dan Davison wrote: > >> "Thomas S. Dye" writes: >> >>> Aloha Sebastien, >>> >>> Arbitrary markup is possible, see >>> http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 >>> >>> Using this approach [[latex:textsc][My small cap

[Orgmode] Unable to generate link in non-org file with org-id-store-link present

2010-10-31 Thread Liam Healy
With recent versions (since about version 7) of org-mode, I cannot generate links in a non-org file when org-id-store-link is in org-store-link-functions. Either I get an error "before first headline" (makes no sense to me, since I'm not in an org file), or emacs spins forever, saturating the CPU

[Orgmode] Re: markup for small caps ?

2010-10-31 Thread Thomas S. Dye
On Oct 31, 2010, at 7:43 AM, Dan Davison wrote: "Thomas S. Dye" writes: Aloha Sebastien, Arbitrary markup is possible, see http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 Using this approach [[latex:textsc][My small caps]] would export to LaTeX as \textsc{My small caps}.

[Orgmode] Re: markup for small caps ?

2010-10-31 Thread Dan Davison
"Thomas S. Dye" writes: > Aloha Sebastien, > > Arbitrary markup is possible, see > http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 > > Using this approach [[latex:textsc][My small caps]] would export to > LaTeX as \textsc{My small caps}. In the Org-buffer I see "My small caps"

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-10-31 Thread Eric Schulte
Hi Seb, This is really great. I finally folded it into my gnus setup, and while it looks great when it works, I was getting frequent errors throw by the org-mode fontification engine recursing too deeply. I've changed it to the following which augments what you sent with some simple error handli

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

2010-10-31 Thread David Abrahams
At Sun, 31 Oct 2010 17:46:45 +0100, David Maus wrote: > > At Wed, 27 Oct 2010 18:41:35 -0400, > David Abrahams wrote: > > > > At Wed, 27 Oct 2010 21:36:35 +0200, > > David Maus wrote: > > > > > > > > > > > Today I tried to follow an org link and got this: > > > > org-id-open: Cannot find entry wit

[Orgmode] Re: markup for small caps ?

2010-10-31 Thread Bernt Hansen
Sébastien Mengin writes: > Le dim. 31/10/10 (06:11:20 -1000), Thomas S. Dye a écrit : >> Aloha Sebastien, >> >> Arbitrary markup is possible, see >> http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 >> >> Using this approach [[latex:textsc][My small caps]] would export to >> La

Re: [Orgmode] [PATCH] Fix typo

2010-10-31 Thread David Maus
At Fri, 29 Oct 2010 12:17:14 +0200, Bastien wrote: > > Applied, thanks. > > PS: merging using pw didn't work so I did the change manually, > meaning it will appear as *mine* - hope you don't mind! > In these cases I would have used git commit --author="Julien Danjou " Best, -- David -- OpenPG

Re: [Orgmode] markup for small caps ?

2010-10-31 Thread Sébastien Mengin
Le dim. 31/10/10 (06:11:20 -1000), Thomas S. Dye a écrit : > Aloha Sebastien, > > Arbitrary markup is possible, see > http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 > > Using this approach [[latex:textsc][My small caps]] would export to > LaTeX as \textsc{My small caps}. Than

Re: [Orgmode] [Babel] detangle

2010-10-31 Thread David Maus
At Fri, 29 Oct 2010 02:15:08 -0600, Eric Schulte wrote: > > Hi, > > I've just added functions for detangling code from pure source code > files back into code blocks in the org-mode files from whence they were > tangled. This is done by the new `org-babel-detangle' function. > Additionally the new

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

2010-10-31 Thread David Maus
At Wed, 27 Oct 2010 18:41:35 -0400, David Abrahams wrote: > > At Wed, 27 Oct 2010 21:36:35 +0200, > David Maus wrote: > > > > > > > > Today I tried to follow an org link and got this: > > > org-id-open: Cannot find entry with ID > > > ""<201010060532.amj65...@mr17.lnh.mail.rcn.net>"|references:"<2

Re: [Orgmode] abstract in exported latex and html

2010-10-31 Thread Thomas S. Dye
On Oct 31, 2010, at 5:41 AM, Carsten Dominik wrote: On Oct 31, 2010, at 9:47 AM, Magnus Nilsson wrote: Dear all, Is there a way to include an abstract that suits both LaTeX export and html export? I am thinking in lines of #+BEGIN_ABSTRACT: My abstract goes here #+END_ABSTRACT: and have

[Orgmode] Using macros in worg

2010-10-31 Thread Benny Simonsen
Hi I would like to use org-mode + git to generate a web page. I would also like to use the "#+MACRO: " directives as defined in Worg /macrs.setupfile. I have downloaded cloned the git repository for Worg (git clone http://repo.or.cz/r/Worg.git) for an example. How is the setup to expand the macr

[Orgmode] Re: [babel] ob-octave requires octave 3.2 or extra package

2010-10-31 Thread Dan Davison
Eric S Fraga writes: > Hello, > > Just a comment on requirements: ob-octave assumes the presence of the > =dlmwrite= function. This is available as standard with octave 3.2 but > requires an extra package (=octave-io=) if you have an older version > (3.0.x). All of this is for Debian systems; I

[Orgmode] conflicting markup

2010-10-31 Thread Sébastien Mengin
Hi, I would like to be able to type something like: ¶xx¶^e siècle where ¶ is the markup for small-caps when exporting to html (which, finally, I managed to configure, so please forget my precedent post and forgive me for the noise). The problem is that for the moment, I have to separate the

Re: [Orgmode] markup for small caps ?

2010-10-31 Thread Thomas S. Dye
Aloha Sebastien, Arbitrary markup is possible, see http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 Using this approach [[latex:textsc][My small caps]] would export to LaTeX as \textsc{My small caps}. HTH, Tom On Oct 31, 2010, at 4:37 AM, Sébastien Mengin wrote: Hi, I w

Re: [Orgmode] abstract in exported latex and html

2010-10-31 Thread Carsten Dominik
On Oct 31, 2010, at 9:47 AM, Magnus Nilsson wrote: Dear all, Is there a way to include an abstract that suits both LaTeX export and html export? I am thinking in lines of #+BEGIN_ABSTRACT: My abstract goes here #+END_ABSTRACT: and have it interpreted differently depending on the export us

[Orgmode] markup for small caps ?

2010-10-31 Thread Sébastien Mengin
Hi, I was wondering if a marker was available for smallcaps? Thanks in advance, -- Sébastien Mengin Édition et logiciels libres < Mise en page avec LaTeX > http://edilibre.net tél. : 06 84 88 49 17 jid. : sebastien-men...@jabber.org ___ Emacs-orgmode

Re: [Orgmode] org-export-string

2010-10-31 Thread Eric Schulte
It should be possible to use edebug to locate the source of this prompt. Evaluate the definition of `org-export-string' with a prefix argument (i.e. C-u C-M-x). Then when you call `org-export-string' you can step through all S-expressions in the definition, until you reach the one which is genera

Re: [Orgmode] org-export-string

2010-10-31 Thread Noorul Islam
On Sun, Oct 31, 2010 at 12:15 PM, Aidan Gauland wrote: > Evaluating (org-export-string "plain plain *bold* plain" "html") > prompts me (in the minibuffer) with... > > File to save in: /tmp/ > > I can't see any obvious s-exp in the definition of org-export-string > that would be bringing up the pro

[Orgmode] abstract in exported latex and html

2010-10-31 Thread Magnus Nilsson
Dear all, Is there a way to include an abstract that suits both LaTeX export and html export? I am thinking in lines of #+BEGIN_ABSTRACT: My abstract goes here #+END_ABSTRACT: and have it interpreted differently depending on the export used. Thanks __

Re: [Orgmode] org-export-string

2010-10-31 Thread Aidan Gauland
On Sun, Oct 31, 2010 at 12:34:18PM +0530, Puneeth wrote: > On Sun, Oct 31, 2010 at 12:15 PM, Aidan Gauland > wrote: > > Evaluating (org-export-string "plain plain *bold* plain" "html") > > prompts me (in the minibuffer) with... > > > > File to save in: /tmp/ > > Which version of Org-mode and Emac

Re: [Orgmode] org-export-string

2010-10-31 Thread Puneeth
On Sun, Oct 31, 2010 at 12:15 PM, Aidan Gauland wrote: > Evaluating (org-export-string "plain plain *bold* plain" "html") > prompts me (in the minibuffer) with... > > File to save in: /tmp/ Which version of Org-mode and Emacs are you using? I'm unable to reproduce this with - GNU Emacs 24.0.50.