Re: [Orgmode] patch to outline.el concerning isearch

2006-12-15 Thread Carsten Dominik
I strongly support this proposal, this is a feature that would be very valuable. - Carsten On Dec 14, 2006, at 4:53, John J Foerch wrote: Hello, I want to implement a particular feature in org-mode that depends upon some functionality being added to outline-mode. (org-mode is derived from

Re: [Orgmode] patch to outline.el concerning isearch

2006-12-15 Thread Tim O'Callaghan
On 14/12/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: I strongly support this proposal, this is a feature that would be very valuable. Any chance you could hack it into the noutline you distribute for XEmacs in the next release? XEmacs has this search issue too. Tim. _

Re: [Orgmode] patch to outline.el concerning isearch

2006-12-15 Thread Carsten Dominik
Yes, I will, but I want to wait what the solution for emacs will be and then implement the same in the noutline for xemacs. - Carsten On Dec 15, 2006, at 13:17, Tim O'Callaghan wrote: On 14/12/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: I strongly support this proposal, this is a feature

Re: [Orgmode] Table questions

2006-12-15 Thread Eddward DeVilla
I'll follow this up with a few more wishes. Could the table minor mode maybe be extended to allow the user to define delimiters? Say draw a picture? struct hugeStaticTable initData = { // Draw a picture // ORG-ROW-DEF { /* key*/ $1 , /* name */ $2 , /* location */ { /* x */ $3 , /* y */ $4 }

[Orgmode] Re: Table questions

2006-12-15 Thread Michael
On 15 Dec 2006, Eddward DeVilla wrote: > I'll follow this up with a few more wishes. Could the table minor > mode maybe be extended to allow the user to define delimiters? Yes, it would be nice to edit .csv files directly in org-table model. Michael

[Orgmode] table formula w/o calc

2006-12-15 Thread Eddward DeVilla
Hi all, Can table formula's be done without calc? I've been trying to do something like the following: |---+--++++| | | name | P1 | P2 | P3 | TOT| |---+--++++| | | Al | 10 | 9 | 8 | ='(+ $3 $4 $5) | | |

[Orgmode] bug with table in indirect buffer

2006-12-15 Thread Eddward DeVilla
Hi, I found a bug with table formatting in an indirect buffer. In the file below, if you open the second bullet (My little microcosm) in an indirect buffer and cause a table format with say C-c C-c, the table will reformat but afterwards the cursor will be moved to the beginning of the buffer.

[Orgmode] Re: table formula w/o calc

2006-12-15 Thread Leo
* Eddward Devilla (2006-12-15 12:50 -0600) said: ^^^ > Can table formula's be done without calc? That would be a pity not to employ the best maths tool in Emacs. -- Leo (GPG Key: 9283AA3F) ___ Emacs-orgmode ma

Re: [Orgmode] Re: table formula w/o calc

2006-12-15 Thread Eddward DeVilla
At home I'd play with all the toys I can. I don't control the environment at work, so I try to keep thing as vanilla as possible. (Less for me to maintain.) The site only has an ill-maintained emacs 21.1.1 from a few years ago. I gave in and installed org-mode in my home directory because I

[Orgmode] Re: table formula w/o calc

2006-12-15 Thread Leo
* Eddward Devilla (2006-12-15 15:00 -0600) said: ^^^ >At home I'd play with all the toys I can. I don't control the > environment at work, so I try to keep thing as vanilla as possible. > (Less for me to maintain.) The site only has an ill-maintained emacs > 21.1.1 from a few ye

Re: [Orgmode] table formula w/o calc

2006-12-15 Thread Xiao-Yong Jin
"Eddward DeVilla" <[EMAIL PROTECTED]> writes: > Hi all, > > Can table formula's be done without calc? I've been trying to do > something like the following: Maybe you've already tried this. But I guess it's still worth mentioning. You probably need a `#' in the first row as following |---+

Re: [Orgmode] table formula w/o calc

2006-12-15 Thread Eddward DeVilla
On 12/15/06, Xiao-Yong Jin <[EMAIL PROTECTED]> wrote: "Eddward DeVilla" <[EMAIL PROTECTED]> writes: Maybe you've already tried this. But I guess it's still worth mentioning. You probably need a `#' in the first row as following |---+--++++| | | name | P1 |