Re: [Orgmode] Re: Search files in a folder

2010-09-20 Thread Bastien
Matt Lundin writes: > FWIW, here's my elisp function to search all my org files with lgrep: Nice - I added an entry about this in org-hacks.org. Thanks, -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] Re: Search files in a folder

2010-09-14 Thread 노정태
Wow, It works like a magic! Thank you so much. I wrote it to my .emacs. Thank you. Sincerely, Jeongtae 2010/9/14 Matt Lundin > 노정태 writes: > > > Suvayu, I read your comment, and googled about what I can't understand. > > > > In Emacs, M-x grep Filename * does what I want. Thank you. > > >

[Orgmode] Re: Search files in a folder

2010-09-13 Thread Matt Lundin
노정태 writes: > Suvayu, I read your comment, and googled about what I can't understand. > > In Emacs, M-x grep Filename * does what I want. Thank you. > > And now, I want to make it as one elisp command. > > What should I do? Can anybody write a simple script? FWIW, here's my elisp function to s

Re: [Orgmode] Re: Search files in a folder

2010-09-13 Thread 노정태
Suvayu, I read your comment, and googled about what I can't understand. In Emacs, M-x grep Filename * does what I want. Thank you. And now, I want to make it as one elisp command. What should I do? Can anybody write a simple script? Sincerely, Jeongtae. suvayu ali > 2010/9/13 suvayu ali >

Re: [Orgmode] Re: Search files in a folder

2010-09-12 Thread suvayu ali
2010/9/12 노정태 : > Thank you everyone. > > I learned I could do it with grep, but I don't know how to use grep > properly. > grep is one of my favourite *nix tools. :) You can try invoking grep in many ways. these are my most used options, 1. simply search for a regex and show results. grep -

[Orgmode] Re: Search files in a folder

2010-09-12 Thread 노정태
Thank you everyone. I learned I could do it with grep, but I don't know how to use grep properly. Isn't there no way to search files which are not agenda file? Sincerely, Jeongtae 2010/9/13 Matt Lundin > Eric S Fraga writes: > > > On Mon, 13 Sep 2010 04:11:48 +0900, 노정태 wrote: > > > >> I wa

[Orgmode] Re: Search files in a folder

2010-09-12 Thread Matt Lundin
Eric S Fraga writes: > On Mon, 13 Sep 2010 04:11:48 +0900, 노정태 wrote: > >> 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