In preparation for Hyperbole version 8, we have produced another test
release with many bug fixes and a number of new features.
There are a lot of improvements in the Org-mode support in the
"hsys-org.el" file.
It is not hard to test out but it is not automated as a package install as
version 8 will be.
This is the release I run every day, so it is good enough to use daily
though only minimal testing has been done on the full release.
Here is what is new:

https://git.savannah.gnu.org/cgit/hyperbole.git/tree/HY-NEWS

Here are instructions for installation:

If you already have a Hyperbole git repo, then just pull this latest
release from master:

    git pull

Otherwise, move to some path in the filesystem where you want to keep
Hyperbole
and clone the git repository:

    git clone https://git.savannah.gnu.org/git/hyperbole.git

cd to the hyperbole folder that was just created. (This is the
PATH-TO-HYPERBOLE-FOLDER that is mentioned below.)

    cd hyperbole

Byte compile the files if you like:

    make bin

Or to simply run from source do a:

    make src

Now you need to load Hyperbole into your emacs. Edit your "~/.emacs" file
and insert the lines:

    (add-to-list 'load-path "PATH-TO-HYPERBOLE-FOLDER"))
    (load "hyperbole-autoloads")
    (load "hyperbole")

Restart your emacs or evaluate the lines above in your running emacs and
you are done.

Enjoy,

Bob and Mats

Reply via email to