From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Bug: (org-attach-dir) doesn't honor ATTACH_DIR_INHERIT Date: Sun, 21 Feb 2010 23:35:45 +0100 Message-ID: <51b0095d1002211435w10561193yfd2dd49934b261a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjKP5-00024V-CN for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 17:35:55 -0500 Received: from [140.186.70.92] (port=38932 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjKP3-00024N-MT for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 17:35:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NjKP1-0001rg-8K for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 17:35:53 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:64960) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjKP0-0001rX-H9 for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 17:35:51 -0500 Received: by fxm5 with SMTP id 5so1934405fxm.9 for ; Sun, 21 Feb 2010 14:35:45 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hi, given the following test document, calling (org-attach-dir) when in b should give '/tmp' ; currently the result is nil, which breaks C-c C-a f. Cheers, Nicolas ======= * a :PROPERTIES: :ATTACH_DIR: /tmp :END: ** b :PROPERTIES: :ATTACH_DIR_INHERIT: t :END: