Re: [Orgmode] Re: request: face for „...“ a t collapsed sections

2007-08-26 Thread Carsten Dominik
On Aug 26, 2007, at 23:14, Daniel Clemente wrote: Hi, I have this in my emacs: , | ;;; Making fold markers ("...") more visible | | (defface selective-display | '((default :background "lightgrey") | (((supports :underline "red")) :underline "red")) | "Face used for fold markers

Re: [Orgmode] orgstruct-mode error

2007-08-26 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 26, 2007, at 0:48, David O'Toole wrote: I am using org 5.05 and get this error when doing org-cycle in an emacs-lisp-mode buffer (with Orgstruct mode on) Debugger entered--Lisp error: (wrong-type-argument stringp nil) re-search-forward(nil 6690 t) org-cyc

[Orgmode] Re: Table calculation question

2007-08-26 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > `C-u C-u C-c C-c' iterates a table until it is stable and in this way > takes care of formulas depending on calculated fields. Thanks Carsten! I wasn't aware of that feature :) Regards, Bernt ___ Emacs-

Re: [Orgmode] Table calculation question

2007-08-26 Thread Carsten Dominik
On Aug 26, 2007, at 21:39, Bernt Hansen wrote: In the following table I'd like to vertically sum the column and the compute a new value based on that sum. |---+---+---+---+---+-| | | A | B | C | Total | Details | |---+---+---+---+---+-| | # | 1 | 2 | 4 | 7 | Item

Re: [Orgmode] Table calculation question

2007-08-26 Thread Eddward DeVilla
On 8/26/07, Bernt Hansen <[EMAIL PROTECTED]> wrote: > In the following table I'd like to vertically sum the column and the > compute a new value based on that sum. > > |---+---+---+---+---+-| > | | A | B | C | Total | Details | > |---+---+---+---+---+-| > | # | 1 | 2 | 4 |

[Orgmode] Re: struggling with fixed date entries

2007-08-26 Thread Bernt Hansen
Rainer Stengele <[EMAIL PROTECTED]> writes: > I wonder what is the best way to work with fixed dates in org. > I do not want to them entered as "SCHEDULED". > > Say I have a meeting on a certain date. > I do not want to enter it as a todo, as for me it is not really a todo > but a simple meeting w

[Orgmode] Re: struggling with fixed date entries

2007-08-26 Thread Bernt Hansen
Rainer Stengele <[EMAIL PROTECTED]> writes: > I wonder what is the best way to work with fixed dates in org. > I do not want to them entered as "SCHEDULED". > > Say I have a meeting on a certain date. > I do not want to enter it as a todo, as for me it is not really a todo > but a simple meeting w

[Orgmode] struggling with fixed date entries

2007-08-26 Thread Rainer Stengele
I wonder what is the best way to work with fixed dates in org. I do not want to them entered as "SCHEDULED". Say I have a meeting on a certain date. I do not want to enter it as a todo, as for me it is not really a todo but a simple meeting which is done when it is over. If I enter it as a simpl

Re: [Orgmode] Re: request: face for „...“ at collapsed sections

2007-08-26 Thread Daniel Clemente
Hi, > > I have this in my emacs: > > , > | ;;; Making fold markers ("...") more visible > | > | (defface selective-display > | '((default :background "lightgrey") > | (((supports :underline "red")) :underline "red")) > | "Face used for fold markers like ...") > | > | (unless standard-d

[Orgmode] Re: request: face for „...“ at collapsed sections

2007-08-26 Thread Tassilo Horn
"Daniel Clemente" <[EMAIL PROTECTED]> writes: Hi Daniel, > now that we speak about new faces... I would like to change the > color of the ... that can be seen when a section is rolled out. Why? > Because I want to differentiate this: > > ** Some title... > > From this: > > ** Some title... I

[Orgmode] Table calculation question

2007-08-26 Thread Bernt Hansen
In the following table I'd like to vertically sum the column and the compute a new value based on that sum. |---+---+---+---+---+-| | | A | B | C | Total | Details | |---+---+---+---+---+-| | # | 1 | 2 | 4 | 7 | Item 1 | | # | 2 | 6 | 4 |12 | Item 2 | | # | 2 |

Re: [Orgmode] Re: Org-mode version 5.05

2007-08-26 Thread Carsten Dominik
fixed, thanks. - Carsten On Aug 25, 2007, at 19:55, Bastien wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: - New variable `org-remember-store-without-prompt'. When set, exiting the remember buffer with C-c C-c will store the note without further prompts to the default location

Re: [Orgmode] request: face for „...“ at co llapsed sections

2007-08-26 Thread Carsten Dominik
On Aug 26, 2007, at 19:47, Daniel Clemente wrote: Hi, now that we speak about new faces... I would like to change the color of the ... that can be seen when a section is rolled out. Why? Because I want to differentiate this: ** Some title... From this: ** Some title... Yes, they ar

Re: [Orgmode] Rounding in org-mode tables

2007-08-26 Thread Carsten Dominik
On Aug 26, 2007, at 4:00, James Hawley wrote: Hi! I'm a relatively new emacs and org-mode user so I apologize for the basic nature of this question. Unfortunately, the answer is probably so obvious that no one has had to ask it before, and, as a result, I have not been able to find this sub

[Orgmode] request: face for „...“ a t collapsed sections

2007-08-26 Thread Daniel Clemente
Hi, now that we speak about new faces... I would like to change the color of the ... that can be seen when a section is rolled out. Why? Because I want to differentiate this: ** Some title... From this: ** Some title... Yes, they are equal, but not really: at one, I wrote „..." at the

Re: [Orgmode] New faces in org-mode ??

2007-08-26 Thread Carsten Dominik
This is currently not implemented. However, it has been asked for quite a few times now, so it will be implemented in the next version, 5.07. When that is out, check for the variable `org-todo-keyword-faces'. - Carsten On Aug 25, 2007, at 2:23, William Case wrote: Hi; I have made the followi

[Orgmode] Rounding in org-mode tables

2007-08-26 Thread James Hawley
Hi! I'm a relatively new emacs and org-mode user so I apologize for the basic nature of this question. Unfortunately, the answer is probably so obvious that no one has had to ask it before, and, as a result, I have not been able to find this subject in the mailing list. Of course, I may not

[Orgmode] orgstruct-mode error

2007-08-26 Thread David O'Toole
I am using org 5.05 and get this error when doing org-cycle in an emacs-lisp-mode buffer (with Orgstruct mode on) > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > re-search-forward(nil 6690 t) > org-cycle-hide-drawers(contents) > run-hook-with-args(org-cycle-hide-drawers