From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Open all #+INCLUDED:d files? Date: Fri, 12 Dec 2014 12:14:51 +0100 Message-ID: <878uidyv9w.fsf@gmx.us> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzOBd-0004L9-17 for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 06:15:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzOBW-0005JY-QB for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 06:15:04 -0500 Received: from mout.gmx.net ([212.227.15.15]:62152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzOBW-0005I2-FK for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 06:14:58 -0500 In-Reply-To: (Rainer M. Krug's message of "Fri, 12 Dec 2014 10:08:50 +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: rainer@krugs.de Cc: emacs-orgmode@gnu.org Hi, Rainer M Krug writes: > Is there an easy way of opening all INCLUDEd files in an org document, > i.e. a single command or an easy way of doing it via some elisp code? C-c ' and C-c & to return. It even works on this link: #+INCLUDE: "/tmp/t1.org::*foo" For how to do it lisp look at how `org-edit-special', namely the keyword part. Hope it helps, Rasmus -- Send from my Emacs