emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Org-mode release 6.29


From: Samuel Wales
Subject: Re: [Orgmode] Org-mode release 6.29
Date: Tue, 4 Aug 2009 17:40:38 -0700

Hi Carsten,

On 2009-08-04, Carsten Dominik <address@hidden> wrote:
> When archiving a task, the cursor now ends up on the next
> headline, so the repeated application of the archiving
> command will archive successive tasks.

This is strange.  My recollection is that something like this already
happened, if not recently, then in a previous release of org.  If you
archived a task, then point would be at the beginning of the next
headline.  I had this:

  ;;archiving moves point to the next entry.  however, mapping moves point
  ;;/after/ running this.
  ;;
  ;;it does some kind of save-excursion thing.  try running this on 2
  ;;sequential entries that need archiving without the continue from thing
  ;;below.  it will skip over the second even if you manually move to the
  ;;previous entry.  see org-map-continue-from.
  (when (alpha-org-expired-p)
    (message "want to expire %s" (org-get-heading))
    (when t
      (org-archive-subtree)
      ;;we have to move back.  carsten very kindly added this feature for me.
      ;;beware loops and skips.
      (setq org-map-continue-from (point)))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]