emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode version 5.05
@ 2007-08-22 12:02 Carsten Dominik
  2007-08-22 13:20 ` GPL3 (was: Org-mode version 5.05) Leo
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Carsten Dominik @ 2007-08-22 12:02 UTC (permalink / raw)
  To: org-mode mailing list

I am releasing version 5.05 of Org-mode.  As usual, it is
in the Emacs CVS trunk, and at my website

http://www.astro.uva.nl/~dominik/Tools/org/

Lots of changes again, make sure to carefully read the stuff below.

Enjoy!

- Carsten


Changes in Version 5.05
-----------------------

* Overview

   - LaTeX export, finally, thanks to Bastien.

   - Extension mechanism for the hyperlink system.

   - Global access to commands the insert and follow links.

   - Individual lead-times for deadlines.

   - Option to show only the next instance of repeating timestamp.

   - Store remember notes with only 2 keys

   - Appointment reminders from Org-mode.

   - Global values for selected properties.

   - Bug fixes.


* Details

   - Bastien's `org-export-latex.el' is now part of the org-mode
     distribution.  You can export an Org-mode document to a
     LaTeX file with `C-c C-e l'.  For more options, see the
     manual, and the commentary in the Lisp file.  Kudos to
     Bastien for contributing this frequently requested feature.
     I am sure this has been tough because of the many different
     ways I have been allowing LaTeX snippets and environments to
     be incorporated in lazy free-format ways.

   - Org-mode has now an extension mechanism for the hyperlink
     system.  This should clear the road for all those mairix and
     other ideas that have been floating around.  Now it is on
     *you* to write and share new link types for Org-mode.  The
     interface for adding a new link type is described in the
     appendix of the manual, section A2.  The unsolved problem is
     currently how to handle the new link types for
     export/publishing.

   - New *global* commands `org-open-at-point-global' and
     `org-insert-link-global'.  You can bind these commands to
     global keys and use them to insert and follow Org-mode-like
     links anywhere in Emacs.  Thanks to Adam Spiers for this
     excellent idea.

   - Each deadline timestamp may now specify its own interval of
     lead-time display, given in days, weeks, months or years.
     The syntax is like this

      DEADLINE: <2007-08-13 Mon -5d>

     When combined with a repeater, the repeater has to come
     first:

      DEADLINE: <2007-08-13 Mon +2w -5d>

     You may now also customize the faces that are used in the
     agenda to indicate the distance of an approaching deadline.
     See the new option `org-agenda-deadline-faces'.

     Thanks to Pavel Chalmoviansky and John Wiegley for
     proposals in this direction.

   - New option `org-agenda-repeating-timestamp-show-all'.  When
     set to nil, repeating time stamps will only show up once in
     the agenda, either today or in the near future.  Other
     matches will be ignored.  Thanks to John Wiegley for this
     proposal.

   - 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.

   - A new function `org-agenda-to-appt' activates all
     appointments for the current day so that Emacs will display
     reminders.  This uses appt.el.  Thanks to Bastien for this
     function.

   - You can now set default values for properties that can be
     inherited by all entries in a buffer, or by all entries
     globally.  Global properties are set in the variable
     `org-global-properties', like this:

       (setq org-global-properties '(("NAME" "This is the value")))

     Buffer-local values are set like this:

       #+PROPERTY: NAME This is the value

     When using org-entry-get to get the value of a property with
     the `inherit' flag and the hierarchy above the entry does
     not contain this property, the buffer-local and global lists
     are checked as well.  This is mostly useful (I think) to set
     the list of allowed values for a property.  Thanks to Bernt
     Hansen and Bastien for these ideas.

   - Bug fixes.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* GPL3 (was: Org-mode version 5.05)
  2007-08-22 12:02 Org-mode version 5.05 Carsten Dominik
@ 2007-08-22 13:20 ` Leo
  2007-08-23 10:18   ` Carsten Dominik
  2007-08-22 15:46 ` Org-mode version 5.05 Giovanni Ridolfi
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 12+ messages in thread
From: Leo @ 2007-08-22 13:20 UTC (permalink / raw)
  To: emacs-orgmode

> I am releasing version 5.05 of Org-mode.  As usual, it is in the Emacs
> CVS trunk, and at my website

Emacs CVS trunk is licensed to GPL3. However org is licensed
GPL2. Should we change to GPL3 also?

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

         Gnus is one component of the Emacs operating system.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Org-mode version 5.05
  2007-08-22 12:02 Org-mode version 5.05 Carsten Dominik
  2007-08-22 13:20 ` GPL3 (was: Org-mode version 5.05) Leo
