emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] org-refile gets the level wrong


From: Trey Jackson
Subject: [Orgmode] org-refile gets the level wrong
Date: Thu, 14 Aug 2008 10:51:28 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.1 (gnu/linux)

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
address@hidden

"Rule number one: don't inhale water."
-- Daniel Russell




reply via email to

[Prev in Thread] Current Thread [Next in Thread]