emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: wl: links only work with wl running [7.01trans]
@ 2010-10-07 18:30 David Abrahams
  2010-10-27 19:36 ` David Maus
  0 siblings, 1 reply; 5+ messages in thread
From: David Abrahams @ 2010-10-07 18:30 UTC (permalink / raw)
  To: emacs-orgmode



Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

Today I tried to follow an org link and got this:
org-id-open: Cannot find entry with ID ""<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"|references:"<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"/%[Gmail]/All Mail#201010060532.AMJ65141@mr17.lnh.mail.rcn.net"
It turned out that it wouldn't work until after I invoked `M-x wl'
explicitly.  I usually have it running so normally wouldn't notice,
but this seems like a bug anyway.

Emacs  : GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29)
 of 2010-05-08 on black.local
Package: Org-mode version 7.01trans

current state:
==============
(setq
 org-agenda-deadline-leaders '("D: " "D%d: ")
 org-clock-in-switch-to-state "STARTED"
 org-agenda-skip-scheduled-if-deadline-is-shown t
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-todo-keyword-faces '(("TODO" :foreground "medium blue" :weight bold)
                          ("APPT" :foreground "medium blue" :weight bold)
                          ("NOTE" :foreground "brown" :weight bold)
                          ("STARTED" :foreground "dark orange" :weight bold)
                          ("WAITING" :foreground "red" :weight bold)
                          ("DELEGATED" :foreground "dark violet" :weight bold)
                          ("DEFERRED" :foreground "dark blue" :weight bold)
                          ("SOMEDAY" :foreground "dark blue" :weight bold)
                          ("PROJECT" :height 1.5 :weight bold :foreground "black"))
 org-agenda-custom-commands '(("E" "Errands (next 3 days)" tags
                               "Errand&TODO<>\"DONE\"&TODO<>\"CANCELLED\"&STYLE<>\"habit\"&SCHEDULED<\"<+3d>\""
                               ((org-agenda-overriding-header "Errands (next 3 days)")
                                                                                                                 )
                               )
                              ("A" "Priority #A tasks" agenda ""
                               ((org-agenda-ndays 1)
                                (org-agenda-overriding-header "Today's priority #A tasks: ")
                                (org-agenda-skip-function
                                 (quote (org-agenda-skip-entry-if (quote notregexp) "\\=.*\\[#A\\]"))
                                 )
                                )
                               )
                              ("B" "Priority #A and #B tasks" agenda ""
                               ((org-agenda-ndays 1)
                                (org-agenda-overriding-header "Today's priority #A and #B tasks: ")
                                (org-agenda-skip-function
                                 (quote (org-agenda-skip-entry-if (quote regexp) "\\=.*\\[#C\\]")))
                                )
                               )
                              ("w" "Waiting/delegated tasks" tags
                               "TODO=\"WAITING\"|TODO=\"DELEGATED\""
                               ((org-agenda-overriding-header "Waiting/delegated tasks:")
                                (org-agenda-sorting-strategy
                                 (quote (todo-state-up priority-down category-up)))
                                )
                               )
                              ("u" "Unscheduled tasks" tags
                               "TODO<>\"\"&TODO<>\"DONE\"&TODO<>\"CANCELLED\"&TODO<>\"NOTE\"&CATEGORY<>{CEG\\|ABC\\|Bizcard\\|Adagio\\|EVAprint\\|\\<IT\\>}"
                               ((org-agenda-overriding-header "Unscheduled tasks: ")
                                
                                                                                                                                                              (org-agenda-skip-function
                                                                                                                                                               
                                                                                                                                                               (quote
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                                         (org-agenda-skip-entry-if
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                                (quote scheduled)
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                                (quote deadline)
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                                (quote timestamp)
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                                (quote regexp)
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                          
                                                                                                                                                                                                "\\* \\(DEFERRED\\|SOMEDAY\\)")
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                                         )
                                                                                                                                                               
                                                                                                                                                               )
                                
                                                                                                                                                              (org-agenda-files
                                                                                                                                                               
                                                                                                                                                               (quote
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                                 ("~/Dropbox/todo.txt")
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                                 )
                                                                                                                                                               
                                                                                                                                                               )
                                
                                                                                                                                                              (org-agenda-sorting-strategy
                                                                                                                                                               
                                                                                                                                                               (quote
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                                            (todo-state-up priority-down category-up)
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                
                                                                                                                                                                                            )
                                                                                                                                                               
                                                                                                                                                               )
                                
                                                                                                                                                              )
                               )
                              ("U" "Deferred tasks" tags
                               "TODO=\"DEFERRED\"&CATEGORY<>{CEG\\|ABC\\|Bizcard\\|Adagio\\|EVAprint\\|\\<IT\\>}"
                               ((org-agenda-overriding-header "Deferred tasks:")
                                                                                                                   )
                               )
                              ("S" "Someday tasks" tags
                               "TODO=\"SOMEDAY\"&CATEGORY<>{CEG\\|ABC\\|Bizcard\\|Adagio\\|EVAprint\\|\\<IT\\>}"
                               ((org-agenda-overriding-header "Someday tasks:")
                                                                                                                  )
                               )
                              ("G" "Ledger tasks (all)" tags-todo "TODO<>{SOMEDAY}"
                               ((org-agenda-files (quote ("~/src/ledger/plan/TODO")))
                                (org-agenda-overriding-header "Ledger tasks:")
                                (org-agenda-sorting-strategy
                                 (quote (todo-state-up priority-down category-up)))
                                )
                               )
                              ("l" "Ledger tasks" tags-todo "TODO<>{SOMEDAY\\|DEFERRED}"
                               ((org-agenda-files (quote ("~/src/ledger/plan/TODO")))
                                (org-agenda-overriding-header "Ledger tasks:")
                                (org-agenda-sorting-strategy
                                 (quote (todo-state-up priority-down category-up)))
                                (org-agenda-skip-function
                                 (quote (org-agenda-skip-entry-if (quote regexp) "\\=.*\\[#C\\]")))
                                )
                               )
                              ("L" "Ledger tasks not in Bugzilla" alltodo ""
                               ((org-agenda-files (quote ("~/src/ledger/plan/TODO")))
                                (org-agenda-overriding-header "Ledger tasks:")
                                (org-agenda-sorting-strategy
                                 (quote (todo-state-up priority-down category-up)))
                                (org-agenda-skip-function
                                 (quote (org-agenda-skip-entry-if (quote regexp) "\\(bug:\\)")))
                                )
                               )
                              ("r" "Uncategorized items" tags "CATEGORY=\"Inbox\"&LEVEL=2"
                               ((org-agenda-overriding-header "Uncategorized items")))
                              ("W" "Unscheduled work tasks" tags
                               "CATEGORY={CEG\\|ABC\\|Bizcard\\|Adagio\\|IT\\|EVAprint}&CATEGORY<>\"Website\"&TODO<>\"DONE\"&TODO<>\"CANCELLED\"&TODO<>\"NOTE\"&TODO<>\"\"&LEVEL>1"
                               ((org-agenda-overriding-header "Unscheduled work tasks")
                                
                                                                                                                                                                                     (org-agenda-skip-function
                                                                                                                                                                                      
                                                                                                                                                                                      (quote
                                                                                                                                                                                       
                                                                                                                                                                                       
                                                                                                                                                                                       
                                                                                                                                                                                                                (org-agenda-skip-entry-if
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                       (quote scheduled)
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                       (quote deadline)
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                 
                                                                                                                                                                                                                       )
                                                                                                                                                                                       
                                                                                                                                                                                       
                                                                                                                                                                                       
                                                                                                                                                                                                                )
                                                                                                                                                                                      
                                                                                                                                                                                      )
                                
                                                                                                                                                                                     (org-agenda-sorting-strategy
                                                                                                                                                                                      
                                                                                                                                                                                      (quote
                                                                                                                                                                                       
                                                                                                                                                                                       
                                                                                                                                                                                       
                                                                                                                                                                                                                   (todo-state-up priority-down)
                                                                                                                                                                                       
                                                                                                                                                                                       
                                                                                                                                                                                       
                                                                                                                                                                                                                   )
                                                                                                                                                                                      
                                                                                                                                                                                      )
                                
                                                                                                                                                                                     )
                               )
                              ("z" "CEG tasks not in Bugzilla" tags
                               "CATEGORY={CEG\\|ABC\\|Bizcard\\|Adagio\\|IT\\|EVAprint}&CATEGORY<>{Website\\|Admin}&TODO<>\"DONE\"&TODO<>\"CANCELLED\"&TODO<>\"NOTE\"&TODO<>\"\"&LEVEL>1&SCOPE<>\"local\""
                               ((org-agenda-overriding-header "CEG tasks not in Bugzilla")
                                
                                                                                                                                                                                                            (org-agenda-skip-function
                                                                                                                                                                                                             
                                                                                                                                                                                                             (quote
                                                                                                                                                                                                              
                                                                                                                                                                                                              
                                                                                                                                                                                                              
                                                                                                                                                                                                                                       (org-agenda-skip-entry-if
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                              (quote regexp)
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                              "\\(cegbug:\\)")
                                                                                                                                                                                                              
                                                                                                                                                                                                              
                                                                                                                                                                                                              
                                                                                                                                                                                                                                       )
                                                                                                                                                                                                             
                                                                                                                                                                                                             )
                                
                                                                                                                                                                                                            )
                               )
                              ("Z" "CEG tasks in Bugzilla" tags
                               "CATEGORY={CEG\\|ABC\\|Bizcard\\|Adagio\\|IT\\|EVAprint}&TODO<>\"DONE\"&TODO<>\"CANCELLED\"&TODO<>\"DELEGATED\"&TODO<>\"NOTE\"&LEVEL>1"
                               ((org-agenda-overriding-header "CEG tasks in Bugzilla")
                                
                                                                                                                                                                        (org-agenda-skip-function
                                                                                                                                                                         
                                                                                                                                                                         (quote
                                                                                                                                                                          
                                                                                                                                                                          
                                                                                                                                                                          
                                                                                                                                                                                                   (org-agenda-skip-entry-if
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                          (quote notregexp)
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                          "cegbug:")
                                                                                                                                                                          
                                                                                                                                                                          
                                                                                                                                                                          
                                                                                                                                                                                                   )
                                                                                                                                                                         
                                                                                                                                                                         )
                                
                                                                                                                                                                        (org-agenda-sorting-strategy
                                                                                                                                                                         
                                                                                                                                                                         (quote
                                                                                                                                                                          
                                                                                                                                                                          
                                                                                                                                                                          
                                                                                                                                                                                                      (todo-state-up category-down priority-down user-defined-up)
                                                                                                                                                                          
                                                                                                                                                                          
                                                                                                                                                                          
                                                                                                                                                                                                      )
                                                                                                                                                                         
                                                                                                                                                                         )
                                
                                                                                                                                                                        )
                               )
                              )
 org-agenda-files '("~/Dropbox/todo.txt" "~/Dropbox/Projects")
 org-agenda-include-diary t
 org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
 org-agenda-menu-two-column t
 org-agenda-tags-column -100
 org-hide-leading-stars t
 org-clock-into-drawer "LOGBOOK"
 org-completion-use-ido t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-mobile-post-pull-hook '(my-org-convert-incoming-items)
 org-footnote-section nil
 org-agenda-scheduled-leaders '("" "S%d: ")
 org-archive-save-context-info '(time category itags)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-babel-tangle-lang-exts '(("haskell" . "hs") ("python" . "py") ("emacs-lisp" . "el"))
 org-agenda-text-search-extra-files '(agenda-archives)
 org-archive-location "TODO-archive::"
 org-agenda-skip-unavailable-files t
 org-agenda-default-appointment-duration 60
 org-time-clocksum-use-fractional t
 org-agenda-sorting-strategy '((agenda habit-down time-up todo-state-up priority-down category-keep)
                               (todo priority-down category-keep) (tags priority-down category-keep)
                               (search category-keep))
 org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
 org-agenda-prefix-format '((agenda . "  %-11:c%?-12t% s") (timeline . "  % s") (todo . "  %-11:c")
                            (tags . "  %-11:c"))
 org-habit-preceding-days 42
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-agenda-skip-scheduled-if-done t
 org-stuck-projects '("+LEVEL=1/-DONE" ("TODO" "STARTED" "NEXT" "NEXTACTION") nil
                      "\\(Appointments\\|Notes\\|Anniversaries\\)")
 org-clock-in-resume t
 org-export-preprocess-hook '(org-export-blocks-preprocess org-eval-replace-snippts)
 org-tab-first-hook '(yas/org-very-safe-expand org-hide-block-toggle-maybe
                      org-babel-hide-result-toggle-maybe)
 org-src-mode-hook '(org-src-mode-configure-edit-buffer)
 org-mac-mail-account "GMail: BoostPro"
 org-cycle-global-at-bob t
 org-confirm-shell-link-function nil
 org-reveal-start-hook '(org-decrypt-entry)
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-use-tag-inheritance nil
 org-clock-persist 'history
 org-todo-keywords '((sequence "TODO" "APPT" "|" "DONE" "NOTE"))
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-M-RET-may-split-line '((headline) (default . t))
 org-default-notes-file "~/Dropbox/todo.txt"
 org-directory "~/Dropbox/Projects"
 org-tag-alist '((#("LUANN" 0 5 (face nil)) . 110) (#("WORK" 0 4 (face nil)) . 119))
 org-agenda-persistent-filter t
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines
                  org-optimize-window-after-visibility-change)
 org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)
 org-use-speed-commands t
 org-mode-hook '(#[nil "\300\301\302\"\207" [local-set-key [(control 44)] backward-word] 3]
                 (lambda nil (make-variable-buffer-local (quote yas/trigger-key))
                  (setq yas/trigger-key [tab])
                  (add-to-list (quote org-tab-first-hook) (quote yas/org-very-safe-expand))
                  (define-key yas/keymap [tab] (quote yas/next-field)))
                 #[nil "\300\301\302\303\304$\207"
                   [org-add-hook change-major-mode-hook org-show-block-all append local] 5]
                 #[nil "\300\301\302\303\304$\207"
                   [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5]
                 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-agenda-menu-show-matcher nil
 org-clock-out-remove-zero-time-clocks t
 org-font-lock-hook '(org-eval-handle-snippets)
 org-agenda-ndays 1
 org-refile-targets '((org-agenda-files :level . 1) (org-agenda-files :todo . "PROJECT"))
 org-extend-today-until 8
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-confirm-elisp-link-function nil
 org-fast-tag-selection-single-key 'expert
 org-todo-repeat-to-state "TODO"
 org-clock-modeline-total 'current
 org-agenda-start-on-weekday nil
 org-agenda-fontify-priorities t
 org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks))
 org-enforce-todo-dependencies t
 org-agenda-skip-deadline-if-done t
 org-reverse-note-order t
 org-occur-hook '(org-first-headline-recenter)
 org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
 org-agenda-cmp-user-defined 'org-cmp-ceg-bugs
 org-tags-column -97
 org-modules '(org-crypt org-id org-habit org-mac-message org-bookmark org-eval)
 org-agenda-auto-exclude-function 'org-my-auto-exclude-function
 org-remember-templates '(("Task" 116
                           "* TODO %?\n  SCHEDULED: %t\n  :PROPERTIES:\n  :ID:       %(shell-command-to-string \"uuidgen\")  :END:\n  %U" nil "Inbox" nil)
                          )
 org-ellipsis 'org-habit-alert-face
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
                               org-beamer-auto-fragile-frames
                               org-beamer-place-default-actions-for-lists)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-idle-time 10
 org-attach-method 'mv
 org-export-blocks '((src org-babel-exp-src-blocks nil) (comment org-export-blocks-format-comment t)
                     (ditaa org-export-blocks-format-ditaa nil)
                     (dot org-export-blocks-format-dot nil))
 )

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug: wl: links only work with wl running [7.01trans]
  2010-10-07 18:30 Bug: wl: links only work with wl running [7.01trans] David Abrahams