@ 2007-08-22 15:46 ` Giovanni Ridolfi
  2007-08-22 17:39   ` Carsten Dominik
  2007-08-25 13:51   ` Bastien
  2007-08-22 21:14 ` Rainer Stengele
  2007-08-25 17:55 ` Bastien
  3 siblings, 2 replies; 12+ messages in thread
From: Giovanni Ridolfi @ 2007-08-22 15:46 UTC (permalink / raw)
  To: org-mode mailing list

[-- Attachment #1: Type: text/plain, Size: 678 bytes --]

On Wed, Aug 22, 2007 at 02:02:30PM +0200, Carsten Dominik wrote:

>
> Changes in Version 5.05
> -----------------------
>
>   - LaTeX export, 

Hello, Carsten,

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.

If you need more debugging I'll provide the output of the messages
with the Debugger.

GNU Emacs 22.1.1 (powerpc-unknown-linux-gnu, GTK+ 
                  Version 2.10.13) of 2007-07-08 
                  on malo, modified by Debian

Org-mode version 5.05        # just downloaded from your site.

LaTeX version: TexLive 2007-10

Cheers,

Giovanni

-- 
Giovanni Ridolfi, Chemist


[-- Attachment #2: org-latex.org --]
[-- Type: text/plain, Size: 3019 bytes --]

#+TITLE:       
#+AUTHOR:    Giovanni Ridolfi
#+EMAIL:     gio.rido@tiscali.it
#+LANGUAGE:  it
#+OPTIONS:   H:4 num:t toc:nil \n:nil @:t ::t |:t ^:t f:t *:t TeX:t LaTeX:t skip:t p:nil

* Nice converter!

Bastien, Crasten, thank you for this nice and useful piece of software. I think I've
just found some bugs:
** Converting strange expressions
#    exec emacsclient -e "(compose-mail \"$1\" \"$2\")"
It does not convert such expression:  
: \"$1\" 
I have to insert it in a \LaTeX fragment the following expression: \linebreak
#+BEGIN_LaTeX
  exec emacsclient -e 
 "(compose-mail $\backslash$"\$1$\backslash$"$\backslash$"\$2$\backslash$")"
#+END_LaTeX
\linebreak
Otherwise I have the error:
:LaTeX Warning: Command \' invalid in math mode on input line 23.
:
:! Please use \mathaccent for accents in math mode.
:\add@accent ...@spacefactor \spacefactor }\accent 
:                                                 #1 #2\egroup \spacefactor ...
:l.23 ...ec emacsclient -e ``(compose-mail \''$1\''
:                                                   \''$2\'')''
** Now a bug in "dealing with sublevels"
The following subsubsection "level four" and the table are not displayed 
because it hasn't the subsequent level:  * * * * instead of the
expected * * * \linebreak
level four should follows here, but it doesn't:.. .. 
**** level four Anime 480M, table
| P-images-comics |   | 023.9 |   |   |
|-----------------+---+-------+---+---|
| P-images-comix  |   | 037.4 |   |   |
| P-news-articles |   | 013.1 |   |   |
| Mail            |   | 277.9 |   |   |
| Anime-sigle     |   | 142.1 |   |   |

*** now level three follows.. .. 
| Anime 480M, table |   |       | 
| P-images-comics   |   | 023.9 | 
|-------------------+---+-------|
| P-images-comix    |   | 037.4 | 
| P-news-articles   |   | 013.1 | 
     
**** Now level four again: 
It is converted: Hello Bastien!

** Bug in lists with checkboxes: [1/5]: 
: - [ ] first item
: - [ ] 2nd
: - [X] 3rd
: - [ ] 4th, plus link to a file [[file:longlink][link]]: make littler
: - [ ] 5th
Previous list is converted without [ ] see:

 - [ ] first item
 - [ ] 2nd
 - [X] 3rd
 - [ ] 4th, plus link to a file: [[file:~/computer/inset.png][inset]]
 - [ ] 5th
***  debug
In the $\backslash$itemize environment "[ ]" should be converted as [l|r]brack: 
like here:
:  - $\lbrack \; \; \; \rbrack$  1st
that is converted in: 
#+BEGIN_LaTeX
 - $\lbrack \; \; \; \rbrack$  1st
#+END_LaTeX
** Bug in plain lists
: 1. 1st
: 2. 2nd
:   +  Now I would like to have a "plus" list
:   +  2nd item
:     - Now I'd like a subsublist with minus
:     - 2nd item with minus 
Previous list is converted in:
1. 1st
2. 2nd
   +  Now I would like to have a "plus" list
   +  2nd item
     - Now I'd like a subsublist with minus
     - 2nd item with minus 
    
 .  
   
The plus sublist is joined with item 2 and 
the minus subsublist is treated like new item of the list
Moreover there are three errors in dealing with the beginning 
and the end of the itemize (+) and enumerate environments.


[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Org-mode version 5.05
  2007-08-22 15:46 ` Org-mode version 5.05 Giovanni Ridolfi
