[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:

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

2011-09-11 Thread Eric S Fraga
Søren Mikkelsen sorenaamikkel...@gmail.com 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

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 Mikkelsensorenaamikkel...@gmail.com 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:

[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

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 used in

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 dm...@ictsoc.de 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

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

2011-09-11 Thread Eric S Fraga
Søren Mikkelsen sorenaamikkel...@gmail.com writes: On 2011-09-11 15:18, Eric S Fraga wrote: Søren Mikkelsensorenaamikkel...@gmail.com 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

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 Mikkelsensorenaamikkel...@gmail.com writes: On 2011-09-11 15:18, Eric S Fraga wrote: Søren Mikkelsensorenaamikkel...@gmail.com writes: I am currently struggling with enumerating my numbered list with a prefix. In org-mode I have 1.

[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 martyn.j...@btinternet.com Date: Sun, 11 Sep 2011 21:17:40 +0100 Subject: [PATCH]

[O] [OFFTOPIC] Happy Birthday!

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

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

2011-09-11 Thread Martyn Jago
Hi David David Maus dm...@ictsoc.de 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.

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 martyn.j...@btinternet.com 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

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