emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Scatter doubles up on SCHEDULED items [7.4]
@ 2011-01-11 17:05 James Shuttleworth
  2011-01-23 13:35 ` David Maus
  2011-02-03 14:20 ` Bastien
  0 siblings, 2 replies; 4+ messages in thread
From: James Shuttleworth @ 2011-01-11 17:05 UTC (permalink / raw)
  To: emacs-orgmode



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 . "  %-12:c") (search . "  %-12:c"))
 org-deadline-warning-days 30
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-agenda-skip-scheduled-if-done t
 org-agenda-time-grid '((daily today require-timed remove-match) "----------------"
			(900 930 1000 1030 1100 1130 1200 1230 1300 1330 1400 1430 1500 1530 1600 1630
			 1700 1730)
			)
 org-export-latex-after-blockquotes-hook '(org-special-blocks-convert-latex-special-cookies)
 org-log-redeadline t
 org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe
		      org-babel-hide-result-toggle-maybe)
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-confirm-shell-link-function 'yes-or-no-p
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-clock-persist 'history
 org-wl-link-remove-filter t
 org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WAITING(w)" "|" "DONE(d)" "DELEGATED(g)"
		      "DEFERRED(f)" "CANCELLED(c)")
		     )
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-agenda-start-with-follow-mode t
 org-default-notes-file "~/Documents/gtd/lists/gtd.org"
 org-directory "~/Documents/gtd/lists/"
 org-log-reschedule t
 org-tag-alist '(("@WORK" . 119) ("@HOME" . 104) ("@TRAIN" . 116) ("EMAIL" . 101) ("READING" . 114)
		 ("WRITING" . 105) ("CODE" . 99) ("PRINTING" . 112) ("PHONE" . 84) ("ORG" . 111)
		 ("BLOG" . 98) ("FILING" . 102) ("META" . 109) ("JOURNAL" . 106) ("PERSONAL" . 80))
 org-capture-mode-hook '(delete-other-windows)
 org-babel-pre-tangle-hook '(save-buffer)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines
		  org-optimize-window-after-visibility-change)
 org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)
 org-use-speed-commands t
 org-fontify-done-headline t
 org-link-to-org-use-id t
 org-mode-hook '(my-org-mode-setup (lambda nil (flyspell-mode 1))
		 #[nil "\300\301\302\303\304$\207"
		   [org-add-hook change-major-mode-hook org-show-block-all append local] 5]
		 #[nil "\300\301\302\303\304$\207"
		   [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5]
		 org-babel-result-hide-spec org-babel-hide-all-hashes turn-on-font-lock)
 org-toodledo-userid "td4b6e05dab2673"
 org-refile-targets '((org-agenda-files :maxlevel . 1) ("~/Documents/gtd/lists/done.org" :maxlevel . 1))
 org-use-fast-todo-selection 1
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-agenda-start-with-clockreport-mode t
 org-confirm-elisp-link-function 'yes-or-no-p
 org-agenda-mode-hook '(highlight-current-line-minor-mode)
 org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks))
 org-agenda-skip-deadline-if-done t
 org-enforce-todo-dependencies 1
 org-link-mailto-program '(compose-mail "%a" "%s")
 org-insert-mode-line-in-empty-file t
 org-occur-hook '(org-first-headline-recenter)
 org-from-is-user-regexp "\\<James Shuttleworth\\>"
 org-habit-following-days 14
 org-mobile-post-push-hook '(js-dosync)
 org-drawers '("PROPERTIES" "LOGBOOK" "CLOCK")
 org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
 org-agenda-log-mode-items '(closed clock state)
 org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-habit org-irc org-wl
	       org-w3m org-annotate-file org-track)
 org-columns-default-format "%7TODO(State) %50ITEM(Details) %7CATEGORY(CATEGORY) %3PRIORITY(P) %TAGS(Context) %5Effort(Time){:} %8CLOCKSUM{Total} "
 org-track-directory "~/Documents/portables/site-lisp/"
 org-ellipsis 'org-ellipsis
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
			       org-beamer-auto-fragile-frames
			       org-beamer-place-default-actions-for-lists)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-export-blocks '((dot-and-eps org-export-blocks-format-dot-and-eps nil)
		     (src org-babel-exp-src-blocks nil) (comment org-export-blocks-format-comment t)
		     (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil))
 )
--
Dr. James Shuttleworth
Associate Head, CDE
Faculty of Engineering and Computing
Coventry University
02476 888364

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

* Re: Bug: Scatter doubles up on SCHEDULED items [7.4]
  2011-01-11 17:05 Bug: Scatter doubles up on SCHEDULED items [7.4] James Shuttleworth
@ 2011-01-23 13:35 ` David Maus
  2011-01-29 14:29   ` Matt Lundin
  2011-02-03 14:20 ` Bastien
  1 sibling, 1 reply; 4+ messages in thread
From: David Maus @ 2011-01-23 13:35 UTC (permalink / raw)
  To: James Shuttleworth; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 643 bytes --]

At Tue, 11 Jan 2011 17:05:41 +0000,
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.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

* Re: Bug: Scatter doubles up on SCHEDULED items [7.4]
  2011-01-23 13:35 ` David Maus
@ 2011-01-29 14:29   ` Matt Lundin
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Lundin @ 2011-01-29 14:29 UTC (permalink / raw)
  To: David Maus; +Cc: James Shuttleworth, emacs-orgmode

David Maus <dmaus@ictsoc.de> writes:

> At Tue, 11 Jan 2011 17:05:41 +0000,
> 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.

I cannot reproduce this.

James, can you please provide a sample entry on which this behavior occurs.

Also, on that same entry, could you please test whether a normal
rescheduling command, C-c C-s, results in the same behavior.

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

It's a new feature introduced by John Wiegley. To use it, mark one or
more entries in the agenda and type "B S".

Best,
Matt

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

* Re: Bug: Scatter doubles up on SCHEDULED items [7.4]
  2011-01-11 17:05 Bug: Scatter doubles up on SCHEDULED items [7.4] James Shuttleworth
  2011-01-23 13:35 ` David Maus
@ 2011-02-03 14:20 ` Bastien
  1 sibling, 0 replies; 4+ messages in thread
From: Bastien @ 2011-02-03 14:20 UTC (permalink / raw)
  To: James Shuttleworth; +Cc: emacs-orgmode

Hi James,

James Shuttleworth <csx239@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

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

end of thread, other threads:[~2011-02-03 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11 17:05 Bug: Scatter doubles up on SCHEDULED items [7.4] James Shuttleworth
2011-01-23 13:35 ` David Maus
2011-01-29 14:29   ` Matt Lundin
2011-02-03 14:20 ` Bastien

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