[O] org-store-link stores spaces as "%20"

2019-07-16 Thread Wolfram Volpi
org-store-link stores spaces in links as "%20".
Like this:  [[file:../home.org::target%20A]] 
The "%20" causes org-publish to say, "No match for fuzzy expression".The org 
links work well with %20 or with spaces.
Like this:  [[file:../home.org::*headline A]]Is there a purpose for 
org-store-link storing %20 instead of space?
Work-a-round:
- Use org-store-link and org-insert-link to insert link, which results in a 
link where spaces are %20.- Then manually edit link to replace %20 with space.- 
Then run org-publish to make html files with links.
The issue was described on 
https://lists.gnu.org/archive/html/emacs-orgmode/2018-01/msg00131.html.
But the thread attributed the bug to org-publish.
Maybe the real culprit is org-store-link automatically replacing spaces with 
%20.In which case the bug fix would be to have org-store-link store link with 
space (not %20).
Wolfram Volpi 

[O] correction to org-tutorial

2019-03-12 Thread Wolfram Volpi
Please make a correction to this tutorial: 
https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html.
Change "(require 'org-publish)" to "(require 'ox-publish)".
This correction was tested on 
https://emacs.stackexchange.com/questions/48273/no-such-file-or-directory-org-publish.

Wolfram Volpi

[O] verbatim =[[link]]= and code ~[[link]]~ render as links

2017-08-08 Thread Wolfram Volpi
org-mode renders links in verbatim and code as links:


verbatim: =[[link]]=

code: ~[[link]]~



They should be rendered as plain text.


I am running org-version 9.0.9.


 System Info :computer:

- OS: gnu/linux

- Emacs: 25.2.1

- Spacemacs: 0.200.9

- Spacemacs branch: master (rev. 8e1af145)

- Graphic display: t

- Distribution: spacemacs

- Editing style: vim

- Completion: ivy

- Layers:

```elisp

(ivy evil-snipe emacs-lisp org spell-checking)

```

- System configuration features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND 
DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT 
LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 MODULES XWIDGETS



Wolfram Volpi



[O] emacs-orgmode "Archives Search String" search box is broken.

2017-08-08 Thread Wolfram Volpi
>From http://lists.gnu.org/archive/html/emacs-orgmode/, the emacs-orgmode 
>"Archives Search String".
The search box gets results that have nothing to do with the search terms I 
entered.

hesiii said the same thing on 
https://www.reddit.com/r/orgmode/comments/69omn5/how_to_search_mailing_list_archive/