From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: easy way to open include files Date: Thu, 8 Feb 2018 15:20:26 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejfZO-0002uV-6d for emacs-orgmode@gnu.org; Thu, 08 Feb 2018 01:20:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejfZN-0007VO-Ap for emacs-orgmode@gnu.org; Thu, 08 Feb 2018 01:20:30 -0500 Received: from mail-lf0-x22a.google.com ([2a00:1450:4010:c07::22a]:40897) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejfZM-0007Uo-SO for emacs-orgmode@gnu.org; Thu, 08 Feb 2018 01:20:29 -0500 Received: by mail-lf0-x22a.google.com with SMTP id i24so1659855lfc.7 for ; Wed, 07 Feb 2018 22:20:28 -0800 (PST) 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" To: emacs-org list Hi, Is there any function / key bindings to open a included file? Let's say we have a.org which has: * headline #+INCLUDE: |b.org and we are at "|", which indicates a cursor position. How can I easily open "b.org"? -- yashi