emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] agenda configurable entry-text-mode


From: Alexander Baier
Subject: Re: [O] agenda configurable entry-text-mode
Date: Wed, 9 Aug 2017 21:39:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/29/2017 03:20 AM, Adam Porter wrote:
Alexander Baier <address@hidden> writes:

Hi Adam,

I hadn't heard of org-quick-peek.  I found
https://github.com/alphapapa/org-quick-peek but could not find the
package on MELPA, do you know why this is the case?

Hi Alexander,

Actually I haven't submitted it to MELPA yet.  I've been hoping to get
some more feedback and testing before doing that.  I guess I should have
adjusted the readme accordingly.  I would appreciate if you could give
it a quick test and let me know any feedback you may have.  :)

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




reply via email to

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