@ 2007-08-22 17:39   ` Carsten Dominik
  2007-08-25 13:51   ` Bastien
  1 sibling, 0 replies; 12+ messages in thread
From: Carsten Dominik @ 2007-08-22 17:39 UTC (permalink / raw)
  To: Giovanni Ridolfi; +Cc: org-mode mailing list

Hi Giovanni,

LaTeX bug reports are for Bastien, but thanks for providing reports.

- Carsten

On Aug 22, 2007, at 17:46, Giovanni Ridolfi wrote:

> On Wed, Aug 22, 2007 at 02:02:30PM +0200, Carsten Dominik wrote:
>
>>
>> Changes in Version 5.05
>> -----------------------
>>
>>   - LaTeX export,
>
> Hello, Carsten,
>
> 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.
>
> If you need more debugging I'll provide the output of the messages
> with the Debugger.
>
> GNU Emacs 22.1.1 (powerpc-unknown-linux-gnu, GTK+
>                   Version 2.10.13) of 2007-07-08
>                   on malo, modified by Debian
>
> Org-mode version 5.05        # just downloaded from your site.
>
> LaTeX version: TexLive 2007-10
>
> Cheers,
>
> Giovanni
>
> -- 
> Giovanni Ridolfi, Chemist
>
> <org-latex.org>_______________________________________________
> 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Org-mode version 5.05
  2007-08-22 12:02 Org-mode version 5.05 Carsten Dominik
  2007-08-22 13:20 ` GPL3 (was: Org-mode version 5.05) Leo
  2007-08-22 15:46 ` Org-mode version 5.05 Giovanni Ridolfi
@ 2007-08-22 21:14 ` Rainer Stengele
  2007-08-25 17:55 ` Bastien
  3 siblings, 0 replies; 12+ messages in thread
