From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: feature request: export page of pdf in latex Date: Sun, 23 Feb 2014 21:55:17 +0100 Message-ID: <8761o5h7m2.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHgAF-0003z8-A0 for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 16:00:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHgA7-0005os-VN for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 16:00:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:51721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHgA7-0005nw-9N for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 16:00:35 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WHg9b-0003Aw-G0 for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 22:00:33 +0100 Received: from 94.116.156.193 ([94.116.156.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 22:00:03 +0100 Received: from andreas.leha by 94.116.156.193 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 22:00:03 +0100 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 Hi all, there is the nice functionality in docview links, where [[docview:papers/last.pdf::2]] will open the second page of the given pdf. Would it be hard to make [[file:papers/last.pdf::2]] export the second page of the pdf to latex? I.e. to export to something like \includegraphics[page=2]{papers/last.pdf}? Regards, Andreas