From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: Re: Keeping metadata/notes about files and directories Date: Wed, 24 Sep 2014 08:55:01 +0200 Message-ID: <878ul9a56g.fsf@grothesque.org> References: <87oau68nnc.fsf@grothesque.org> <877g0u83ej.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWgU8-0002Td-RR for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 02:55:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWgU1-0007Uf-1X for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 02:55:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:33166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWgU0-0007Sv-RA for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 02:55:24 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XWgTu-0003rH-Bd for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 08:55:18 +0200 Received: from dra38-5-82-246-248-175.fbx.proxad.net ([82.246.248.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 08:55:18 +0200 Received: from christoph by dra38-5-82-246-248-175.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 08:55:18 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Darlan Cavalcante Moreira wrote: > See the custom commands for the agenda in the manual. You can create a > command to do a search in specific files. Indeed! That’s great, I didn’t know that this is possible. The custom agenda commands of type “search” also support more complex searches like “-{author:.*burkov} semimetal”. This solves my searching problem rather well. Does org mode support such advanced searches also in other places? It doesn’t seem to be possible for “sparse tree” views of a single file. > Of course you would need to change this custom command definition if > you add more files, but with the idea of using one file per year from > the other thread that means updating the custom command only once an > year. This is no problem at all, it could be even automatized. > I didn't test this so see how searching in all of these files scale > when compared to searching in one big file, but I imagine it would be > faster. If speed ever becomes a problem, I’ll see what can be done about it.