@ 2010-10-27 19:36 ` David Maus
  2010-10-27 22:41   ` David Abrahams
  0 siblings, 1 reply; 5+ messages in thread
From: David Maus @ 2010-10-27 19:36 UTC (permalink / raw)
  To: David Abrahams; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 971 bytes --]

At Thu, 07 Oct 2010 14:30:13 -0400,
David Abrahams wrote:
>
>
>
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen.  You don't know how to make a good report?  See
>
>      http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mailing list.
> ------------------------------------------------------------------------
>
> Today I tried to follow an org link and got this:
> org-id-open: Cannot find entry with ID ""<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"|references:"<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"/%[Gmail]/All Mail#201010060532.AMJ65141@mr17.lnh.mail.rcn.net"
> It turned out that it wouldn't work until after I invoked `M-x wl'
> explicitly.  I usually have it running so normally wouldn't notice,
> but this seems like a bug anyway.

Could I ask you to provide the link that triggered this misbehaviour?
I was not able to reproduce it.

Best,
  -- David

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug: wl: links only work with wl running [7.01trans]
  2010-10-27 19:36 ` David Maus
@ 2010-10-27 22:41   ` David Abrahams
  2010-10-31 16:46     ` David Maus
  0 siblings, 1 reply; 5+ messages in thread
From: David Abrahams @ 2010-10-27 22:41 UTC (permalink / raw)
  To: David Maus; +Cc: emacs-orgmode

At Wed, 27 Oct 2010 21:36:35 +0200,
David Maus wrote:
> 
> >
> > Today I tried to follow an org link and got this:
> > org-id-open: Cannot find entry with ID ""<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"|references:"<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"/%[Gmail]/All Mail#201010060532.AMJ65141@mr17.lnh.mail.rcn.net"
> > It turned out that it wouldn't work until after I invoked `M-x wl'
> > explicitly.  I usually have it running so normally wouldn't notice,
> > but this seems like a bug anyway.
> 
> Could I ask you to provide the link that triggered this misbehaviour?
> I was not able to reproduce it.


