From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trey Jackson Subject: org-refile gets the level wrong Date: Thu, 14 Aug 2008 10:51:28 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTgz2-0003OF-Hg for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 13:51:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTgz0-0003MZ-Gw for Emacs-orgmode@gnu.org; Thu, 14 Aug 2008 13:51:35 -0400 Received: from [199.232.76.173] (port=43438 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTgz0-0003MI-Ah for Emacs-orgmode@gnu.org; Thu, 14 Aug 2008 13:51:34 -0400 Received: from wx-out-0506.google.com ([66.249.82.229]:34054) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTgz0-0002FJ-0Y for Emacs-orgmode@gnu.org; Thu, 14 Aug 2008 13:51:34 -0400 Received: by wx-out-0506.google.com with SMTP id h28so325035wxd.24 for ; Thu, 14 Aug 2008 10:51:31 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org All, Just started using org (6.06b). I've got .emacs customization: (setq org-log-done t) (setq org-directory "~/org/") (setq org-agenda-files (list "~/org/orgTutorial.org")) (setq org-default-notes-file "~/org/orgTutorial.org") (setq org-return-follows-link t) (setq org-blank-before-new-entry '((heading . t) (plain-list-item . nil))) And I've got a file that looks like this: ,---------------- | #+STARTUP: showstars | #+STARTUP: hidestars | #+STARTUP: odd | #+STARTUP: oddeven | | * first header | | * second header | *** TODO thing to refile `---------------- On the 'TODO' item I run M-x org-refile and when prompted enter 'first header' After refiling it looks like: ,---------------- | * first header | ** TODO thing to refile | | * second header `---------------- Note there are only two asterisks. Is this expected behavior? Or a bug? thanks, TJ -- Trey Jackson bigfaceworm@gmail.com "Rule number one: don't inhale water." -- Daniel Russell