Hi Tassilo! I am having the same problem. I understood the manual it in the same way you did. I also found out, that if I enter file as the value for that variable... and then check again what is assigned to it... it shows the path to my .emacs file! In other words... it interpretes file as the file I am in when customizing, instead of the word file. If I set it to "file" => I get the same as if set to "t" ...I think that is the same problem you have. Greetings, Eraldo On Wed, Apr 1, 2009 at 09:56, Tassilo Horn wrote: > Hi all, > > the docs state: > > ,----[ C-h v org-refile-use-outline-path RET ] > | org-refile-use-outline-path is a variable defined in `org.el'. > | Its value is t > | > | Documentation: > | Non-nil means, provide refile targets as paths. > | So a level 3 headline will be available as level1/level2/level3. > | When the value is `file', also include the file name (without directory) > | into the path. When `full-file-path', include the full file path. > `---- > > With the current setting t I get completions like > > head1/head2 (file1.org) > > which is nice, but I'd prefer > > file1.org/head1/head2 > > To me the docs sound like 'file would do that and the customize option > strengthen this by saying "Start with file". Unfortunately, then I get > completions like > > file1.org/ (file1.org) > > with no headlines at all. > > I'm using a current git version on Emacs 23. > > Bye, > Tassilo > > > > _______________________________________________ > 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 >