emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]
@ 2011-09-17 16:17 Dave Abrahams
  2011-09-17 19:55 ` Bernt Hansen
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Abrahams @ 2011-09-17 16:17 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]



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.
------------------------------------------------------------------------

I have the following in my properties drawer:

   :Message:  [[message://4E6B5B46.50006@josuttis.de][Review of "The C++ Standard Library, 2nd Edition"]]

The rendering looks like the attached screenshot, though:


[-- Attachment #2: rendering.png --]
[-- Type: image/png, Size: 15443 bytes --]

[-- Attachment #3: Type: text/plain, Size: 19103 bytes --]


Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
 of 2011-09-12 on pluto.luannocracy.com
Package: Org-mode version 7.7 (release_7.7.292.g0d4e8.dirty)

current state:
==============
(setq
 org-x-backends '(ox-org ox-redmine)
 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-x-redmine-title-prefix-match-function 'org-x-redmine-title-prefix-match
 org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
 org-agenda-custom-commands '(("E" "Errands (next 3 days)" tags
                               "Errand&TODO<>\"DONE\"&TODO<>\"CANCELED\"&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))))
                               )
                              ("p" "Unprioritized tasks" tags
                               "AREA<>\"Work\"&TODO<>\"\"&TODO<>{DONE\\|CANCELED\\|NOTE\\|PROJECT\\|DEFERRED\\|SOMEDAY}"
                               ((org-agenda-files
                                 
                                                                                                                           (quote
                                                                                                                            
                                                                                                                            
                                                                                                                                             ("~/Documents/Tasks/todo.txt")
                                                                                                                            
                                                                                                                            
                                                                                                                                             )
                                 
                                                                                                                           )
                                
                                                                                                                          (org-agenda-overriding-header "Unprioritized tasks: ")
                                
                                                                                                                          (org-agenda-skip-function
                                                                                                                           
                                                                                                                           (quote
                                                                                                                            
                                                                                                                            
                                                                                                                            
                                                                                                                                                     (org-agenda-skip-entry-if
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                            (quote regexp)
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                      
                                                                                                                                                            "\\=.*\\[#[A-Z]\\]")
                                                                                                                            
                                                                                                                            
                                                                                                                            
                                                                                                                                                     )
                                                                                                                           
                                                                                                                           )
                                
                                                                                                                          )
                               )
                              ("u" "Unscheduled tasks" tags
                               "AREA<>\"Work\"&TODO<>\"\"&TODO<>{DONE\\|CANCELED\\|NOTE\\|PROJECT}"
                               ((org-agenda-files (quote ("~/Documents/Tasks/todo.txt")))
                                (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-sorting-strategy (quote (priority-down))))
                               )
                              ("U" "Deferred tasks" tags "TODO=\"DEFERRED\""
                               ((org-agenda-files (quote ("~/Documents/Tasks/todo.txt")))
                                (org-agenda-overriding-header "Deferred tasks:"))
                               )
                              ("Y" "Someday tasks" tags "TODO=\"SOMEDAY\""
                               ((org-agenda-overriding-header "Someday tasks:")))
                              ("G" "Ledger tasks (all)" 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))))
                               )
                              ("N" "Ledger tasks (all, alphabetical)" alltodo ""
                               ((org-agenda-files (quote ("~/src/ledger/plan/TODO")))
                                (org-agenda-overriding-header "Ledger tasks, alphabetical:")
                                (org-agenda-sorting-strategy (quote (alpha-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" tags
                               "TODO<>{DONE\\|TESTED\\|CLOSED\\|NOTE}&LEVEL=2"
                               ((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) "#"))))
                               )
                              ("r" "Uncategorized items" tags "CATEGORY=\"Inbox\"&LEVEL=2"
                               ((org-agenda-overriding-header "Uncategorized items")))
                              ("V" "Unscheduled work-related tasks" tags
                               "AREA=\"Work\"&TODO<>\"\"&TODO<>{DONE\\|CANCELED\\|NOTE\\|PROJECT}"
                               ((org-agenda-overriding-header "Unscheduled work-related tasks")
                                (org-agenda-files (quote ("~/Documents/Tasks/todo.txt")))
                                (org-agenda-sorting-strategy (quote (category-up)))
                                (org-agenda-skip-function
                                 (quote
                                  (org-agenda-skip-entry-if (quote scheduled) (quote deadline) (quote timestamp)
                                   (quote regexp) "\\* \\(DEFERRED\\|SOMEDAY\\)")
                                  )
                                 )
                                )
                               )
                              ("W" "Work-related tasks" tags
                               "AREA=\"Work\"&TODO<>\"\"&TODO<>{DONE\\|CANCELED\\|NOTE\\|PROJECT}"
                               ((org-agenda-overriding-header "Work-related tasks")
                                (org-agenda-files (quote ("~/Documents/Tasks/todo.txt")))
                                (org-agenda-sorting-strategy
                                 (quote (category-up priority-down todo-state-up alpha-up)))
                                (org-agenda-skip-function
                                 (quote (org-agenda-skip-entry-if (quote regexp) "\\* \\(DEFERRED\\|SOMEDAY\\)")))
                                )
                               )
                              )
 org-agenda-files '("~/Documents/Tasks/todo.txt" "~/src/ledger/plan/TODO")
 org-agenda-include-diary t
 org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
 org-src-fontify-natively 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-capture-templates '(("t" "Task" entry (file+headline "~/Documents/Tasks/todo.txt" "Inbox")
                          "* TODO %?\n  SCHEDULED: %t\n  :PROPERTIES:\n  :ID:       %(shell-command-to-string \"uuidgen\")  :CREATED:  %U\n  :END:" :prepend t)
                         )
 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 '(("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-speed-commands-user '(("4" org-priority 68) ("5" org-priority 69) ("-" . org-priority-down)
                           ("+" . org-priority-up))
 org-time-clocksum-use-fractional t
 org-edit-src-content-indentation 0
 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-x-redmine-title-prefix-function 'org-x-redmine-title-prefix
 org-clock-in-resume t
 org-tab-first-hook '(yas/org-very-safe-expand org-hide-block-toggle-maybe org-src-native-tab-command-maybe
                      org-babel-hide-result-toggle-maybe)
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-finalize-agenda-hook '(org-agenda-add-overlays)
 org-cycle-global-at-bob t
 org-confirm-shell-link-function nil
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-clock-persist 'history
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-default-notes-file "~/Documents/Tasks/todo.txt"
 org-use-property-inheritance '("AREA")
 org-directory "~/Documents/Tasks/"
 org-agenda-persistent-filter t
 org-blank-before-new-entry nil
 org-babel-pre-tangle-hook '(save-buffer)
 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 '((lambda nil (set (make-local-variable (quote 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)))
                 (lambda nil (local-unset-key (kbd ".,")))
                 #[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-clock-out-remove-zero-time-clocks t
 org-agenda-ndays 1
 org-mobile-pre-pull-hook '(my-org-convert-incoming-items)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-log-buffer-setup-hook '((lambda nil (setq fill-column (- fill-column 5))))
 org-return-follows-link t
 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-mode-hook '((lambda nil (local-unset-key (kbd ".,"))))
 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-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 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-babel-evaluate nil
 org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org")
                              (shell-command
                               (concat "perl -i -ne 'print unless /agendas\\.org/;'"
                                "~/Dropbox/MobileOrg/checksums.dat")
                               )
                              (shell-command
                               (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org"))
                              )
                             )
 org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT")
 org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
 org-tags-column -97
 org-modules '(org-id org-info org-habit)
 org-agenda-auto-exclude-function 'org-my-auto-exclude-function
 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-block 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] 6+ messages in thread

* Re: Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]
  2011-09-17 16:17 Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)] Dave Abrahams
@ 2011-09-17 19:55 ` Bernt Hansen
  2011-09-17 23:00   ` Dave Abrahams
  0 siblings, 1 reply; 6+ messages in thread
From: Bernt Hansen @ 2011-09-17 19:55 UTC (permalink / raw)
  To: Dave Abrahams; +Cc: emacs-orgmode

Dave Abrahams <dave@boostpro.com> writes:

> 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.
> ------------------------------------------------------------------------
>
> I have the following in my properties drawer:
>
>    :Message:  [[message://4E6B5B46.50006@josuttis.de][Review of "The C++ Standard Library, 2nd Edition"]]
>
> The rendering looks like the attached screenshot, though:
>
>
>
>
> Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
>  of 2011-09-12 on pluto.luannocracy.com
> Package: Org-mode version 7.7 (release_7.7.292.g0d4e8.dirty)

This works fine for me on Linux in a minimal emacs setup.
Org-mode version 7.7 (release_7.7.297.g64784.dirty)
GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11
on raven, modified by Debian

I have strikethrough disabled in my normal setup
(http://doc.norang.ca/org-mode.html#sec-16-4) but my minimal emacs test
doesn't include this setting.

Can you check if it is something in your local configuration that is
causing this problem?

-Bernt

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

* Re: Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]
  2011-09-17 19:55 ` Bernt Hansen
