Re: [Orgmode] Org-mode 4.76

2007-06-04 Thread Dmitri Minaev
Hello, Carsten, In org.el, line 3441, where the PRIORITIES line is parsed, the order of parameters to org-split-string is wrong. -- With best regards, Dmitri Minaev Russian history blog: http://minaev.blogspot.com ___ Emacs-orgmode mailing list

Re: [Orgmode] Updated agenda printer script

2007-06-04 Thread Carsten Dominik
This looks great. Are you planning to put this up on a website so that I can link to your site? Or is it time to start that contrib directory in the org-mode distribution... ? - Carsten On Jun 3, 2007, at 22:44, Jason F. McBrayer wrote: And, as promised, here's the updated version of the

Re: [Orgmode] Org-mode 4.76

2007-06-04 Thread Carsten Dominik
On Jun 2, 2007, at 1:15, Scott Jaderholm wrote: Carsten, I think there's a typo causing this: a class=footnumname=fn.1... Note the no space between footnum and name. Yes. Fixed, thanks. Also, is it hard to allow footnotes in tables? No, not at all, I just did detecting footnote

Re: [Orgmode] a couple of possible bugs in filling/indenting of plain lists

2007-06-04 Thread Carsten Dominik
As Eddward says, you seem to be able to circumvent this by not allowing indent.el to use TAB characters for indentation: (setq indent-tabs-mode nil) It seems to me that this problem is a bug in the Emacs indentation code, not in Org-mode. - Carsten On Jun 1, 2007, at 18:09, William Henney

Re: [Orgmode] a couple of possible bugs in filling/indenting of plain lists

2007-06-04 Thread Carsten Dominik
It turns out that this was after all an org-mode bug. Fixed for 4.77, thanks. - Carsten On Jun 4, 2007, at 10:08, Carsten Dominik wrote: As Eddward says, you seem to be able to circumvent this by not allowing indent.el to use TAB characters for indentation: (setq indent-tabs-mode nil) It

Re: [Orgmode] Updated agenda printer script

2007-06-04 Thread Jason F. McBrayer
Carsten Dominik [EMAIL PROTECTED] writes: This looks great. Thanks! Are you planning to put this up on a website so that I can link to your site? Or is it time to start that contrib directory in the org-mode distribution... ? I am going to put it up on my website; I just wanted a little

[Orgmode] Re: Updated agenda printer script

2007-06-04 Thread Leo
- Jason F. McBrayer (2007-06-04) wrote:- Are you planning to put this up on a website so that I can link to your site? Or is it time to start that contrib directory in the org-mode distribution... ? I am going to put it up on my website; I just wanted a little feedback from people

Re: [Orgmode] a couple of possible bugs in filling/indenting of plain lists

2007-06-04 Thread William Henney
On 6/4/07, Carsten Dominik [EMAIL PROTECTED] wrote: It turns out that this was after all an org-mode bug. Fixed for 4.77, thanks. Thanks Carsten. Is this fix just for the indent-relative bug, or does it fix the second (fill-paragraph) bug as well? I think that the second bug might not have

Re: [Orgmode] Re: Updated agenda printer script

2007-06-04 Thread Jason F. McBrayer
Leo [EMAIL PROTECTED] writes: Can that python script be converted to elisp? It would be pretty simple to write something similar in elisp -- all the script does is parse the output of org-batch-agenda-csv and interpolate selected bits of it into a LaTeX skeleton. Of course, if you were doing

[Orgmode] noutline bug

2007-06-04 Thread Aaron Kaplan
A bug in xemacs/noutline.el was brought to the surface by a couple of recent org-mode changes. Here are some test cases: ---snip- * Heading 1 note * Heading 2 ** subheading ---snip- If org-cycle-separator-lines is 2 then doing org-cycle on Heading 1

Re: [Orgmode] noutline bug

2007-06-04 Thread Carsten Dominik
Hi Aaron, thank you very much, I have applied the patch. - Carsten On Jun 4, 2007, at 19:34, Aaron Kaplan wrote: A bug in xemacs/noutline.el was brought to the surface by a couple of recent org-mode changes. Here are some test cases: ---snip- * Heading 1 note *

Re: [Orgmode] a couple of possible bugs in filling/indenting of plain lists

2007-06-04 Thread Carsten Dominik
On Jun 4, 2007, at 15:39, William Henney wrote: On 6/4/07, Carsten Dominik [EMAIL PROTECTED] wrote: It turns out that this was after all an org-mode bug. Fixed for 4.77, thanks. Thanks Carsten. Is this fix just for the indent-relative bug, or does it fix the second (fill-paragraph) bug as

Re: [Orgmode] minor niggles concerning tables

2007-06-04 Thread Carsten Dominik
On Jun 4, 2007, at 18:05, William Henney wrote: Hi Carsten Every time I use org's tables I am amazed at how powerful and easy they are. There are just a couple of annoyances that I repeatedly come across, and which I thought I'd better report. * minor niggles concerning tables **

Re: [Orgmode] minor niggles concerning tables

2007-06-04 Thread William Henney
On 6/4/07, Carsten Dominik [EMAIL PROTECTED] wrote: In fact, org-table-eval-formula understands both kinds of references. Yes, of course, silly me! Yes, I agree, this is hard and a bit unfortunate. If I could start from scratch, I would make but the same, but for backward compatibility I

Re: [Orgmode] a couple of possible bugs in filling/indenting of plain lists

2007-06-04 Thread William Henney
On 6/4/07, Carsten Dominik [EMAIL PROTECTED] wrote: On Jun 4, 2007, at 15:39, William Henney wrote: Thanks Carsten. Is this fix just for the indent-relative bug, or does it fix the second (fill-paragraph) bug as well? The fix will only fix the second bug (with fill-paragraph). The first