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
[EMAIL PROTECTED]

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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to