branch: externals/gnorb
commit 51439a12af466043e5ab08091c2a5748e3d6d1fd
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Look in drawers for potential mail links
    
    * gnorb-org.el (gnorb-org-extract-links): If mailto/bbdb links are put
      in the logbook, this function originally wouldn't find them.
---
 gnorb-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnorb-org.el b/gnorb-org.el
index d54e9ba..99e5247 100644
--- a/gnorb-org.el
+++ b/gnorb-org.el
@@ -164,7 +164,7 @@ we came from."
                 :raw-value
                 head)
                strings)
-         (org-element-map tree 'paragraph
+         (org-element-map tree '(paragraph drawer)
            (lambda (p)
              (push (org-element-interpret-data p)
                    strings))

Reply via email to