[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Org-mode outside Org-mode
From: |
Eric Schulte |
Subject: |
Re: [O] Org-mode outside Org-mode |
Date: |
Sat, 06 Apr 2013 19:05:58 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Thorsten Jolitz <address@hidden> writes:
> Samuel Wales <address@hidden> writes:
>
> Hi Samuel,
>
>> IIUC, I don't think this is related. The idea is not to edit source
>> code in Org buffers, and it is not to use a Navi buffer or to do
>> navigation.
>>
>> The idea is to be in my-lisp.el, and do C-c ', and get to a canonical
>> entry in my-org.org, then do C-c ' again and get back to my-lisp.el.
>>
That could be handy. For jumping back and for by function name, the
following simple implementation might be sufficient. It relies on file
local variables to know which src and Org-mode files are related to each
other.
org-src-jump.el
Description: application/emacs-lisp
Cheers,
--
Eric Schulte
http://cs.unm.edu/~eschulte
- Re: [O] Org-mode outside Org-mode, Samuel Wales, 2013/04/03
- Re: [O] Org-mode outside Org-mode, Thorsten Jolitz, 2013/04/04
- Re: [O] Org-mode outside Org-mode, Samuel Wales, 2013/04/04
- Re: [O] Org-mode outside Org-mode, Samuel Wales, 2013/04/11
- Re: [O] Org-mode outside Org-mode, Thorsten Jolitz, 2013/04/12
- Re: [O] Org-mode outside Org-mode, Samuel Wales, 2013/04/13
- Re: [O] Org-mode outside Org-mode, Thorsten Jolitz, 2013/04/27