From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: Simple in-buffer links? Date: Mon, 09 Feb 2015 07:07:51 -0500 Message-ID: <87mw4nuw2w.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKn86-0006XL-3a for emacs-orgmode@gnu.org; Mon, 09 Feb 2015 07:07:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKn85-0000IT-7l for emacs-orgmode@gnu.org; Mon, 09 Feb 2015 07:07:54 -0500 Received: from mail-yh0-x22d.google.com ([2607:f8b0:4002:c01::22d]:47540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKn85-0000IL-2Y for emacs-orgmode@gnu.org; Mon, 09 Feb 2015 07:07:53 -0500 Received: by mail-yh0-f45.google.com with SMTP id a41so7246018yho.4 for ; Mon, 09 Feb 2015 04:07:52 -0800 (PST) In-Reply-To: (Lawrence Bottorff's message of "Sun, 8 Feb 2015 23:20:24 -0500") 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: Lawrence Bottorff Cc: emacs-orgmode@gnu.org Hi Lawrence, Welcome to org-mode! I think what you're looking for is footnote funcationality[1]. To get started, just use `C-c C-x f' in your orgmode document. Then use it again to go back to where you were. There's more you can do and the page I've cited will get you started. HTH, - Tory Lawrence Bottorff writes: > I'm a beginner and I can't figure out how to build a simple link. All > I want to do is have numbered footnotes throughout my org file that, > when clicked, jump down to that footnote. Eg: > > -- This is in my org file and I'm describing Emacs fill (1). You can > also do auto-fill (2) > > . > . > . > > (1) A fill is text formatting to look like a block. > (2) Auto-fill sets fill for the whole life of the buffer. > > This is all I want to do. I might also like these footnote > elaborations at the bottom to be in another location (another file). > > LB Footnotes: [1] http://orgmode.org/manual/Footnotes.html