bug-hyperbole
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37724: HTML Markdown and Emacs Outline Hash Links in DEMO not workin


From: Kevin J. McCarthy
Subject: bug#37724: HTML Markdown and Emacs Outline Hash Links in DEMO not working
Date: Sun, 13 Oct 2019 19:51:42 +0800
User-agent: Mutt/1.12.2+152 (e4c176b3) (2019-10-01)

The patch I posted in bug#37729 seems to have partly fixed this problem too:

modified   hbut.el
@@ -1224,6 +1224,7 @@ excluding delimiters, not just one."
                  (hattr:get 'hbut:current 'lbl-key)
                (hattr:set 'hbut:current 'loc (save-excursion
                                                (hbut:key-src 'full)))
+               (hattr:set 'hbut:current 'dir default-directory)
                (hattr:set 'hbut:current 'categ is-type)
                (or (hattr:get 'hbut:current 'args)
                    (not (listp args))

"README.md#why-was-hyperbole-developed" now seems to work.

"man/hyperbole.html#Smart-Keys" opens the man/hyperbole.html file, but it isn't rendered so it gives the error:
  hyperbole.html - Section ‘Smart Keys’ not found in the visible buffer portion

I don't know if that is expected behavior or not.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]