From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: columnview with #+INCLUDE:, org-export-org? Date: Mon, 12 Mar 2012 10:40:44 +0000 Message-ID: <87k42qxftf.fsf@gmail.com> Reply-To: Myles English Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S72cK-0007UP-TR for emacs-orgmode@gnu.org; Mon, 12 Mar 2012 06:36:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S72cF-0002xm-Ne for emacs-orgmode@gnu.org; Mon, 12 Mar 2012 06:36:40 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:38996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S72cF-0002xK-Ek for emacs-orgmode@gnu.org; Mon, 12 Mar 2012 06:36:35 -0400 Received: by werj55 with SMTP id j55so3838642wer.0 for ; Mon, 12 Mar 2012 03:36:32 -0700 (PDT) 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 Mode Hello, I would like to capture the columnview of a file including the view of an org file specified using #+INCLUDE. These includes are currently only expanded during export so I am thinking maybe I should export to a temporary org buffer first and then do a columnview on the temporary buffer. Has anyone else already solved this problem? In particular, has anyone already done org-export-org? Any other comments, as I don't really know my way around the code too well yet. Thanks, Myles