[Backtrace somehow was not making it into the sent email when pasted.] To: emacs-orgmode@gnu.org Subject: Bug: org-agenda bulk org-agenda-do-date-later [8.2.5 (8.2.5-dist @ /Applications/Emacs.app/Contents/Resources/site-lisp/)] From: rocker --text follows this line-- Users and Devs, The backtrace is attached. I am trying to bulk push org-agenda entries one day later in the agenda using org-agenda-do-date-later. I'm trying to change the timestamp of these tasks. I am not using "SCHEDULED: [timestamp]". .emacs has not been included due to an abundance of personal information. org-agenda-files has been excised due to personal information. What I did: 1. Loaded the org-agenda using "C-c a a". 2. Set the view to day using "d". 3. Went to the day before yesterday (Jan 3, 2014) at the time (Jan 5, 2014) using "b". 4. Marked a done task (to test) for bulk action using "m". 5. Brought up the menu for bulk action using "B". 6. Selected the Function option using "f". 7. Typed "org-agenda-do-date-later" into the echo/evaluation buffer at the bottom of the window and hit return. I expected the marked task to be pushed one day later in the agenda to January 4, 2014. I expected what normally occurs when I press S-. Instead a long error popped up in the echo buffer. Nothing happened in the agenda buffer. The mark remained. A similar bug would appear to have been documented before. http://lists.gnu.org/archive/html/emacs-orgmode/2010-12/msg00742.html Sincerely, Sample Hampton Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-03-12 on bob.porkrind.org Package: Org-mode version 8.2.5 (8.2.5-dist @ /Applications/Emacs.app/Contents/Resources/site-lisp/) current state: ============== (setq org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-confirm-shell-link-function 'yes-or-no-p org-list-allow-alphabetical t org-after-todo-state-change-hook '(org-clock-out-if-current) org-capture-mode-hook '(delete-other-windows) org-from-is-user-regexp "\\" org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-mode-hook '(#[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) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-hide-inline-tasks org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-todo-keywords '((sequence "TODO" "IN PROGRESS" "|" "DONE" "CANCELLED")) org-babel-tangle-lang-exts '(("python" . "py") ("emacs-lisp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-babel-load-languages '((sh . true) (python . true)) org-agenda-files '( //excised due to personal info ) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) )