Re: [Orgmode] Org mode info file

2007-08-19 Thread Carsten Dominik
On Aug 18, 2007, at 11:05, Sivaram Neelakantan wrote: Can the Makefile be modified to the create the 'dir' file for the info file? I will simply keep a dir file in the distribution. Thanks. - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode

Re: [Orgmode] [PATCH]: Fix to spreadsheet ranges in A1 style

2007-08-19 Thread Carsten Dominik
On Aug 20, 2007, at 4:46, Bake Timmons wrote: A simple elisp formula in the spreadsheet indicated a couple of errors in the handling of ranges: '(car '(A4..C4)) This was using org.el from the latest Emacs cvs MAIN branch. I have appended a patch against this as one possible fix. Thanks. --

Re: [Orgmode] Re: Alignment of numbers in tables with `nan' in some table cells

2007-08-19 Thread Carsten Dominik
On Aug 18, 2007, at 9:50, Christian Schlauer wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: [...] The table editor automatically chooses the alignment of a column, based on the content of the column. There are two customization variables involved in tuning this behavior: [...] I am o

[Orgmode] Re: Writing raw [1], *aa*, without being interpreted

2007-08-19 Thread Renzo Been
Daniel Clemente gmail.com> writes: > > Hi, > in a file I would like to write following line: > > „Writing [1] you can create a footnote." > ,- | The only two ways I found to write the brackets | in the right way would be to set the line as | fixed-width font. Like so: | | :Wri

[Orgmode] [PATCH]: Fix to spreadsheet ranges in A1 style

2007-08-19 Thread Bake Timmons
A simple elisp formula in the spreadsheet indicated a couple of errors in the handling of ranges: '(car '(A4..C4)) This was using org.el from the latest Emacs cvs MAIN branch. I have appended a patch against this as one possible fix. Thanks. --- src/emacs/lisp/textmodes/org.el 2007-08-18 2