Sure:
[[wl:/message-id:"<m2pqvlhn4a.wl%dave@boostpro.com>"|references:"<m2pqvlhn4a.wl%dave@boostpro.com>"/%%5BGmail%5D/All%20Mail#87hbg75sxo.wl%dmaus@ictsoc.de]]

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug: wl: links only work with wl running [7.01trans]
  2010-10-27 22:41   ` David Abrahams
@ 2010-10-31 16:46     ` David Maus
  2010-10-31 17:26       ` David Abrahams
  0 siblings, 1 reply; 5+ messages in thread
From: David Maus @ 2010-10-31 16:46 UTC (permalink / raw)
  To: David Abrahams; +Cc: David Maus, emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1209 bytes --]

At Wed, 27 Oct 2010 18:41:35 -0400,
David Abrahams wrote:
>
> At Wed, 27 Oct 2010 21:36:35 +0200,
> David Maus wrote:
> >
> > >
> > > Today I tried to follow an org link and got this:
> > > org-id-open: Cannot find entry with ID ""<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"|references:"<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"/%[Gmail]/All Mail#201010060532.AMJ65141@mr17.lnh.mail.rcn.net"
> > > It turned out that it wouldn't work until after I invoked `M-x wl'
> > > explicitly.  I usually have it running so normally wouldn't notice,
> > > but this seems like a bug anyway.
> >
> > Could I ask you to provide the link that triggered this misbehaviour?
> > I was not able to reproduce it.
>
>
> Sure:
> [[wl:/message-id:"<m2pqvlhn4a.wl%dave@boostpro.com>"|references:"<m2pqvlhn4a.wl%dave@boostpro.com>"/%%5BGmail%5D/All%20Mail#87hbg75sxo.wl%dmaus@ictsoc.de]]

Still no luck: Which Org mode version are you using and can you
provide a backtrace?  It seems not to be a problem of org-wl; for some
reason Org's link parser interprets the link as a id: link
(i.e. ignores the wl: type prefix).

Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug: wl: links only work with wl running [7.01trans]
  2010-10-31 16:46     ` David Maus
@ 2010-10-31 17:26       ` David Abrahams
  0 siblings, 0 replies; 5+ messages in thread
From: David Abrahams @ 2010-10-31 17:26 UTC (permalink / raw)
  To: David Maus; +Cc: emacs-orgmode

At Sun, 31 Oct 2010 17:46:45 +0100,
David Maus wrote:
> 
> At Wed, 27 Oct 2010 18:41:35 -0400,
> David Abrahams wrote:
> >
> > At Wed, 27 Oct 2010 21:36:35 +0200,
> > David Maus wrote:
> > >
> > > >
> > > > Today I tried to follow an org link and got this:
> > > > org-id-open: Cannot find entry with ID ""<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"|references:"<201010060532.AMJ65141@mr17.lnh.mail.rcn.net>"/%[Gmail]/All Mail#201010060532.AMJ65141@mr17.lnh.mail.rcn.net"
> > > > It turned out that it wouldn't work until after I invoked `M-x wl'
> > > > explicitly.  I usually have it running so normally wouldn't notice,
> > > > but this seems like a bug anyway.
> > >
> > > Could I ask you to provide the link that triggered this misbehaviour?
> > > I was not able to reproduce it.
> >
> >
> > Sure:
> > [[wl:/message-id:"<m2pqvlhn4a.wl%dave@boostpro.com>"|references:"<m2pqvlhn4a.wl%dave@boostpro.com>"/%%5BGmail%5D/All%20Mail#87hbg75sxo.wl%dmaus@ictsoc.de]]
> 
> Still no luck: Which Org mode version are you using 

`M-x org-version' reports 7.01trans

> and can you
> provide a backtrace?  It seems not to be a problem of org-wl; for some
> reason Org's link parser interprets the link as a id: link
> (i.e. ignores the wl: type prefix).

Aha... it's most likely picking up the "id:" that it finds shortly
after the "wl:/".  Not sure if this trace can be of much use to you
since happens long after the mis-interpretation... but here it is:

Debugger entered--Lisp error: (error #("Cannot find entry with ID \"\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com>\"|references:\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com>\"/%[Gmail]/All Mail#AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com\"" 27 246 (org-attr nil)))
  signal(error (#("Cannot find entry with ID \"\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com>\"|references:\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com>\"/%[Gmail]/All Mail#AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com\"" 27 246 (org-attr nil))))
  error("Cannot find entry with ID \"%s\"" #("\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com>\"|references:\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com>\"/%[Gmail]/All Mail#AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com" 0 219 (org-attr nil)))
  org-id-open(#("\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com>\"|references:\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com>\"/%[Gmail]/All Mail#AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi=mq@mail.gmail.com" 0 219 (org-attr nil)))
  org-open-at-point(nil #<buffer todo.txt>)
  org-open-link-from-string(#("[[wl:/message-id:\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi%3Dmq@mail.gmail.com>\"|references:\"<AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi%3Dmq@mail.gmail.com>\"/%%5BGmail%5D/All%20Mail#AANLkTiktdMbXNgOpn06OrWKWUaAeK61PZvAYhRQsi%3Dmq@mail.gmail.com][Email from Andrzej Krzemienski: request for more information a]]" 0 314 (fontified nil org-category #("Work" 0 4 ...))) nil #<buffer todo.txt>)
  org-offer-links-in-entry(nil #("  Work:      " 0 2 (todo-state #("TODO" 0 4 ...) org-habit-p nil priority 1099 date (10 31 2010) type "scheduled" org-hd-marker #<marker at 26588 in todo.txt> org-marker #<marker at 26652 in todo.txt> face org-scheduled-today undone-face org-scheduled-today help-echo "mouse-2 or RET jump to org file ~/Dropbox/todo.txt" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)[ 	]+\\(?:\\(STARTED\\|TODO\\|APPT\\|WAITING\\|DELEGATED\\|DEFERRED\\|SOMEDAY\\|DONE\\|CANCELLED\\|TESTED\\|CLOSED\\|NOTE\\)\\>\\)?\\(?:[ 	]*\\(\\[#.\\]\\)\\)?[ 	]*\\(.*?\\)\\(?:[ 	]+\\(:[[:alnum:]_@:]+:\\)\\)?[ 	]*$" org-todo-regexp "\\<\\(STARTED\\|TODO\\|APPT\\|WAITING\\|DELEGATED\\|DEFERRED\\|SOMEDAY\\|DONE\\|CANCELLED\\|TESTED\\|CLOSED\\|NOTE\\)\\>" or
 g-not-done-regexp "\\<\\(STARTED\\|TODO\\|APPT\\|WAITING\\|DELEGATED\\|DEFERRED\\|SOMEDAY\\)\\>" dotime time extra "" time "" txt "TODO Respond to Andrzej about concepts" effort-minutes nil 
 effort nil duration nil time-of-day nil prefix-length 13 org-lowest-priority 67 ...) 2 6 (todo-state #("TODO" 0 4 ...) org-habit-p nil priority 1099 date (10 31 2010) type "scheduled" org-hd-marker #<marker at 26588 in todo.txt> org-marker #<marker at 26652 in todo.txt> face org-scheduled-today undone-face org-scheduled-today help-echo "mouse-2 or RET jump to org file ~/Dropbox/todo.txt" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)[ 	]+\\(?:\\(STARTED\\|TODO\\|APPT\\|WAITING\\|DELEGATED\\|DEFERRED\\|SOMEDAY\\|DONE\\|CANCELLED\\|TESTED\\|CLOSED\\|NOTE\\)\\>\\)?\\(?:[ 	]*\\(\\[#.\\]\\)\\)?[ 	]*\\(.*?\\)\\(?:[ 	]+\\(:[[:alnum:]_@:]+:\\)\\)?[ 	]*$" org-todo-regexp "\\<\\(STARTED\\|TODO\\|APPT\\|WAITING\\|DELEGATED\\|DEFERRED\\|SOMEDAY\\|DONE\\|CANCELL
 ED\\|TESTED\\|CLOSED\\|NOTE\\)\\>" org-not-done-regexp "\\<\\(STARTED\\|TODO\\|APPT\\|WAITING\\|DELEGATED\\|DEFERRED\\|SOMEDAY\\)\\>" dotime time extra "" time "" txt "TODO Respond to Andrze
 j about concepts" effort-minutes nil effort nil duration nil time-of-day nil prefix-length 13 org-lowest-priority 67 ...) 6 13 (todo-state #("TODO" 0 4 ...) org-habit-p nil priority 1099 date (10 31 2010) type "scheduled" org-hd-marker #<marker at 26588 in todo.txt> org-marker #<marker at 26652 in todo.txt> face org-scheduled-today undone-face org-scheduled-today help-echo "mouse-2 or RET jump to org file ~/Dropbox/todo.txt" mouse-face highlight done-face org-agenda-done org-complex-heading-regexp "^\\(\\*+\\)[ 	]+\\(?:\\(STARTED\\|TODO\\|APPT\\|WAITING\\|DELEGATED\\|DEFERRED\\|SOMEDAY\\|DONE\\|CANCELLED\\|TESTED\\|CLOSED\\|NOTE\\)\\>\\)?\\(?:[ 	]*\\(\\[#.\\]\\)\\)?[ 	]*\\(.*?\\)\\(?:[ 	]+\\(:[[:alnum:]_@:]+:\\)\\)?[ 	]*$" org-todo-regexp "\\<\\(STARTED\\|TODO\\|APPT\\|WAITING\\|DELEGATED
 \\|DEFERRED\\|SOMEDAY\\|DONE\\|CANCELLED\\|TESTED\\|CLOSED\\|NOTE\\)\\>" org-not-done-regexp "\\<\\(STARTED\\|TODO\\|APPT\\|WAITING\\|DELEGATED\\|DEFERRED\\|SOMEDAY\\)\\>" dotime time extra 
 "" time "" txt "TODO Respond to Andrzej about concepts" effort-minutes nil effort nil duration nil time-of-day nil prefix-length 13 org-lowest-priority 67 ...)))
  org-agenda-open-link(nil)
  call-interactively(org-agenda-open-link nil nil)


-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-31 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-07 18:30 Bug: wl: links only work with wl running [7.01trans] David Abrahams
2010-10-27 19:36 ` David Maus
2010-10-27 22:41   ` David Abrahams
2010-10-31 16:46     ` David Maus
2010-10-31 17:26       ` David Abrahams

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).