Re: [O] Clicking on URL does convert some special characters

2011-09-11 Thread David Maus
At Wed, 07 Sep 2011 16:01:48 +0530, Jambunathan K wrote: > > Hello, > > > > I just realized a diff in behavior between 3 URL entered in the Org buffer > > with slight differences: > > > > - http://web.com/file.php?name=Rep&path=%2FPROJ%2FSomeFile.txt > > This one is correctly exported, but when c

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-11 Thread Eric Schulte
> > The test result with failing tests for Emacs23 is attached. > > , > | Passed: 101 > | Failed: 8 (8 unexpected) > | Total: 109/109 > | > | Started at: 2011-09-11 19:53:46+0200 > | Finished. > | Finished at: 2011-09-11 19:53:51+0200 > ` > > 7 of the 8 are fortran-tests, the 8th is > `

Re: [O] [patch] fix 22.x compatibility test issue

2011-09-11 Thread Eric Schulte
I've applied this same change. Thanks -- Eric Martyn Jago writes: > Replace left-char with backward-char for backward compatibility in > =test-org-babel/org-babel-get-inline-src-block-matches= > > From 08bfac66d69ed6ce739d58710f06444b6f43fb94 Mon Sep 17 00:00:00 2001 > From: Martyn Jago > Date

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-11 Thread Martyn Jago
Hi David David Maus writes: [...] > F test-org-babel/org-babel-get-inline-src-block-matches > (void-function left-char) I've pushed a patch to the mailing-list which should fix the above test in Emacs 22. I will take a look at the fortran related tests when I get a chance. Best, Martyn

[O] [OFFTOPIC] Happy Birthday!

2011-09-11 Thread Manish
Dear Carsten, Van harte gefeliciteerd met je verjaardag! :) -- Manish

[O] [patch] fix 22.x compatibility test issue

2011-09-11 Thread Martyn Jago
Replace left-char with backward-char for backward compatibility in =test-org-babel/org-babel-get-inline-src-block-matches= >From 08bfac66d69ed6ce739d58710f06444b6f43fb94 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Sun, 11 Sep 2011 21:17:40 +0100 Subject: [PATCH] Replace left-char with backw

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-11 Thread Søren Mikkelsen
On 2011-09-11 21:06, Eric S Fraga wrote: Søren Mikkelsen writes: On 2011-09-11 15:18, Eric S Fraga wrote: Søren Mikkelsen writes: I am currently struggling with enumerating my numbered list with a prefix. In org-mode I have 1. This 2. is 3. a 4. numbered 5. list Try pu

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-11 Thread Eric S Fraga
Søren Mikkelsen writes: > On 2011-09-11 15:18, Eric S Fraga wrote: >> Søren Mikkelsen writes: >> > >>> I am currently struggling with enumerating my numbered list with a >>> prefix. In org-mode I have >>> >>> 1. This >>> 2. is >>> 3. a >>> 4. numbered >>> 5. list >> >> Try putting the

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-11 Thread David Maus
...Attachment... -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de Selector: "\\(org\\|ob\\)" Passed: 101 Failed: 8 (8 unexpected) Total: 109/109 Started at: 2011-09-11 19:53:46+0200 Finished. Finished at: 2011-09-11 19:53:51+0200 ...F.FF

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-11 Thread David Maus
At Fri, 02 Sep 2011 07:50:02 -0600, Eric Schulte wrote: > > Hi David, > > David Maus writes: > > > Just FYI: I've tried to get the testing framework running on Emacs 23 > > and Emacs 22 and succeeded to 50%: > > > > - copying ert.el and ert-x.el from Emacs24 Git repository at > >git://git.sav

Re: [O] Question about org-mode compilation

2011-09-11 Thread Robert Goldman
On 9/11/11 Sep 11 -12:52 AM, David Maus wrote: > At Sat, 10 Sep 2011 12:08:45 -0500, > Robert Goldman wrote: >> >> Today I was trying to push to mobile org after an update from git, and >> got an invalid function error on org-eval-in-environment. >> >> This macro is defined in org-macs.el and is us

[O] ATTN: Working on the HTML exporter and links (Spaghetti alarm)

2011-09-11 Thread David Maus
Hi, I did some changes to Org's HTML exporter and link functionality. Please double check the exporting results, I hope I didn't mess up things too much this time. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgp2LO5slycpf.pgp Descrip

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-11 Thread Søren Mikkelsen
On 2011-09-11 15:18, Eric S Fraga wrote: Søren Mikkelsen writes: I am currently struggling with enumerating my numbered list with a prefix. In org-mode I have 1. This 2. is 3. a 4. numbered 5. list Try putting the line #+latex: \renewcommand{\theenumi}{R\arabic{enumi}} before th

Re: [O] Org-mode using enumerate properties to export to LaTeX

2011-09-11 Thread Eric S Fraga
Søren Mikkelsen writes: > I am currently struggling with enumerating my numbered list with a > prefix. In org-mode I have > > 1. This > 2. is > 3. a > 4. numbered > 5. list Try putting the line #+latex: \renewcommand{\theenumi}{R\arabic{enumi}} before the start of the list. This changes

[O] Org-mode using enumerate properties to export to LaTeX

2011-09-11 Thread Søren Mikkelsen
I am currently struggling with enumerating my numbered list with a prefix. In org-mode I have 1. This 2. is 3. a 4. numbered 5. list In my LaTeX export I like to have it look like R1. This R2. is R3. a R4. numbered R5. list In my latex-document I would do something like this: \docu