alphapapa / alphapapa/org-quick-peek

A few bugs

Offen
#5 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Emacs Lisp
Sterne
21
Forks
2
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

From Alexander Baier on the Org list:

> This looks really nice! A few things I discovered:
>
> 1. If the peek contains a link and I click on it with the left mouse
> button, the message "No link found" is displayed.
>
> 2. If a headline in the agenda contains a link to another headline and
> point is somewhere on that headline and I call org-quick-peek-link I
> get "Lisp error: (wrong-type-argument stringp nil)".
>
> 3. If point is on a link to another headline in a normal org buffer
> and I call org-quick-peek-link I get "Lisp error: (void-variable
> path)". This is fixed applying this patch:
>
> @@ -80,7 +80,7 @@
> (org-show-following-heading nil)
> (org-show-entry-below nil)
> (org-show-siblings nil)
> - link type marker)
> + link type marker path)
>
> ;; From org.el
> (when (and (looking-at org-complex-heading-regexp))
>
>
> Regards,
> --
> Alex

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.