[Orgmode] Bug in org-colview/org-beamer?

2010-07-31 Thread Simon Guest
Hi, I'm making my first real Org mode Beamer presentation, using org-mode 7.01g, and trying to set the ignore_heading for a multi-column slide. In column mode, when I hit 'e' in the Env column, Emacs says: Wrong type argument: commandp, org-beamer-set-environment-tag (and org-beamer-set-environme

[Orgmode] [PATCH] Bug in org-colview/org-beamer?

2010-07-31 Thread Noorul Islam
On Sat, Jul 31, 2010 at 12:54 PM, Simon Guest wrote: > Hi, > > I'm making my first real Org mode Beamer presentation, using org-mode > 7.01g, and trying to set the ignore_heading for a multi-column slide. > > In column mode, when I hit 'e' in the Env column, Emacs says: > Wrong type argument: comm

[Orgmode] [PATCH] org-capture: Make messages consistent.

2010-07-31 Thread Noorul Islam
A very small patch that makes the message displayed consistent. * lisp/org-capture.el (org-capture-finalize): Make messages consistent. diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 0ecea6a..111f7f7 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -527,7 +527,7 @@ byp

[Orgmode] [PATCH] org-gnus.el: Suppress compiler warning.

2010-07-31 Thread Noorul Islam
The attached patch suppresses a compiler warning in org-gnus.el * lisp/org-gnus.el: Suppress compiler warning by declaring outside function nnimap-retrieve-headers-from-file. diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 7a339cd..16aa476 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus

Re: [Orgmode] Footnote export

2010-07-31 Thread Jan Böcker
On 07/31/2010 08:32 AM, Typhoon wrote: > > Yes, thanks. I was using f:nil but what I would really like is to > disable [1] type footnotes while retaining the [fn:1] style. > > Nice trick on the zero-space - That would be OK, I suppose, but like > you say, a bit tedious after a while. > Alright,

Re: [Orgmode] Re: keys and command name info

2010-07-31 Thread Andreas Röhler
Am 31.07.2010 10:53, schrieb Bastien: Hi Andreas, Andreas Röhler writes: Please not I signed the FSF-disclaimer but not the paper transferring copyright under US-law. Are you willing to sign those paper? That would help, because the patch is more than 10 lines... Hi Bastien, please per

[Orgmode] Re: Patchwork: Patch 176 Accepted

2010-07-31 Thread Tassilo Horn
On Saturday 31 July 2010 10:34:56 Bastien Guerry wrote: Hi Bastien, > Patch 176 (http://patchwork.newartisans.com/patch/176/) is now Accepted. > > This relates to the following submission: > > http://mid.gmane.org/%3C87fwz4159y.fsf%40thinkpad.tsdh.de%3E Oh, I didn't notice that this patch was

Re: [Orgmode] Re: keys and command name info

2010-07-31 Thread Thomas S. Dye
Aloha Andreas, I agree with you about the stupidity of the 10 line rule, and I begrudge every bit of attention I have to squander on US copyright law. However, if that law keeps like-minded individuals from working together on a free project that requires a corporate entity to complete l

[Orgmode] Org-indent-mode (lack of) support for plain list

2010-07-31 Thread Artis Rozentāls
I was happy to finally find a way to do soft line wrapping with org-indent-mode and visual-line-mode, unfortunately it seems that it doesn't support plain lists. Are there any plans to expand org-indent-mode to support the full markup of org-mode? ___

[Orgmode] user control of source block header line exporting formats

2010-07-31 Thread David O'Toole
I've attached a diff of my apparently-working changes to allow better control of the way ob-exp.el formats the name and arguments of source code blocks. What do you think? diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index 796812c..0c34431 100644 --- a/lisp/ob-exp.el +++ b/lisp/ob-exp.el @@ -206,4

[Orgmode] Re: Patchwork: Patch 176 Accepted

2010-07-31 Thread Bastien
Hi Tassilo, Tassilo Horn writes: >> Patch 176 (http://patchwork.newartisans.com/patch/176/) is now Accepted. >> >> This relates to the following submission: >> >> http://mid.gmane.org/%3C87fwz4159y.fsf%40thinkpad.tsdh.de%3E > > Oh, I didn't notice that this patch was grabbed by patchwork. Y

Re: [Orgmode] Footnote export

2010-07-31 Thread Typhoon
On Sat, 31 Jul 2010 19:33:14 +0200 Jan Böcker wrote: > On 07/31/2010 08:32 AM, Typhoon wrote: > > > > Yes, thanks. I was using f:nil but what I would really like is to > > disable [1] type footnotes while retaining the [fn:1] style. > > > > Nice trick on the zero-space - That would be OK, I sup

[Orgmode] [ANN] Org-Drill: Interactive revision a la Anki/Mnemosyne

2010-07-31 Thread Paul Sexton
Announcing the first release of "org-drill", a module which uses "org-learn" to present interactive "drill sessions" of marked material in org buffers and files. Org-learn, which is found in org's "contrib" directory, is an implementation of the spaced repetition algorithm from SuperMemo. Reposito