From: Jonas Bernoulli <jonas@bernoul.li>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode
Date: Sun, 08 Nov 2015 16:48:46 +0100 [thread overview]
Message-ID: <87a8qofq62.fsf@bernoul.li> (raw)
In-Reply-To: <87vb9c7bui.fsf@nicolasgoaziou.fr>
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> `orgstruct-mode' really needs some love.
It's really hard to understand what is going on for someone not familiar
with the Org code. Furthermore I am not using the default Emacs
bindings (but I also tested with emacs -Q), so code that generates
commands and bindings, like `outstruct-setup' does, always makes me
uncomfortable, as it usually isn't flexible enough to deal with heavily
modified bindings.
> Anyway, I pushed a fix for the issue.
Thanks. But could you please change it to
(if (or outline-minor-mode orgstruct-mode)
(call-interactively #'show-children)
...)
`outline-minor-mode' combined with `org-cycle' gives me the feature I
*really* want/need. `orgstruct-mode' sounds like it could be really
useful too, but as I mentioned it doesn't work for me at all. So for
now I would like to stick to just `outline-minor-mode'.
Thanks
Jonas
Ps: I am still not sure whether I am just doing something stupid or why
else `orgstruct-mode' doesn't work for me. So I would apprechiate a
little tutorial starting from emacs -Q that demonstrates what setup
is required and what keys I have to press for things to happen.
next prev parent reply other threads:[~2015-11-08 15:48 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-08 15:02 Using orgstruct-mode (or just org-cycle) in emacs-lisp-mode Jonas Bernoulli
2015-11-08 15:24 ` Nicolas Goaziou
2015-11-08 15:48 ` Jonas Bernoulli [this message]
2015-11-08 17:34 ` Aaron Ecay
2015-11-09 23:40 ` Jonas Bernoulli
2015-11-10 10:54 ` Rasmus
2015-12-01 20:06 ` Thorsten Jolitz
2015-11-08 17:36 ` Jorge A. Alfaro-Murillo
2015-11-09 23:30 ` Jonas Bernoulli
2015-11-14 8:37 ` Nicolas Goaziou
2015-11-18 9:57 ` Jonas Bernoulli
2015-11-19 8:39 ` Nicolas Goaziou
2015-11-19 19:50 ` Jonas Bernoulli
2015-11-19 21:47 ` Rasmus
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a8qofq62.fsf@bernoul.li \
--to=jonas@bernoul.li \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.