From: Rainer Stengele @ 2007-08-22 21:14 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik schrieb:
> I am releasing version 5.05 of Org-mode.  As usual, it is
> in the Emacs CVS trunk, and at my website
> 
> http://www.astro.uva.nl/~dominik/Tools/org/
> 
> Lots of changes again, make sure to carefully read the stuff below.
> 
> Enjoy!
> 
> - Carsten
> 
> 
> Changes in Version 5.05
> -----------------------
> 
> * Overview
> 
>   - LaTeX export, finally, thanks to Bastien.
> 
>   - Extension mechanism for the hyperlink system.
> 
>   - Global access to commands the insert and follow links.
> 
>   - Individual lead-times for deadlines.
> 
>   - Option to show only the next instance of repeating timestamp.
> 
>   - Store remember notes with only 2 keys
> 
>   - Appointment reminders from Org-mode.
> 
>   - Global values for selected properties.
> 
>   - Bug fixes.
> 
> 
> * Details
> 
>   - Bastien's `org-export-latex.el' is now part of the org-mode
>     distribution.  You can export an Org-mode document to a
>     LaTeX file with `C-c C-e l'.  For more options, see the
>     manual, and the commentary in the Lisp file.  Kudos to
>     Bastien for contributing this frequently requested feature.
>     I am sure this has been tough because of the many different
>     ways I have been allowing LaTeX snippets and environments to
>     be incorporated in lazy free-format ways.
> 
>   - Org-mode has now an extension mechanism for the hyperlink
>     system.  This should clear the road for all those mairix and
>     other ideas that have been floating around.  Now it is on
>     *you* to write and share new link types for Org-mode.  The
>     interface for adding a new link type is described in the
>     appendix of the manual, section A2.  The unsolved problem is
>     currently how to handle the new link types for
>     export/publishing.
> 
>   - New *global* commands `org-open-at-point-global' and
>     `org-insert-link-global'.  You can bind these commands to
>     global keys and use them to insert and follow Org-mode-like
>     links anywhere in Emacs.  Thanks to Adam Spiers for this
>     excellent idea.
> 
>   - Each deadline timestamp may now specify its own interval of
>     lead-time display, given in days, weeks, months or years.
>     The syntax is like this
> 
>      DEADLINE: <2007-08-13 Mon -5d>
> 
>     When combined with a repeater, the repeater has to come
>     first:
> 
>      DEADLINE: <2007-08-13 Mon +2w -5d>
> 
>     You may now also customize the faces that are used in the
>     agenda to indicate the distance of an approaching deadline.
>     See the new option `org-agenda-deadline-faces'.
> 
>     Thanks to Pavel Chalmoviansky and John Wiegley for
>     proposals in this direction.
> 
>   - New option `org-agenda-repeating-timestamp-show-all'.  When
>     set to nil, repeating time stamps will only show up once in
>     the agenda, either today or in the near future.  Other
>     matches will be ignored.  Thanks to John Wiegley for this
>     proposal.
> 
>   - 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.
> 
>   - A new function `org-agenda-to-appt' activates all
>     appointments for the current day so that Emacs will display
>     reminders.  This uses appt.el.  Thanks to Bastien for this
>     function.
> 
>   - You can now set default values for properties that can be
>     inherited by all entries in a buffer, or by all entries
>     globally.  Global properties are set in the variable
>     `org-global-properties', like this:
> 
>       (setq org-global-properties '(("NAME" "This is the value")))
> 
>     Buffer-local values are set like this:
> 
>       #+PROPERTY: NAME This is the value
> 
>     When using org-entry-get to get the value of a property with
>     the `inherit' flag and the hierarchy above the entry does
>     not contain this property, the buffer-local and global lists
>     are checked as well.  This is mostly useful (I think) to set
>     the list of allowed values for a property.  Thanks to Bernt
>     Hansen and Bastien for these ideas.
> 
>   - Bug fixes.


Thank you Carsten for the excellent work.
I can confirm that the "r"-eload for custom agenda views now stays with 
the custom settings!

Rainer

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: GPL3 (was: Org-mode version 5.05)
  2007-08-22 13:20 ` GPL3 (was: Org-mode version 5.05) Leo
@ 2007-08-23 10:18   ` Carsten Dominik
  2007-08-23 11:10     ` GPL3 Leo
  2007-08-23 12:01     ` Re: GPL3 (was: Org-mode version 5.05) Giovanni Ridolfi
  0 siblings, 2 replies; 12+ messages in thread
From: Carsten Dominik @ 2007-08-23 10:18 UTC (permalink / raw)
  To: Leo; +Cc: emacs-orgmode

I have not really followed that discussion.  Do you have a good pointer
for a discussion of the pros and cons?

Thanks.

- Carsten

On Aug 22, 2007, at 15:20, Leo wrote:

