From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Penny Subject: Include file relative path Date: Mon, 30 Dec 2019 19:17:19 -0800 (PST) Message-ID: <5e0abdbf.1c69fb81.57af3.c1ce@mx.google.com> Content-Type: text/plain; charset=utf8 Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34076) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1im828-00031Q-8D for emacs-orgmode@gnu.org; Mon, 30 Dec 2019 22:17:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1im826-0005wF-9k for emacs-orgmode@gnu.org; Mon, 30 Dec 2019 22:17:24 -0500 Received: from mail-ot1-x334.google.com ([2607:f8b0:4864:20::334]:40085) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1im826-0005tF-4T for emacs-orgmode@gnu.org; Mon, 30 Dec 2019 22:17:22 -0500 Received: by mail-ot1-x334.google.com with SMTP id w21so40950571otj.7 for ; Mon, 30 Dec 2019 19:17:21 -0800 (PST) Received: from Steven-PC ([2605:6000:7fc0:12:ac34:24e7:beff:6651]) by smtp.gmail.com with ESMTPSA id a65sm16505764otb.68.2019.12.30.19.17.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Dec 2019 19:17:19 -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-orgmode@gnu.org The Org Mode section on including files: https://orgmode.org/manual/Include-files.html seems to be missing a detail. It appears that relative paths are allowed, I assume they would be relative to the directory of the parent file. That is to say if I have file "monday.org" including file "sunday.org", and they are in the same folder, then I could use this syntax: #+INCLUDE: "sunday.org" Is that correct?