From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Using org-mode as a personal help desk tool Date: Mon, 20 Jun 2016 11:44:53 -0500 Message-ID: References: <871t3sne87.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF2Jk-0005GD-Vf for emacs-orgmode@gnu.org; Mon, 20 Jun 2016 12:44:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF2Jj-000882-PG for emacs-orgmode@gnu.org; Mon, 20 Jun 2016 12:44:56 -0400 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:33827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF2Jj-00087x-LD for emacs-orgmode@gnu.org; Mon, 20 Jun 2016 12:44:55 -0400 Received: by mail-vk0-x232.google.com with SMTP id t129so203045203vka.1 for ; Mon, 20 Jun 2016 09:44:55 -0700 (PDT) In-Reply-To: <871t3sne87.fsf@ericabrahamsen.net> 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" To: Eric Abrahamsen Cc: emacs-orgmode On Mon, Jun 20, 2016 at 9:10 AM, Eric Abrahamsen wrote: > Roland Everaert writes: > >> Hi, >> >> I am working as a sysadmin, In the organization, we use 2 tools to >> keep track of requests sent by the customers/users. As you can expect, >> those tools are not meant to be used to track all the gritty details >> of a sysadmin's job. [snip] >> 4. Being able to search for a particular aspect or getting a list of >> them and access it. > > I actually don't think there's any built-in way of searching files in an > org-attach directory. > I wasn't familiar with org-attach. Seeing the gist of it, and with dir creation handled, what about updating org-agenda-files with the new files (script or something), or just defining a top level dir to search: - http://stackoverflow.com/questions/11384516/how-to-make-all-org-files-under-a-folder-added-in-agenda-list-automatically If this could be done, a file tag matching the directory name could perhaps be used. Or just match the file name to something related to the customer/user (in my standard agenda search you just see the name of the file and the tags, not the parent dir name). Just an idea. John