From: James Shuttleworth <csx239@coventry.ac.uk>
To: emacs-orgmode@gnu.org
Subject: Bug: Scatter doubles up on SCHEDULED items [7.4]
Date: Tue, 11 Jan 2011 17:05:41 +0000 [thread overview]
Message-ID: <87mxn7jrq2.wl%csx239@coventry.ac.uk> (raw)
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
next reply other threads:[~2011-01-11 17:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-11 17:05 James Shuttleworth [this message]
2011-01-23 13:35 ` Bug: Scatter doubles up on SCHEDULED items [7.4] David Maus
2011-01-29 14:29 ` Matt Lundin
2011-02-03 14:20 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mxn7jrq2.wl%csx239@coventry.ac.uk \
--to=csx239@coventry.ac.uk \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).