@ 2011-09-17 23:00   ` Dave Abrahams
  2011-09-18  1:27     ` Bernt Hansen
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Abrahams @ 2011-09-17 23:00 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode


on Sat Sep 17 2011, Bernt Hansen <bernt-AT-norang.ca> wrote:

> Dave Abrahams <dave@boostpro.com> writes:
>
>> 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.
>> ------------------------------------------------------------------------
>>
>> I have the following in my properties drawer:
>>
>>    :Message:  [[message://4E6B5B46.50006@josuttis.de][Review of "The C++ Standard Library, 2nd Edition"]]
>>
>> The rendering looks like the attached screenshot, though:
>>
>>
>>
>>
>> Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
>>  of 2011-09-12 on pluto.luannocracy.com
>> Package: Org-mode version 7.7 (release_7.7.292.g0d4e8.dirty)
>
> This works fine for me on Linux in a minimal emacs setup.
> Org-mode version 7.7 (release_7.7.297.g64784.dirty)
> GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11
> on raven, modified by Debian
>
> I have strikethrough disabled in my normal setup
> (http://doc.norang.ca/org-mode.html#sec-16-4) but my minimal emacs test
> doesn't include this setting.
>
> Can you check if it is something in your local configuration that is
> causing this problem?

Heh, it even happens with emacs -Q if you have a "+" character in the
previous line (which is required with my .emacs as well to reproduce the
problem):

** TODO whatever
   :PROPERTIES:
   :Date:     Sat, 10 Sep 2011 14:42:46 +0200
   :Message:  [[message://4E6B5B46.50006@josuttis.de][Review of "The C++ Standard Library, 2nd Edition"]], [[message://4E748B89.8080805@josuttis.de][{libbok2} Updated files: io, i18n, container adapters]]
   :END:

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

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

* Re: Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]
  2011-09-17 23:00   ` Dave Abrahams
@ 2011-09-18  1:27     ` Bernt Hansen
  2011-09-18  2:52       ` Dave Abrahams
  2011-09-18  3:46       ` Eric Abrahamsen
  0 siblings, 2 replies; 6+ messages in thread
From: Bernt Hansen @ 2011-09-18  1:27 UTC (permalink / raw)
  To: Dave Abrahams; +Cc: emacs-orgmode

Dave Abrahams <dave@boostpro.com> writes:

> on Sat Sep 17 2011, Bernt Hansen <bernt-AT-norang.ca> wrote:
>
>> Dave Abrahams <dave@boostpro.com> writes:
>>
>>> 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.
>>> ------------------------------------------------------------------------
>>>
>>> I have the following in my properties drawer:
>>>
>>>    :Message:  [[message://4E6B5B46.50006@josuttis.de][Review of "The C++ Standard Library, 2nd Edition"]]
>>>
>>> The rendering looks like the attached screenshot, though:
>>>
>>>
>>>
>>>
>>> Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
>>>  of 2011-09-12 on pluto.luannocracy.com
>>> Package: Org-mode version 7.7 (release_7.7.292.g0d4e8.dirty)
>>
>> This works fine for me on Linux in a minimal emacs setup.
>> Org-mode version 7.7 (release_7.7.297.g64784.dirty)
>> GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11
>> on raven, modified by Debian
>>
>> I have strikethrough disabled in my normal setup
>> (http://doc.norang.ca/org-mode.html#sec-16-4) but my minimal emacs test
>> doesn't include this setting.
>>
>> Can you check if it is something in your local configuration that is
>> causing this problem?
>
> Heh, it even happens with emacs -Q if you have a "+" character in the
> previous line (which is required with my .emacs as well to reproduce the
> problem):
>
> ** TODO whatever
>    :PROPERTIES:
>    :Date:     Sat, 10 Sep 2011 14:42:46 +0200
>    :Message: [[message://4E6B5B46.50006@josuttis.de][Review of "The
> C++ Standard Library, 2nd Edition"]],
> [[message://4E748B89.8080805@josuttis.de][{libbok2} Updated files: io,
> i18n, container adapters]]
>    :END:

Ah, I didn't have the + on the previous line earlier.  I can reproduce
this with the above example.  Personally I would just turn off the
strike-through emphasis to 'fix' this problem but maybe the regexp that
matches emphasis on a line shouldn't allow newlines to match.

I'm not sure what other side effects this change might have.

-Bernt

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

* Re: Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]
  2011-09-18  1:27     ` Bernt Hansen
@ 2011-09-18  2:52       ` Dave Abrahams
  2011-09-18  3:46       ` Eric Abrahamsen
  1 sibling, 0 replies; 6+ messages in thread
From: Dave Abrahams @ 2011-09-18  2:52 UTC (permalink / raw)
  To: emacs-orgmode


on Sat Sep 17 2011, Bernt Hansen <bernt-AT-norang.ca> wrote:

> Dave Abrahams <dave@boostpro.com> writes:
>
>> on Sat Sep 17 2011, Bernt Hansen <bernt-AT-norang.ca> wrote:
>>
>>> Dave Abrahams <dave@boostpro.com> writes:
>>>
>>>> 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.
>>>> ------------------------------------------------------------------------
>>>>
>>>> I have the following in my properties drawer:
>>>>
>>>>    :Message:  [[message://4E6B5B46.50006@josuttis.de][Review of "The C++ Standard Library, 2nd Edition"]]
>>>>
>>>> The rendering looks like the attached screenshot, though:
>>>>
>>>>
>>>>
>>>>
>>>> Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
>>>>  of 2011-09-12 on pluto.luannocracy.com
>>>> Package: Org-mode version 7.7 (release_7.7.292.g0d4e8.dirty)
>>>
>>> This works fine for me on Linux in a minimal emacs setup.
>>> Org-mode version 7.7 (release_7.7.297.g64784.dirty)
>>> GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11
>>> on raven, modified by Debian
>>>
>>> I have strikethrough disabled in my normal setup
>>> (http://doc.norang.ca/org-mode.html#sec-16-4) but my minimal emacs test
>>> doesn't include this setting.
>>>
>>> Can you check if it is something in your local configuration that is
>>> causing this problem?
>>
>> Heh, it even happens with emacs -Q if you have a "+" character in the
>> previous line (which is required with my .emacs as well to reproduce the
>> problem):
>>
>> ** TODO whatever
>>    :PROPERTIES:
>>    :Date:     Sat, 10 Sep 2011 14:42:46 +0200
>>    :Message: [[message://4E6B5B46.50006@josuttis.de][Review of "The
>> C++ Standard Library, 2nd Edition"]],
>> [[message://4E748B89.8080805@josuttis.de][{libbok2} Updated files: io,
>> i18n, container adapters]]
>>    :END:
>
> Ah, I didn't have the + on the previous line earlier.  I can reproduce
> this with the above example.  Personally I would just turn off the
> strike-through emphasis to 'fix' this problem but maybe the regexp that
> matches emphasis on a line shouldn't allow newlines to match.
> I'm not sure what other side effects this change might have.

I think that's too simplistic.  We don't want to forbid multiline
strikethrough, but IMO markup detection should never propagate across
distinct items in a property drawer, across paragraph boundaries, etc.

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

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

* Re: Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]
  2011-09-18  1:27     ` Bernt Hansen
  2011-09-18  2:52       ` Dave Abrahams
@ 2011-09-18  3:46       ` Eric Abrahamsen
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Abrahamsen @ 2011-09-18  3:46 UTC (permalink / raw)
  To: emacs-orgmode

On Sun, Sep 18 2011, Bernt Hansen wrote:

> Dave Abrahams <dave@boostpro.com> writes:
>
>> on Sat Sep 17 2011, Bernt Hansen <bernt-AT-norang.ca> wrote:
>>
>>> Dave Abrahams <dave@boostpro.com> writes:
>>>
>>>> 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.
>>>> ------------------------------------------------------------------------
>>>>
>>>> I have the following in my properties drawer:
>>>>
>>>>    :Message:  [[message://4E6B5B46.50006@josuttis.de][Review of "The C++ Standard Library, 2nd Edition"]]
>>>>
>>>> The rendering looks like the attached screenshot, though:
>>>>
>>>>
>>>>
>>>>
>>>> Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
>>>>  of 2011-09-12 on pluto.luannocracy.com
>>>> Package: Org-mode version 7.7 (release_7.7.292.g0d4e8.dirty)
>>>
>>> This works fine for me on Linux in a minimal emacs setup.
>>> Org-mode version 7.7 (release_7.7.297.g64784.dirty)
>>> GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11
>>> on raven, modified by Debian
>>>
>>> I have strikethrough disabled in my normal setup
>>> (http://doc.norang.ca/org-mode.html#sec-16-4) but my minimal emacs test
>>> doesn't include this setting.
>>>
>>> Can you check if it is something in your local configuration that is
>>> causing this problem?
>>
>> Heh, it even happens with emacs -Q if you have a "+" character in the
>> previous line (which is required with my .emacs as well to reproduce the
>> problem):
>>
>> ** TODO whatever
>>    :PROPERTIES:
>>    :Date:     Sat, 10 Sep 2011 14:42:46 +0200
>>    :Message: [[message://4E6B5B46.50006@josuttis.de][Review of "The
>> C++ Standard Library, 2nd Edition"]],
>> [[message://4E748B89.8080805@josuttis.de][{libbok2} Updated files: io,
>> i18n, container adapters]]
>>    :END:
>
> Ah, I didn't have the + on the previous line earlier.  I can reproduce
> this with the above example.  Personally I would just turn off the
> strike-through emphasis to 'fix' this problem but maybe the regexp that
> matches emphasis on a line shouldn't allow newlines to match.
>
> I'm not sure what other side effects this change might have.

The variable `org-emphasis-regexp-components' already includes this
feature -- the last element of the list is the number of newlines that
are allowed in an emphasis match.

-- 
GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4)
 of 2011-04-04 on rothera, modified by Debian
Org-mode version 7.7 (release_7.7.292.ge746.dirty)

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

end of thread, other threads:[~2011-09-18  3:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-17 16:17 Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)] Dave Abrahams
2011-09-17 19:55 ` Bernt Hansen
2011-09-17 23:00   ` Dave Abrahams
2011-09-18  1:27     ` Bernt Hansen
2011-09-18  2:52       ` Dave Abrahams
2011-09-18  3:46       ` Eric Abrahamsen

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).