From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Problems with org-docview Date: Thu, 03 Dec 2009 10:13:31 -0500 Message-ID: <87bpig5bvo.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGDNG-00041z-Pt for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 10:13:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGDNC-0003xC-Hm for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 10:13:42 -0500 Received: from [199.232.76.173] (port=35780 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGDNC-0003wu-Ai for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 10:13:38 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:39257) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGDNC-0007m8-3Z for emacs-orgmode@gnu.org; Thu, 03 Dec 2009 10:13:38 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id A01E9C6216 for ; Thu, 3 Dec 2009 10:13:37 -0500 (EST) Received: from archeee (unknown [99.190.82.224]) by mail.messagingengine.com (Postfix) with ESMTPSA id 2D2764A43BB for ; Thu, 3 Dec 2009 10:13:37 -0500 (EST) 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: Org Mode I notice that org-docview.el was added to the repo on November 28 or thereabouts. I'm experiencing a few problems with it. When calling the agenda for the first time after starting up org-mode, I get the following message: ,---- | Problems while trying to load feature `org-docview' `---- In addition, org-docview stores links to pdf files as absolute paths, regardless of the setting of org-link-file-path-type. E.g, with org-link-file-path-type set to relative, the resulting link remains an absolute path: ,---- | [[docview:/home/matt/general.pdf::4][/home/matt/general.pdf]] `---- Thanks, Matt