From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subhasis Ray Subject: Bug: C-C C-W (refile) makes copy when invoked in Agenda view Date: Wed, 16 Apr 2014 10:50:32 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bf0d6c0873b1404f7221419 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaIHG-0000Qw-WF for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 01:20:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaIHF-0007mi-D6 for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 01:20:54 -0400 Received: from mail-vc0-x229.google.com ([2607:f8b0:400c:c03::229]:51667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaIHF-0007me-7s for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 01:20:53 -0400 Received: by mail-vc0-f169.google.com with SMTP id ik5so10222102vcb.14 for ; Tue, 15 Apr 2014 22:20:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --047d7bf0d6c0873b1404f7221419 Content-Type: text/plain; charset=UTF-8 Hi, I encounter the issue as described here: http://lists.gnu.org/archive/html/emacs-orgmode/2013-09/msg01284.html More specifically, it copies the task in stead of moving it when I press C-c C-w while creating a task, but if I quit emacs and press C-c C-w on an existing entry in my agenda buffer, it moves, not copies. Emacs : GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-01-02 on king, modified by Debian Package: Org-mode version 8.2.5h (8.2.5h-19-g0ceb68-elpa @ /home/subha/.emacs.d/elpa/org-20140210/) 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-priority-faces '((0 . "red")) org-confirm-shell-link-function 'yes-or-no-p org-default-notes-file "~/Documents/org/notes.org" org-capture-templates '(("n" "Note" entry (file "~/Documents/org/notes.org") "") ("t" "Tasks" entry (file+headline "~/Documents/org/todo.org" "Unsorted") "* TODO %?\n Added:%U\n\n") ) org-after-todo-state-change-hook '(org-clock-out-if-current) org-from-is-user-regexp nil 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-latex-to-mathml-jar-file "/home/subha/lib/mathtoweb.jar" 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-refile-targets '((org-agenda-files :maxlevel . 9) ) org-outline-path-complete-in-steps nil org-latex-to-mathml-convert-command "java -jar %j -unicode -force -df %o %I" org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-refile-use-outline-path t org-directory "~/Documents/org" 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-refile-allow-creating-parent-nodes 'confirm org-modules '(org-bbdb org-bibtex org-docview org-gnus org-habit org-info org-irc org-mhe org-rmail org-w3m org-panel org-secretary) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-completion-use-ido t org-agenda-files '("~/Documents/org/notes.org" "~/Documents/org/todo.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) ) Best, - Subhasis --047d7bf0d6c0873b1404f7221419 Content-Type: text/html; charset=UTF-8
Hi,
I encounter the issue as described here:
http://lists.gnu.org/archive/html/emacs-orgmode/2013-09/msg01284.html

More specifically, it copies the task in stead of moving it when I press C-c C-w while creating a task, but if I quit emacs and press C-c C-w on an existing entry in my agenda
buffer, it moves, not copies.


Emacs : GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
of 2014-01-02 on king, modified by Debian
Package: Org-mode version 8.2.5h (8.2.5h-19-g0ceb68-elpa @ /home/subha/.emacs.d/elpa/org-20140210/)

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-priority-faces '((0 . "red"))
org-confirm-shell-link-function 'yes-or-no-p
org-default-notes-file "~/Documents/org/notes.org"
org-capture-templates '(("n"
"Note"
entry
(file
"~/Documents/org/notes.org")
"")
("t"
"Tasks"
entry
(file+headline "~/Documents/org/todo.org" "Unsorted")
"* TODO %?\n Added:%U\n\n")
)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-from-is-user-regexp nil
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-latex-to-mathml-jar-file "/home/subha/lib/mathtoweb.jar"
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-refile-targets '((org-agenda-files :maxlevel . 9)
)
org-outline-path-complete-in-steps nil
org-latex-to-mathml-convert-command "java -jar %j -unicode -force -df %o %I"
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
org-refile-use-outline-path t
org-directory "~/Documents/org"
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-refile-allow-creating-parent-nodes 'confirm
org-modules '(org-bbdb org-bibtex
org-docview org-gnus
org-habit org-info
org-irc org-mhe
org-rmail org-w3m
org-panel
org-secretary)
org-confirm-elisp-link-function 'yes-or-no-p
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-completion-use-ido t
org-agenda-files '("~/Documents/org/notes.org" "~/Documents/org/todo.org")
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
)

Best,
- Subhasis
--047d7bf0d6c0873b1404f7221419--