From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Handling errors in command line exporting of agenda? Date: Mon, 8 Aug 2011 23:30:41 +0200 Message-ID: References: <4691.1312835858@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqXPb-0006pA-QF for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 17:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqXPa-0002Re-Sr for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 17:31:03 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:63681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqXPa-0002RY-ON for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 17:31:02 -0400 Received: by fxg9 with SMTP id 9so5206948fxg.0 for ; Mon, 08 Aug 2011 14:31:01 -0700 (PDT) In-Reply-To: <4691.1312835858@alphaville.americas.hpqcorp.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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode Hi Nick, On Mon, Aug 8, 2011 at 10:37 PM, Nick Dokos wrote: >> > As far as I know, emacs accepts any wildcard that is valid in the shell. >> > Since all your files are in ~/org, I would say try "~/org/*.org". The >> > '~/org/' limits it to files within your org directory and the '*.org'[1] >> > limits it to all files with a .org extension. > > Not true - if you want wildcards expanded, you have to do it yourself. > E.g. C-h f file-expand-wildcards I should have been more precise. I meant to say in the context of the current function or other functions which _accept_ wildcards as valid arguments. Of course internally they use file-expand-wildcards, easily verified by looking at the source of find-file. :) -- Suvayu Open source is the future. It sets us free.