Aha! I put myself to this with a fresh mind today and can see
where I went
wrong. My environment was at fault and I blame this on a
hot-reload of my Emacs
config. In addition, I use evil-mode keybindings which shadow at
least one of
the most vital keys used in Koutliner, {C-j}. I've started adding
my own {SPC}
prefix bindings to take care of these.
Hyperbole would make a fine candidate for inclusion in the
gh#emacs-evil/evil-collection. Given my continued use and
familiarity with the
Hyperbole family, I may be interested in writing such an
extension.
On Thu Nov 8, Mats Lidell <[email protected]> wrote:
When you create the file "test.kotl" you should see something
like this in the
buffer:
----------------------------------------------------------------------
1. <Your cursor here>
----------------------------------------------------------------------
I now see this with a clean restart of Emacs. My environment was
indeed borked.
Two comments on HyRolo: I've typically used
gh#org-mode/contrib/lisp/org-contacts but I enjoy the speed at
which I can mail
a contact with Hyperbole. I miss mails being sent
[[https://tools.ietf.org/html/rfc2646]["flowed"]], outgoing
messages
are never stored in my Sent folder on my mailserver, and there's
no integration
between my favorite Emacs mail client, mu4e, and HyRolo I can see.
I am excited to continue exploring Hyperbole! Thank you both.
Robert Weiner <[email protected]> writes:
Something is wrong in your environment as I just tested in a
similar one and M-RET is bound properly and invokes implicit
buttons. Check what it is bound to for you. It should be
hkey-either.
See the last paragraph in the Hyperbole manual appendix of:
"(hyperbole)Global Key Bindings" for a setting that affects
whether or not Org mode overrides this key.
-- Bob
On Nov 8, 2018, at 10:34 AM, Tao Hansen <[email protected]> wrote:
I've been reading through the Hyperbole DEMO and now I want to
use Hyperbole everywhere.
Great, we will help you work through any small bumps.
Note that there is just one small file, hsys-org.el that
controls Hyperbole's org-mode specific behavior. You can easily
change the behavior there if you need to but youdon't need to
for implicit buttons.
Bob