emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ole Myren Rohne <o.m.rohne@fys.uio.no>
To: emacs-orgmode@gnu.org
Subject: Bug: Deep refile doesn't work [7.9.2 (release_7.9.2-561-g6b6330-git @ org-loaddefs.el can not be found!)]
Date: Fri, 2 Nov 2012 10:36:43 +0100	[thread overview]
Message-ID: <7C2B44CF-F22B-464F-A875-2989FA7E5AA6@fys.uio.no> (raw)

Hi,

I expect to be able to C-c C-w, select some node a few levels down inside another file, and my node should land there. Instead I get the message "Please save the buffer to a file before refiling", and the target file is not updated.

I've configured at least two refile-variables that might be relevant,
   org-refile-targets
   org-refile-use-outline-path
see below for details.

Many thanks, Ole

Emacs  : GNU Emacs 24.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
of 2012-08-27 on bob.porkrind.org
Package: Org-mode version 7.9.2 (release_7.9.2-561-g6b6330-git @ org-loaddefs.el can not be found!)

current state:
==============
(setq
org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
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-goto-interface 'outline-path-completion
org-speed-command-hook '(org-speed-command-default-hook
			  org-babel-speed-command-hook)
org-agenda-cleanup-fancy-diary-hook '((lambda nil (goto-char (point-min))
					(save-excursion
					 (while
					  (re-search-forward "^[a-z]" nil t)
					  (goto-char (match-beginning 0))
					  (insert "0:00-24:00 "))
					 )
					(while
					 (re-search-forward "^ [a-z]" nil t)
					 (goto-char (match-beginning 0))
					 (save-excursion
					  (re-search-backward
					   "^[0-9]+:[0-9]+-[0-9]+:[0-9]+ " nil
					   t)
					  )
					 (insert (match-string 0)))
					)
				       )
org-occur-hook '(org-first-headline-recenter)
org-metaup-hook '(org-babel-load-in-session-maybe)
org-clock-into-drawer "LOGBOOK"
org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)
org-confirm-shell-link-function 'yes-or-no-p
org-goto-max-level 3
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-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
org-agenda-custom-commands '(("I" "Import diary from iCal" agenda ""
			       ((org-agenda-mode-hook
				 (lambda nil (org-mac-iCal)))
				)
			       )
			      ("n" "Agenda and all TODO's"
			       ((agenda "") (alltodo)))
			      )
org-default-notes-file "~/Documents/Projects/notes.org"
org-capture-templates '(("t" "Task" entry (file+headline "" "Tasks")
			  "* TODO %?\n  :LOGBOOK:\n  - Started on %U\n  :END:\n  %a")
			 ("j" "Journal" entry
			  (file+datetree "~/Documents/Projects/journal.org")
			  "* %?\n  %u\n  %i\n  %a")
			 )
org-agenda-include-diary t
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-from-is-user-regexp "\\<Ole Myren Rohne\\>"
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 '((lambda nil
		  (org-add-hook (quote change-major-mode-hook)
		   (quote org-show-block-all) (quote append) (quote local))
		  )
		 (lambda nil
		  (org-add-hook (quote change-major-mode-hook)
		   (quote org-babel-show-result-all) (quote append)
		   (quote local))
		  )
		 org-babel-result-hide-spec org-babel-hide-all-hashes
		 turn-on-font-lock turn-on-flyspell)
org-export-allow-BIND t
org-refile-targets '((org-agenda-files :level . 2) (nil :maxlevel . 3))
org-agenda-todo-list-sublevels nil
org-use-speed-commands t
org-export-latex-default-packages-alist '(("T1" "fontenc" t)
					   ("" "fixltx2e" nil)
					   ("" "graphicx" t)
					   ("" "longtable" nil)
					   ("" "float" nil) ("" "wrapfig" nil)
					   ("" "soul" t) ("" "textcomp" t)
					   ("" "marvosym" t) ("" "wasysym" t)
					   ("" "latexsym" t) ("" "amssymb" t)
					   ("" "hyperref" nil)
					   "\\tolerance=1000")
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
			  org-babel-execute-safely-maybe)
org-refile-use-outline-path 'file
org-directory "~/Documents/Projects/"
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-export-latex-format-toc-function 'org-export-latex-format-toc-default
org-log-refile 'time
org-mobile-encryption-tempfile "~/Dropbox/Projects/orgtmpcrypt"
org-export-first-hook '(org-beamer-initialize-open-trackers)
org-export-latex-image-default-option "width=.99\\linewidth"
org-export-preprocess-hook '(org-export-bibtex-preprocess)
org-refile-allow-creating-parent-nodes 'confirm
org-todo-keywords '((sequence "TODO(t!/!)" "NEXT(n!/!)" "STARTED(s!/!)" "|"
		      "DONE(d!/!)")
		     (sequence "WAITING(w@/!)" "SOMEDAY(S!)" "|"
		      "CANCELLED(c@/!)" "PHONE")
		     (sequence "OPEN(O!)" "|" "CLOSED(C!)"))
org-mac-grab-Skim-app-p t
org-timer-default-timer 25
org-beamer-environments-extra '(("tikzpicture" "p" "\\begin{tikzpicture}"
				  "\\end{tikzpicture}")
				 )
org-babel-tangle-lang-exts '(("lisp" . "lisp") ("maxima" . "mac")
			      ("emacs-lisp" . "el"))
org-confirm-elisp-link-function 'yes-or-no-p
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-log-into-drawer t
org-export-preprocess-after-include-files-hook '(org-beamer-set-text-properties)
org-mobile-directory "~/Dropbox/Projects/"
org-babel-load-languages '((emacs-lisp . t) (sh . t) (maxima . t)
			    (gnuplot . t))
org-clock-in-hook '((lambda nil (org-timer-set-timer)))
org-agenda-files '("~/Documents/Projects/")
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-confirm-babel-evaluate nil
org-mobile-inbox-for-pull "~/Dropbox/Projects/from-mobile.org"
)

             reply	other threads:[~2012-11-02  9:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-02  9:36 Ole Myren Rohne [this message]
2012-11-02 18:36 ` Bug: Deep refile doesn't work [7.9.2 (release_7.9.2-561-g6b6330-git @ org-loaddefs.el can not be found!)] Thomas S. Dye
2012-11-02 18:41   ` Ole Rohne

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=7C2B44CF-F22B-464F-A875-2989FA7E5AA6@fys.uio.no \
    --to=o.m.rohne@fys.uio.no \
    --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).