Re: [O] Select a region and archive

2012-10-24 Thread Bastien
Hi Chris, Chris Henderson writes: > I am trying to select a region and archive it. At the moment it only > archives where the cursor is. This is what I am doing: > > - select a region - ctrl- and C-e to go the end of the line. > - archive - C-c C-x C-x (setq org-loop-over-headlines-in-active-re

[O] Select a region and archive

2012-10-17 Thread Chris Henderson
I am trying to select a region and archive it. At the moment it only archives where the cursor is. This is what I am doing: - select a region - ctrl- and C-e to go the end of the line. - archive - C-c C-x C-x Thanks.