Hi Michael,
Michael Brand writes:
> Some time ago I added url-encode-url already to the function
> org-open-at-point. As this is not in maint and the attached patch
> depends on it I intend to apply the latter only on master.
Looks good, feel free to apply it on master, thanks!
--
Bastien
Hi Bastien
>From the commit of Rick Frankel for org-html-link (reformatted):
#+BEGIN_SRC emacs-lisp
(org-link-escape
(org-link-unescape (concat type ":" raw-path))
org-link-escape-chars-browser)
#+END_SRC
I would like to discourage the use of the constant
org-link-escape-chars-browser in
On Tue, Feb 11, 2014 at 11:10 AM, Bastien wrote:
> Hi Mark,
>
> it has been fixed in the master branch by Rick, I've cherry-picked the
> change in the maint branch so that it will be part of the next minor
> release.
>
> Thanks,
>
>
Hi Bastien and Rick,
Thanks for the great support.
--
Mark
Hi Mark,
it has been fixed in the master branch by Rick, I've cherry-picked the
change in the maint branch so that it will be part of the next minor
release.
Thanks,
--
Bastien
On Mon, Feb 10, 2014 at 12:06 PM, Bastien wrote:
> Hi Mark,
>
> Mark Janssen writes:
>
> > If I insert a http:// link containing question marks, the verbatim
> > link being inserted in the org document has the question mark
> > escaped.
>
> I can't reproduce this with latest stable or unstable O
Hi Mark,
Mark Janssen writes:
> If I insert a http:// link containing question marks, the verbatim
> link being inserted in the org document has the question mark
> escaped.
I can't reproduce this with latest stable or unstable Org version.
What version of Org and Emacs are you using?
M-x org
On Sun, Feb 9, 2014 at 11:07 PM, Mark Janssen wrote:
>
>
>>
> Seems (setq org-url-hexify-p nil) will give me the required behavior.
>
> Mark
>
>
This didn't work, so I investigated a bit further. Because the = sign is
included in org-link-escape-chars, the org-url-hexify-p value will not make
anu
On Sun, Feb 9, 2014 at 9:56 PM, Mark Janssen wrote:
> Hello list,
>
> If I insert a http:// link containing question marks, the verbatim link
> being inserted in the org document has the question mark escaped.
>
>
>
Seems (setq org-url-hexify-p nil) will give me the required behavior.
Mark
Hello list,
If I insert a http:// link containing question marks, the verbatim link
being inserted in the org document has the question mark escaped.
For example the link
http://mpcjanssen.nl/fossil/simpletask/tktview?name=ee0504fc8c
is actually inserted as:
[[http://mpcjanssen.nl/fossil/simpl