Kinneyzhang / gkroam

A lightweight roam replica on top of emacs org-mode.
GNU General Public License v3.0
195 stars 8 forks source link

Got an error when use `gkroam-rebuild-caches' #22

Closed Kinneyzhang closed 4 years ago

Kinneyzhang commented 4 years ago
Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
  get-text-property(nil title)
  button-get(nil title)....

The reason is: when the pages with headline links are not opened, button-at function cannot get the button by position correctly.