[Orgmode] Re: Org-mode version 5.05

2007-08-25 Thread Bastien
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, and `C-u
> C-c C-c' will get the prompts for file and location.  So
> this variable reverses the prefix-argument functionality for
> storing remember notes.  This follows a request from John
> Wiegley.

Nice!

When set to t, the following docstring in `org-remember-apply-template'
should be updated accordingly :

## `C-c C-c' to file interactively, `C-u C-c C-c' to file directly.

-- 
Bastien


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Org-mode version 5.05

2007-08-25 Thread Bastien
Hi Giovanni,

Giovanni Ridolfi <[EMAIL PROTECTED]> writes:

> I think I found some bugs in the latex exporter. 
> I have attached the file org-latex.org with 
> some examples of the bugs and comments.

sorry for the late answer, I'm on vacation, so my internet access is a
bit chaotic. Here is a "digest" reply to the issues you raised, for
those who can be interested (I've sent you a more detailed reply in
private):

- Now a bug in "dealing with sublevels"

  Yes, for now the exporter doesn't handle the case where you jump
  directly from, say, a \section{} to a \subsubsection{}. This is not a
  priority right now because it's more an issue about writing style. Of
  course, if many of you say it's a common practice within a LaTeX file,
  I'll try to fix this as soon as possible.

- Bug in plain lists

  This is clearly a bug. The LaTeX exporter is very rude with list and
  cannot export sublevels for now. I hope it will be okay when i'm back
  from holiday.

Thanks for your feedback,

-- 
Bastien


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: problem with LaTeX exporter

2007-08-25 Thread Bastien
Hi Brian,

Brian van den Broek <[EMAIL PROTECTED]> writes:

> I've encountered a problem with the LaTeX export function. If I visit an
> org-mode file and invoke  I get the error message
>
> Symbol's function definition is void: caddr

I just forget to include (require 'cl) at compilation time. Fixed in the
next release. 

Thanks for reporting this!

-- 
Bastien


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export to html bug?

2007-08-25 Thread Carsten Dominik

That must have been broken ever since properties were introduced.
This happen when a property drawer is folded, but the first
line is visible when you call an export command for visible
portion.

Will be fixed in the next release, hopefully.

- Carsten

On Aug 25, 2007, at 11:14, Rainer Stengele wrote:


Carsten Dominik schrieb:

Is this a new bug, did it work before?
have you changed your config, for example using
org-agenda-skip-function?
- Carsten
On Aug 25, 2007, at 0:39, Rainer Stengele wrote:

Carsten Dominik schrieb:

Version 5.06b fixes the bugs mentioned here in the last few hours.
http://www.astro.uva.nl/~dominik/Tools/org
Thanks for keeping the quality control up!  I could not do this
without you all.
- Carsten


"C-c a e" does not export anything for me. Error message is:

"before first heading".

Rainer



now with 5.06e export works again for the whole buffer ("C-c C-e b").
For "C-c C-e v b" it stops with this error message:

:END: line missing

How can I find where that line is missing?

Rainer



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] agenda sorting time-up does not work anymore for me

2007-08-25 Thread Rainer Stengele
sorry if I missed the config but I cannot get the time-of-day specific 
todos to show at the top of my agenda (C-c a a) anymore (which means I 
had this working before?).


I have this sorting:

 '(org-agenda-sorting-strategy (quote ((agenda time-up category-keep 
priority-down) (todo category-keep priority-down) (tags category-keep 
priority-down


time-of-day items show up at the bottom of each day.

Please

Rainer



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] export to html bug?

2007-08-25 Thread Rainer Stengele

Carsten Dominik schrieb:

Is this a new bug, did it work before?
have you changed your config, for example using
org-agenda-skip-function?

- Carsten

On Aug 25, 2007, at 0:39, Rainer Stengele wrote:


Carsten Dominik schrieb:

Version 5.06b fixes the bugs mentioned here in the last few hours.
http://www.astro.uva.nl/~dominik/Tools/org
Thanks for keeping the quality control up!  I could not do this
without you all.
- Carsten


"C-c a e" does not export anything for me. Error message is:

"before first heading".

Rainer



now with 5.06e export works again for the whole buffer ("C-c C-e b").
For "C-c C-e v b" it stops with this error message:

:END: line missing

How can I find where that line is missing?

Rainer



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] New faces in org-mode ??

2007-08-25 Thread William Case
Hi;

I have made the following change in my org-mode:

 (setq org-todo-keywords '("TODO" "WAIT" "MAYBE" "DONE")
   org-todo-interpretation 'sequence)

Actually, I am not sure if that is final variable change, but that was
what was suggested in the documentation.  In fact, I M-x cutomize-group
RET org-mode, then added "WAIT" and "MAYBE" to org TODO keywords and
saved for future sessions. 

"TODO" "WAIT" "MAYBE" all show with 'red1' faces while "DONE" is in
forest green.  How do I cutomize org-mode so that "WAIT" and "MAYBE"
have their own itemization in custom-org-faces and then make each have
their own face colour?

-- 
Regards Bill



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Org-mode 5.06

2007-08-25 Thread Carsten Dominik

Fixed, thanks.

- Carsten

On Aug 24, 2007, at 14:55, Leo wrote:


On 2007-08-24 13:00 +0100, Carsten Dominik wrote:

  - org-special-ctrl-a/e has a third allowed value, `reversed'.
When it is set to this value, the first C-a or C-e command
behaves normally, i.e. it goes to the true beginning or end
of the line.  Only when you press C-a or C-e immediately
again, the the "special" position will be found.  Additional
presses of the same key jump between the two positions.  I
like this a lot better than the `t' setting, because now the
keys behave more predictable and still give easy access to
the special locations.


The value is not listed in the doc-string of org-special-ctrl-a/e.

--
Leo  (GPG Key: 9283AA3F)

 Gnus is one component of the Emacs operating system.



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode