How to avoid "Listing 1" on all code examples in org2blog export to wordpress?

2019-12-27 Thread Steinar Bang
Platform: GNU Emacs 26.3 (build 1, i686-w64-mingw32) of 2019-08-29 Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ c:/ProgramFiles/emacs-26.3-i686/share/emacs/26.3/lisp/org/) Org2Blog 1.1.1 When I export to wordpress I get "Listing 1" on all text or code examples in the

Re: Bug: wsl org-open-at-point [9.1.14 (9.1.14-9-g131531-elpa @ /home/boss5/.emacs.d/elpa/org-20181112/)]

2019-12-27 Thread Fabrice Popineau
Sent the message too quickly. Obviously, you will have to adapt the paths in w32-shell-execute with your own setup and the location of files you want to open. WSL allows different options to mount your NTFS drive or to create links between directories. Regards, Fabrice Le ven. 27 déc. 2019 à

Re: Bug: wsl org-open-at-point [9.1.14 (9.1.14-9-g131531-elpa @ /home/boss5/.emacs.d/elpa/org-20181112/)]

2019-12-27 Thread Fabrice Popineau
Hi, I had to solve this problem too. I used these functions: (defun w32-shell-execute (operation document parameters show-flag) (if (and operation (not (string= "open" operation))) (error "Don't know how to %s %s" operation document) (call-process

Bug: wsl org-open-at-point [9.1.14 (9.1.14-9-g131531-elpa @ /home/boss5/.emacs.d/elpa/org-20181112/)]

2019-12-27 Thread Steve Miano
On WSL, using emacs 25.1, in org-mode there is a bug/design issue. It the issue is: When opening a link in org-mode using C-c C-o, org-open-at-point doesn't work. It does find the browser, if you have set (setq browse-url-firefox-program "/mnt/c/PROGRA~1/MOZILL~1/firefox.exe") and does run the

Re: refile captured to all opened Org buffer files as targets

2019-12-27 Thread stardiviner
Adam Porter writes: > org-buffer-list is a compiled Lisp function in ‘org.el’. > > (org-buffer-list PREDICATE EXCLUDE-TMP) > > Return a list of Org buffers. > PREDICATE can be ‘export’, ‘files’ or ‘agenda’. > > export restrict the list to Export buffers. > files

Re: Table results doesn't work for dotted lists

2019-12-27 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > #+begin_src emacs-lisp :results table > '(hline (hi) (there) hline) > #+end_src > > > #+RESULTS: > |---| > | hi| > | there | > |---| > > but then :results table has no effect on this > > #+begin_src emacs-lisp :results table > '(hline (hi . bye)

Re: [PATCH] ob-java.el: Add header argument to pass command line args

2019-12-27 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > I posted an updated version of the patch here on December 1st, but I > have not yet seen it in the master branch so far. Was the patch ok, or > do I still need to do something else than wait? It probably felt off the cracks, sorry about that. I just applied it.

Visual index for Org based presentation slide sets

2019-12-27 Thread Michael Welle
Hello, Christmas time is also the time when the heating in the office is shut off. Time to think about not so essential things ;). On [0] you will find an index of reveal based presentations. Is there something similar for Org based presentations? Maybe even a visual index? Something where you

Re: [PATCH] ob-java.el: Add header argument to pass command line args

2019-12-27 Thread Jarmo Hurri
Greetings. I posted an updated version of the patch here on December 1st, but I have not yet seen it in the master branch so far. Was the patch ok, or do I still need to do something else than wait? As a new year approaches, I too want to thank everyone involved in Org for creating such a