Re: [Orgmode] Bug: Scatter doubles up on SCHEDULED items [7.4]

2011-02-03 Thread Bastien
Hi James,

James Shuttleworth csx...@coventry.ac.uk writes:

 Hi,
   I love the idea of the new bulk scatter command, but it's giving me
   a problem.  When used, it adds an extra SCHEDULED item to entries
   rather than change the current one.  Maybe this is expected
   behaviour and I just don't get it, but I don't think so.  

   If I can give any more information that might be useful, I'm happy
   to.

Make sure the SCHEDULED keyword appears on the line right after the
entry itself -- like:

* My entry
  SCHEDULED: 2011-02-03 jeu.

When people put text between the heading and the SCHEDULED cookie,
rescheduling will be confused.  

HTH,

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Bug: Scatter doubles up on SCHEDULED items [7.4]

2011-01-23 Thread David Maus
At Tue, 11 Jan 2011 17:05:41 +,
James Shuttleworth wrote:



 Hi,
   I love the idea of the new bulk scatter command, but it's giving me
   a problem.  When used, it adds an extra SCHEDULED item to entries
   rather than change the current one.  Maybe this is expected
   behaviour and I just don't get it, but I don't think so.

   If I can give any more information that might be useful, I'm happy to.

What do I have to do to reproduce the problem?  I don't understand
what bulk scatter command actually refers to.

Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. dm...@ictsoc.de


pgpOdIN86kKlC.pgp
Description: PGP signature
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Bug: Scatter doubles up on SCHEDULED items [7.4]

2011-01-11 Thread James Shuttleworth


Hi,
  I love the idea of the new bulk scatter command, but it's giving me
  a problem.  When used, it adds an extra SCHEDULED item to entries
  rather than change the current one.  Maybe this is expected
  behaviour and I just don't get it, but I don't think so.  

  If I can give any more information that might be useful, I'm happy to.

  Thanks for org and thanks in advance for any help with this!

Regards,

James


Emacs  : GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.0)
 of 2009-09-27 on palmer, modified by Debian
Package: Org-mode version 7.4

current state:
==
(setq
 org-log-done 'time
 org-clock-in-switch-to-state STARTED
 org-agenda-skip-scheduled-if-deadline-is-shown t
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-speed-command-hook '(org-speed-command-default-hook 
org-babel-speed-command-hook)
 org-agenda-custom-commands '((H Personal/home list tags @HOME|PERSONAL)
  (D Daily Action List
   ((agenda 
 ((org-agenda-ndays 1)
  (org-agenda-sorting-strategy
   (quote ((agenda time-up priority-down 
tag-up
  (org-deadline-warning-days 2))
 )
)
   )
  (s Started Tasks todo STARTED
   ((org-agenda-todo-ignore-scheduled nil)
(org-agenda-todo-ignore-deadlines nil)
(org-agenda-todo-ignore-with-date nil))
   )
  (w Tasks waiting on something todo WAITING 
nil)
  (A Tasks to be Archived todo 
DONE|CANCELLED|DELEGATED nil)
  (r Weekly Review
   ((agenda  ((org-agenda-ndays 7))) (tags 
CATEGORY=\Project\)
(tags CATEGORY=\Someday\) (todo WAITING))
   )
  (j Journal tags CATEGORY=\Journal\)
  (S Someday tags CATEGORY=\Someday\))
 org-agenda-files ~/Documents/gtd/lists/agendas
 org-agenda-include-diary t
 org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
 org-agenda-tags-column -120
 org-habit-show-habits-only-for-today nil
 org-babel-load-languages '((R . t) (ditaa . t) (dot . t) (emacs-lisp . t) 
(gnuplot . t) (haskell)
(ocaml) (python . t) (ruby) (screen) (sh . t) (sql) 
(sqlite . t))
 org-clock-into-drawer CLOCK
 org-agenda-entry-text-exclude-regexps '(.* - State.* Added:.*$ 
\\[\\[.*\\]\\])
 org-fontify-whole-heading-line t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-capture-templates '((t Todo entry (file+headline 
~/Documents/gtd/lists/gtd.org Tasks)
  * TODO %? %^G\n  Added: %U\n  SCHEDULED: %t\n  %i)
 (w Waiting entry (file+headline 
~/Documents/gtd/lists/gtd.org Waiting)
  * WAITING %?\nAdded: %U\n  %i)
 (j Journal entry
  (file+headline ~/Documents/gtd/lists/journal.org 
Journal)
  * %U %?:JOURNAL:\n\n)
 (T Todo (Linked) entry
  (file+headline ~/Documents/gtd/lists/gtd.org 
Tasks)
  * TODO %? %^G\n  Added: %U\n  SCHEDULED: %t\n  %i\n  
%a)
 (W Waiting (Linked) entry
  (file+headline ~/Documents/gtd/lists/gtd.org 
Waiting)
  * WAITING %?\nAdded: %U\n  %i\n  %a)
 (J Journal (Linked) entry
  (file+headline ~/Documents/gtd/lists/journal.org 
Journal)
  * %U %?:JOURNAL:\n\n  %i\n  %a)
 (s Someday... entry
  (file+headline ~/Documents/gtd/lists/gtd.org 
Someday) * %U %?\n\n %i\n)
 (f New file entry table-line (id 
0954865d-8062-4d88-a999-6d656365aa7c)
  )
 )
 org-export-preprocess-after-blockquote-hook 
'(org-special-blocks-make-special-cookies)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-babel-tangle-lang-exts '((python . py) (emacs-lisp . el))
 org-speed-commands-user '((s . org-toodledo-sync-task) (N . 
org-narrow-to-subtree) (W . widen)
   (A . org-attach) (P . org-set-property))
 org-agenda-start-with-log-mode t

 org-export-html-after-blockquotes-hook 
'(org-special-blocks-convert-html-special-cookies)
 org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
 org-agenda-prefix-format '((agenda .   %-18:c%?-12t% s) (timeline .   % s) 
(todo .   %-12:c)
(tags .