[Orgmode] Org-mode version 4.54

2006-11-10 Thread Carsten Dominik

Org-mode version 4.54 is available at

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

I would appreciate if many people could download and use this
quickly.  I managed to get this version back into the
Emacs 22.1 tree, and I would hate for some stupid mistake
to have happened in this release and to mess up Emacs 22.1.

Thanks!

- Carsten

Changes in Version 4.54
---

- Improvements to fast tag selection

  Fast tag selection has become better.  While you change tags through
  this interface, the current set of tags will also be displayed in the
  org-mode file itself - so once you know the interface by hart, you
  don't need to move your eyes away from the line you are editing.

  Also I noticed that most of the time, I am adding or removing only
  a single tag, or I am removing all of them, both actions which require
  a single key in the fast tag interface.  Therefore there is a new
  option `org-fast-tag-selection-single-key'.  When set, fast tag
  selection exits after the first change you make to the tags list.
  So you do not have to press RET to exit.
  If you occasionally need more than one change, just start
  tag selection with `C-c C-c C-c' instead of `C-c C-c'.

- Tags sparse trees now also respect the settings in
  `org-show-hierarchy-above' and `org-show-following-heading'.
  So far there was a bug, forcing both variables to nil during
  sparse tree construction via a tags search.  If you liked this
  behavior, you need to configure like this:

  (setq org-show-hierarchy-above '((default . t) (tags-tree . nil))
org-show-following-heading '((default . t) (tags-tree . nil)))


 - Bug fixes.


--
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] Bug in 4.53 and 4.54

2006-11-10 Thread Tim O Callaghan
trying to call org-todo-list fails if calendar has not been loaded.

Debugger entered--Lisp error: (void-function calendar-gregorian-from-absolute)
  calendar-gregorian-from-absolute(732625)
  org-todo-list(nil)
  call-interactively(org-todo-list)

This happens under Xemacs.

Tim.


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


Re: [Orgmode] Bug in 4.53 and 4.54

2006-11-10 Thread Carsten Dominik

Yes, normally you would call the todo list with  C-c a t, i.e. through
the agenda dispatcher which requires the calendar.  However, calling
the todo-list directly should be allowed I guess, so I need to fix 
this.  Thanks.


- Carsten

On Nov 10, 2006, at 15:16, Tim O Callaghan wrote:


trying to call org-todo-list fails if calendar has not been loaded.

Debugger entered--Lisp error: (void-function 
calendar-gregorian-from-absolute)

  calendar-gregorian-from-absolute(732625)
  org-todo-list(nil)
  call-interactively(org-todo-list)

This happens under Xemacs.

Tim.


___
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] meta & esc

2006-11-10 Thread Eddward DeVilla

Hi,

   Another basic question, but should there be equivalent ESC key
bindings for all of the Meta key bindings?  I know the binding for
M-S-RET doesn't seem to work.  In checkbox/bullet lists, I get a
bullet but no checkbox and the checkbox counters don't update.  I can
go through and put together the list of Meta bindings that lack escape
equivalent bindings if they should exist.

Edd


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


Re: [Orgmode] meta & esc

2006-11-10 Thread Tim O Callaghan
> Hi,
>
> Another basic question, but should there be equivalent ESC key
> bindings for all of the Meta key bindings?  I know the binding for M-S-RET 
> doesn't seem to work.
 In checkbox/bullet lists, I get a bullet but no checkbox and the checkbox 
counters don't
update.  I can go through and put together the list of Meta bindings that lack 
escape equivalent
bindings if they should exist.
>
> Edd
>

Not sure, but keybindings is something i would like to see modifiable, or at 
least the signifier
key 'c-c'. Currently i have a hack that mods some of them, but it would be 
nicer if either they
were re-definable, or the definitions were in a separate file, say org-keys.el

Tim.




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


Re: [Orgmode] meta & esc

2006-11-10 Thread Eddward DeVilla

I'm fine with the bindings except I don't have a meta and there are
quite a few apps at work that seem to like Alt the way it is.  I'm
little nervous about remapping ALT for all of X.  I haven't found a
way to tell just emacs to consider ALT a Meta.

