From: "numbchild@gmail.com" <numbchild@gmail.com>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: [Feature Request] Provide a way to jump to noweb reference definition under point
Date: Sun, 13 Aug 2017 16:37:13 +0800 [thread overview]
Message-ID: <CAL1eYuJgjesXqnRs9t_zG_AVBfwyx7LJ6jrDw2q-wMA+Qa2w-Q@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 990 bytes --]
For example I have an Org buffer like this:
```org
#+NAME: define food-journal
#+BEGIN_SRC clojure
(def food-journal
[{:month 1 :day 1 :human 5.3 :critter 2.3}
{:month 1 :day 2 :human 5.1 :critter 2.0}
{:month 2 :day 1 :human 4.9 :critter 2.1}
{:month 2 :day 2 :human 5.0 :critter 2.5}
{:month 3 :day 1 :human 4.2 :critter 3.3}
{:month 3 :day 2 :human 4.0 :critter 3.8}
{:month 4 :day 1 :human 3.7 :critter 3.9}
{:month 4 :day 2 :human 3.7 :critter 3.6}])
#+END_SRC
#+BEGIN_SRC clojure
<<define food-journal>>
(take-while #(< (:month %) 3) food-journal)
#+END_SRC
```
The point is at `<<define food-journal>>`. Hope org-mode can provide and
shortcut to jump to noweb reference definition `#+NAME: define
food-journal`.
[stardiviner] <Hack this world!> GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
[-- Attachment #2: Type: text/html, Size: 3259 bytes --]
next reply other threads:[~2017-08-13 8:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-13 8:37 numbchild [this message]
2017-08-13 16:38 ` [Feature Request] Provide a way to jump to noweb reference definition under point Berry, Charles
2017-08-13 17:02 ` Nicolas Goaziou
2017-08-16 6:29 ` numbchild
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAL1eYuJgjesXqnRs9t_zG_AVBfwyx7LJ6jrDw2q-wMA+Qa2w-Q@mail.gmail.com \
--to=numbchild@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).