From: Eduardo Ochs <eduardoochs@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Moving my init.el to Org
Date: Sat, 6 Sep 2014 06:26:39 -0300 [thread overview]
Message-ID: <CADs++6gqogY+4EijwC5s1d4bUFG-vXP1_neMCG_Y6PRyEtHgHg@mail.gmail.com> (raw)
In-Reply-To: <878ulxbgzm.fsf@gmail.com>
Hi all, I hope you don't mind me jumping into this thread to ask an
org-beginner question...
My .emacs is about 15000 lines long, and that's fine for me because I
have "anchors" at some points of it, and an index at the top, and
convenient ways to jump quickly to any anchors. If anyone is curious,
here are some links - my package that implements those things is
called eev.
http://angg.twu.net/.emacs.html
http://angg.twu.net/eev-intros/find-eval-intro.html
http://angg.twu.net/eev-intros/find-anchors-intro.html
http://angg.twu.net/#eev
I know that Org implements something similar to that, but I don't know
how to use it. This sexp, when executed,
(find-angg ".emacs" "unquote-printable")
Jumps to the first occurrence of the string "<<unquote-printable>>" in
my ~/.emacs - in the htmlized version, the target of that sexp is:
http://angg.twu.net/.emacs.html#unquote-printable
So, questions:
1) what is the user-ish way to create a link in Org to the first
occurrence of the string "<<unquote-printable>>" in ~/.emacs?
2) I know that Org lets users implement new kinds of hyperlinks. If
the syntax for doing what I asked in (1) is too clumsy, how do we
implement a better syntax?
3) The
(find-angg ".emacs" "unquote-printable")
calls my functions to visit a file and jump to a position. How can
I jump to that position using Org's functions *from Lisp*? Or,
better, how do we write sexps to expose what Org does? My guess is
that that would be done be several sexps, more or less like this
pseudocode:
(org-hyperlink-method-and-args "file:///~/.emacs#<<unquote-printable>>")
;; --> (file-and-anchor "~/.emacs" "<<unquote-printable>>")
(org-hyperlink-do 'file-and-anchor "~/.emacs" "<<unquote-printable>>")
Thanks in advance! =)
Eduardo Ochs
eduardoochs@gmail.com
http://angg.twu.net/#eev
On Fri, Sep 5, 2014 at 11:49 PM, Thorsten Jolitz <tjolitz@gmail.com> wrote:
> Marcin Borkowski <mbork@wmi.amu.edu.pl> writes:
>
>> Hi,
>>
>> and thanks for all the great replies!
>>
>> I ended up using orgstruct mode, which is probably the simplest one,
>> and (AFAIU) it will enable me to switch easily to outshine if (when?)
>> orgstruct is not enough for me.
>>
>> And now there's another problem: I'd like to have my init file
>> collapsed to only headlines on opening. Since I visit my init file
>> through a custom command (which finds it and turns on orgstruct), I
>> don't need to use file local variables for that - I just need a
>> command to do it. So:
>>
>> how do I (programmatically, in elisp) collapse the view of
>> an orgstruct .el file?
>
> Try 'org-overview'. Both, 'org-overview' and 'show-all' work
> with outshine too, so they should work with org-struct.
>
> --
> cheers,
> Thorsten
>
>
next prev parent reply other threads:[~2014-09-06 9:26 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-31 8:37 Moving my init.el to Org Marcin Borkowski
2014-08-31 9:20 ` Thorsten Jolitz
2014-08-31 10:05 ` Thorsten Jolitz
2014-08-31 12:45 ` Alan Schmitt
2014-08-31 14:12 ` Thorsten Jolitz
2014-09-01 20:27 ` Alan Schmitt
2014-09-01 21:24 ` Thorsten Jolitz
2014-09-02 8:20 ` Alan Schmitt
2014-09-02 9:22 ` Thorsten Jolitz
2014-08-31 10:37 ` Rasmus
2014-08-31 12:41 ` Grant Rettke
2014-09-01 1:24 ` Brady Trainor
2014-09-01 15:27 ` Oleh
2014-09-02 9:01 ` Rainer M Krug
2014-09-02 12:42 ` Rasmus
2014-09-02 12:52 ` Jonathan Leech-Pepin
2014-09-03 6:49 ` Rainer M Krug
2014-09-03 11:17 ` Oleh
2014-09-03 11:48 ` Rainer M Krug
2014-09-05 14:27 ` Marcin Borkowski
2014-09-06 2:49 ` Thorsten Jolitz
2014-09-06 9:26 ` Eduardo Ochs [this message]
2014-09-06 10:10 ` Thorsten Jolitz
2014-10-30 10:19 ` OrgStruct: start with collapsed view (was: Moving my init.el to Org) Karl Voit
2014-10-30 10:32 ` OrgStruct: start with collapsed view Rasmus
2014-10-30 12:41 ` Thorsten Jolitz
2014-10-31 22:10 ` Scott Randby
2014-11-01 10:16 ` Karl Voit
2014-11-01 10:44 ` Thorsten Jolitz
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=CADs++6gqogY+4EijwC5s1d4bUFG-vXP1_neMCG_Y6PRyEtHgHg@mail.gmail.com \
--to=eduardoochs@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).