Edd

On 11/10/06, Tim O Callaghan <[EMAIL PROTECTED]> wrote:

> Hi,
>
> Another basic question, but should there be equivalent ESC key
> bindings for all of the Meta key bindings?  I know the binding for M-S-RET 
doesn't seem to work.
 In checkbox/bullet lists, I get a bullet but no checkbox and the checkbox 
counters don't
update.  I can go through and put together the list of Meta bindings that lack 
escape equivalent
bindings if they should exist.
>
> Edd
>

Not sure, but keybindings is something i would like to see modifiable, or at 
least the signifier
key 'c-c'. Currently i have a hack that mods some of them, but it would be 
nicer if either they
were re-definable, or the definitions were in a separate file, say org-keys.el

Tim.




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




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


Re: [Orgmode] meta & esc

2006-11-10 Thread Tim O Callaghan
> I'm fine with the bindings except I don't have a meta and there are
> quite a few apps at work that seem to like Alt the way it is.  I'm
> little nervous about remapping ALT for all of X.  I haven't found a
> way to tell just emacs to consider ALT a Meta.
>
> Edd
>

As far as i'm aware, ESC has always been meta, especially in text mode 
environments. Or at least
that has been my experience to date. Can i ask what environment this is?

Just a quick check in xemacs shows a variable called meta-prefix-char, which 
may be applicable.

Not sure if you know this, but one good resource for such things is the 
emacswiki.
this section may apply to your situation.
http://www.emacswiki.org/cgi-bin/wiki/ConsoleKeys
not this one though ;)
http://www.emacswiki.org/cgi-bin/wiki/EscapeMetaAltControlShift

Tim.


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


Re: [Orgmode] meta & esc

2006-11-10 Thread Tim O Callaghan
> I'm fine with the bindings except I don't have a meta and there are
> quite a few apps at work that seem to like Alt the way it is.  I'm
> little nervous about remapping ALT for all of X.  I haven't found a
> way to tell just emacs to consider ALT a Meta.
>
> Edd
>
ooops, missed this obvious one:

http://www.emacswiki.org/cgi-bin/wiki/MetaKeyProblems

Tim.


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


[Orgmode] Possible bug in 4.53+?

2006-11-10 Thread mtheo
Since custom time formats (which I don't use) were added in 4.53, the S-right 
and S-left keys for bumping timestamps in agenda views have exhibited changed 
behavior. The echo area now shows "Time stamp changed to nil" instead of the 
correct date -- but the dates *are* nevertheless correctly shifted in the target 
org file, as they always have been.


Unfortunately I'm too much of an emacs/elisp noob to be sure this is not 
attributable to something buried deep in my setup; nor have I learned yet how to 
trace exactly what's happening with org-last-changed-timestamp (since there's no 
error raised). Is anyone else experiencing this, or is it just me?


In continued awe of org-mode,

Mark Theodoropoulos
Berkeley, California





--

producer / classics without walls
the anti-warhorse zone / www.amural.com
kusf 90.3fm / san francisco


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


Re: [Orgmode] Possible bug in 4.53+?

2006-11-10 Thread Carsten Dominik

I have fixed this, thank you for your report.

- Carsten

On Nov 10, 2006, at 19:42, mtheo wrote:

Since custom time formats (which I don't use) were added in 4.53, the 
S-right and S-left keys for bumping timestamps in agenda views have 
exhibited changed behavior. The echo area now shows "Time stamp 
changed to nil" instead of the correct date -- but the dates *are* 
nevertheless correctly shifted in the target org file, as they always 
have been.


Unfortunately I'm too much of an emacs/elisp noob to be sure this is 
not attributable to something buried deep in my setup; nor have I 
learned yet how to trace exactly what's happening with 
org-last-changed-timestamp (since there's no error raised). Is anyone 
else experiencing this, or is it just me?


In continued awe of org-mode,

Mark Theodoropoulos
Berkeley, California





--

producer / classics without walls
the anti-warhorse zone / www.amural.com
kusf 90.3fm / san francisco


___
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