emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [PATCH] Escape double quotes in URL passed to browse-url


From: Michael Brand
Subject: [O] [PATCH] Escape double quotes in URL passed to browse-url
Date: Sun, 5 May 2013 17:04:40 +0200

Escape double quotes in URL passed to browse-url

* lisp/org.el (org-link-escape-chars-browser): Add char double quote.
* lisp/org.el (org-open-at-point): Make use of the constant
`org-link-escape-chars-browser'.
* testing/lisp/test-org.el
(test-org/org-link-unescape-ascii-extended-char): Fill paragraph.
(test-org/org-link-escape-url-with-escaped-char): Fill paragraph and
typo.
(test-org/org-link-escape-chars-browser): New test.

This is to make work to open the Org link
[[http://some.host.com/search?q="Org mode"]] in a browser.

Attachment: 0001-Escape-double-quotes-in-URL-passed-to-browse-url.patch.txt
Description: Text document


reply via email to

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