>> I am releasing version 5.05 of Org-mode.  As usual, it is in the Emacs
>> CVS trunk, and at my website
>
> Emacs CVS trunk is licensed to GPL3. However org is licensed
> GPL2. Should we change to GPL3 also?
>
> -- 
> Leo <sdl.web AT gmail.com>                         (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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: GPL3
  2007-08-23 10:18   ` Carsten Dominik
@ 2007-08-23 11:10     ` Leo
  2007-08-23 12:01     ` Re: GPL3 (was: Org-mode version 5.05) Giovanni Ridolfi
  1 sibling, 0 replies; 12+ messages in thread
From: Leo @ 2007-08-23 11:10 UTC (permalink / raw)
  To: emacs-orgmode

On 2007-08-23 11:18 +0100, Carsten Dominik wrote:
> I have not really followed that discussion.  Do you have a good pointer
> for a discussion of the pros and cons?
>
> Thanks.
>
> - Carsten

There is a discussion in emacs-devel about re-licensing Emacs:

http://news.gmane.org/group/gmane.emacs.devel/thread=74322/force_load=t/focus=75553

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

         Gnus is one component of the Emacs operating system.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: GPL3 (was: Org-mode version 5.05)
  2007-08-23 10:18   ` Carsten Dominik
  2007-08-23 11:10     ` GPL3 Leo
@ 2007-08-23 12:01     ` Giovanni Ridolfi
  2007-08-23 12:09       ` GPL3 Leo
  1 sibling, 1 reply; 12+ messages in thread
From: Giovanni Ridolfi @ 2007-08-23 12:01 UTC (permalink / raw)
  To: emacs-orgmode

> On Aug 22, 2007, at 15:20, Leo wrote:
>
>>> I am releasing version 5.05 of Org-mode.  As usual, it is in the Emacs
>>> CVS trunk, and at my website
>>
>> Emacs CVS trunk is licensed to GPL3. However org is licensed
>> GPL2. Should we change to GPL3 also?
>>

Well, org-mode , org-export-latex, org-mouse,  org-publish, org-card.tex
are licenced under "GPL2 or any later version" :

<from org.el>
;; This file is part of GNU Emacs.
;;
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.

so, we can "use" org-mode also with GPL3.  
However thank you, Leo,  for pointing this out.

On Thu, Aug 23, 2007 at 12:18:16PM +0200, Carsten Dominik wrote:
> I have not really followed that discussion.  Do you have a good pointer
> for a discussion of the pros and cons?

RMS suggest to switch to "GPL3 or any later", because
GPL3 offers a wider protection for our freedoms.

Please, have a look at the site http://www.gnu.org and 
search for "presentation of GPL3" or FAQ or something like that, 
sorry if I can't provide a link.

Cheers,

Giovanni

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: GPL3
  2007-08-23 12:01     ` Re: GPL3 (was: Org-mode version 5.05) Giovanni Ridolfi
@ 2007-08-23 12:09       ` Leo
  0 siblings, 0 replies; 12+ messages in thread
From: Leo @ 2007-08-23 12:09 UTC (permalink / raw)
  To: emacs-orgmode

On 2007-08-23 13:01 +0100, Giovanni Ridolfi wrote:
> RMS suggest to switch to "GPL3 or any later", because
> GPL3 offers a wider protection for our freedoms.

The re-licensing has been done so org might the only gpl2 package.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

         Gnus is one component of the Emacs operating system.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Org-mode version 5.05
  2007-08-22 15:46 ` Org-mode version 5.05 Giovanni Ridolfi
  2007-08-22 17:39   ` Carsten Dominik
@ 2007-08-25 13:51   ` Bastien
  1 sibling, 0 replies; 12+ messages in thread
From: Bastien @ 2007-08-25 13:51 UTC (permalink / raw)
  To: emacs-orgmode

Hi Giovanni,

Giovanni Ridolfi <gio.rido@tiscali.it> 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Org-mode version 5.05
  2007-08-22 12:02 Org-mode version 5.05 Carsten Dominik
                   ` (2 preceding siblings ...)
  2007-08-22 21:14 ` Rainer Stengele
@ 2007-08-25 17:55 ` Bastien
  2007-08-26 18:53   ` Carsten Dominik
  3 siblings, 1 reply; 12+ messages in thread
From: Bastien @ 2007-08-25 17:55 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <dominik@science.uva.nl> 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Re: Org-mode version 5.05
  2007-08-25 17:55 ` Bastien
@ 2007-08-26 18:53   ` Carsten Dominik
  0 siblings, 0 replies; 12+ messages in thread
From: Carsten Dominik @ 2007-08-26 18:53 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

fixed, thanks.

- Carsten

On Aug 25, 2007, at 19:55, Bastien wrote:

> Carsten Dominik <dominik@science.uva.nl> 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
>
>

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-08-26 18:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-22 12:02 Org-mode version 5.05 Carsten Dominik
2007-08-22 13:20 ` GPL3 (was: Org-mode version 5.05) Leo
2007-08-23 10:18   ` Carsten Dominik
2007-08-23 11:10     ` GPL3 Leo
2007-08-23 12:01     ` Re: GPL3 (was: Org-mode version 5.05) Giovanni Ridolfi
2007-08-23 12:09       ` GPL3 Leo
2007-08-22 15:46 ` Org-mode version 5.05 Giovanni Ridolfi
2007-08-22 17:39   ` Carsten Dominik
2007-08-25 13:51   ` Bastien
2007-08-22 21:14 ` Rainer Stengele
2007-08-25 17:55 ` Bastien
2007-08-26 18:53   ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).