Re: [Orgmode] Search files in a folder

2010-09-12 Thread suvayu ali
On 12 September 2010 12:31, Eric S Fraga wrote: > maybe org-mode does not but of course emacs does: M-x grep RET > or M-x occur RET Probably doesn't do as neatly as occur or grep, but the OP can get a sparse tree based on a regex search. `C-c / / ' -- Suvayu Open source is the future. It sets

Re: [Orgmode] Search files in a folder

2010-09-12 Thread Eric S Fraga
On Mon, 13 Sep 2010 04:11:48 +0900, 노정태 wrote: > > [1 ] > [1.1 ] > Hello. > > I want to search org files in my /org folder. > But I can't find a command to search files wholly. > C-c a s (org-search-view) does search only with headline. > I can't search the contents of my org files with just o

[Orgmode] Search files in a folder

2010-09-12 Thread 노정태
Hello. I want to search org files in my /org folder. But I can't find a command to search files wholly. C-c a s (org-search-view) does search only with headline. I can't search the contents of my org files with just one command. Does Org-mode have the function what I'm looking for? __