* [Feature Request] Provide a way to jump to noweb reference definition under point
@ 2017-08-13 8:37 numbchild
2017-08-13 16:38 ` Berry, Charles
0 siblings, 1 reply; 4+ messages in thread
From: numbchild @ 2017-08-13 8:37 UTC (permalink / raw)
To: Org-mode
[-- 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 --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Feature Request] Provide a way to jump to noweb reference definition under point
2017-08-13 8:37 [Feature Request] Provide a way to jump to noweb reference definition under point numbchild
@ 2017-08-13 16:38 ` Berry, Charles
2017-08-13 17:02 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Berry, Charles @ 2017-08-13 16:38 UTC (permalink / raw)
To: numbchild@gmail.com; +Cc: Org-mode
You want
,----[ C-h k C-c C-v g ]
| C-c C-v g runs the command org-babel-goto-named-src-block (found in
| org-mode-map), which is an interactive autoloaded compiled Lisp
| function in ‘ob-core.el’.
|
| It is bound to C-c C-v g.
|
| (org-babel-goto-named-src-block NAME)
|
| Go to a named source-code block.
|
| [back]
`----
However, there is a bug in either ~org-next-block~ or ~org-babel-src-block-names~ that causes failure of `org-babel-src-block-names' to pick up the first block when it starts in the first line of a buffer or at ~(point-min)~.
So, for now you need to add a line for C-c C-v g to find that first src block in your example
HTH,
Chuck
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Feature Request] Provide a way to jump to noweb reference definition under point
2017-08-13 16:38 ` Berry, Charles
@ 2017-08-13 17:02 ` Nicolas Goaziou
2017-08-16 6:29 ` numbchild
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2017-08-13 17:02 UTC (permalink / raw)
To: Berry, Charles; +Cc: Org-mode
Hello,
"Berry, Charles" <ccberry@ucsd.edu> writes:
> However, there is a bug in either ~org-next-block~ or
> ~org-babel-src-block-names~ that causes failure of
> `org-babel-src-block-names' to pick up the first block when it starts
> in the first line of a buffer or at ~(point-min)~.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Feature Request] Provide a way to jump to noweb reference definition under point
2017-08-13 17:02 ` Nicolas Goaziou
@ 2017-08-16 6:29 ` numbchild
0 siblings, 0 replies; 4+ messages in thread
From: numbchild @ 2017-08-16 6:29 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Org-mode, Berry, Charles
[-- Attachment #1: Type: text/plain, Size: 718 bytes --]
@Thanks Berry, and Nicolas.
[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/
On Mon, Aug 14, 2017 at 1:02 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:
> Hello,
>
> "Berry, Charles" <ccberry@ucsd.edu> writes:
>
> > However, there is a bug in either ~org-next-block~ or
> > ~org-babel-src-block-names~ that causes failure of
> > `org-babel-src-block-names' to pick up the first block when it starts
> > in the first line of a buffer or at ~(point-min)~.
>
> Fixed. Thank you.
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 1552 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-16 6:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-13 8:37 [Feature Request] Provide a way to jump to noweb reference definition under point numbchild
2017-08-13 16:38 ` Berry, Charles
2017-08-13 17:02 ` Nicolas Goaziou
2017-08-16 6:29 ` numbchild
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).