Re: [O] running a source code by name

2018-05-30 Thread Berry, Charles
> On May 29, 2018, at 11:59 PM, Julian M. Burgos > wrote: > > I am building an org template to create html presentations using the R > package xaringan. In my case each slide is a markdown source block. > The elisp block tangles everything into a Rmd file, and the R block runs >

Re: [O] C++ is not accepted for SRC block evaluation

2018-05-30 Thread Berry, Charles
> On May 30, 2018, at 4:11 AM, Nicolas Goaziou wrote: > > Hello, > > Aaron Ecay writes: > >> Improved documentation is never a bad thing. OTOH, I personally would >> not spend time on implementing the mapping you propose. > > I simply added a footnote about C++ and D languages. > >>

[O] Agenda search: setting sort-order

2018-05-30 Thread Nathan Neff
Hi all, I'm using org-mode version 9.1.13 from elpa, and have a custom agenda command: (setq org-agenda-custom-commands '( ("z" search "" ((org-agenda-sorting-strategy '(timestamp-up)) And I have an org-file with this data: * TODO [#C] Test1 :foo: <2018-04-24 Tue 19:30> *

[O] org-publish report error cond: Unknown language ‘sh’ at line 2 in ‘ *temp*’

2018-05-30 Thread stardiviner
When org file use `#+begin_src sh` instead of `#+begin_src shell`. org-publish report error: : cond: Unknown language ‘sh’ at line 2 in ‘ *temp*’ I'm sure I loaded (shell . t) babel language. Here is my config: , | (setq org-babel-load-languages | '((org . t) ;

[O] [BUG] org-insert-structure-template on region selected text will delete some characters

2018-05-30 Thread stardiviner
For example: Region select on: ENTRYPOINT ["/usr/sbin/nginx"] When I press =[C-c C-,]= on this region, the region content will be wrapped with src block, but it deleted the last "]". This is a bug I think. -- [ stardiviner ] don't need to convince with trends. Blog:

Re: [O] unable to edit indirect-buffer in fundamental mode without losing pretty printing in base buffer org mode

2018-05-30 Thread Van L
> Nicolas Goaziou writes: > > I assume you mean that sub/superscript markers are hidden (i.e., > relevant configuration settings for WYSIWYG). > > But in what cases do users need to edit the textual markup? Can they be > avoided ? I use the markup to help read language with differing

Re: [O] running a source code by name

2018-05-30 Thread Julian M. Burgos
Thanks guys. A combination of org-babel-goto-named-src-block and org-babel-execute-src-block did the trick. I am building an org template to create html presentations using the R package xaringan. In my case each slide is a markdown source block. The elisp block tangles everything into a Rmd

Re: [O] C++ is not accepted for SRC block evaluation

2018-05-30 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > Improved documentation is never a bad thing. OTOH, I personally would > not spend time on implementing the mapping you propose. I simply added a footnote about C++ and D languages. > org-babel-do-load-languages is IMO a relic. I think that all babel > languages

Re: [O] org master: make fails

2018-05-30 Thread Nicolas Goaziou
Hello, Julius Dittmar writes: > on two of my computers, both openSUSE-based with org-mode current master > and current texlive installed, make fails. > > The last messages are: > > make -C doc info > make[1]: Entering directory `/XXX/git/org-mode-CURRENT/doc' > emacs -Q -batch --eval '(setq

Re: [O] ox-odt in Org 8.2.10 and 9.1.13: killed buffer is read-only

2018-05-30 Thread Nicolas Goaziou
Hello, Adonay Felipe Nogueira writes: > Make any .org file, and export it. > > The error is something like this: > > Making completion list... > LaTeX to MathML converter not available. > Formatting LaTeX using verbatim > Wrote /tmp/odt-21540L0A/meta.xml > Using vacuous schema [2 times] >

Re: [O] unable to edit indirect-buffer in fundamental mode without losing pretty printing in base buffer org mode

2018-05-30 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > +1 on this idea from me. I created a "next" branch that we can merge in master once we're out feature freeze. > I describe the problem as: Org tries to be slightly WYSIWYG in terms of > subscripts (with the relevant configuration settings). But the facade > over

Re: [O] [bzg/org-mode] Added latex export option to ob-plantuml.el (#1)

2018-05-30 Thread Nicolas Goaziou
Hello, "Roger J. H. Welsh" writes: > On Tue, May 22, 2018 at 11:16:44AM +0200 , Nicolas Goaziou wrote: >> Thank you. Could you provide a proper commit message, i.e., including >> the function being modified: >> >> * lisp/ob-plantuml.el (... function ...): ... change ... > I have made the

Re: [O] org master: make fails

2018-05-30 Thread Julius Dittmar
Am 30.05.2018 um 12:36 schrieb Nicolas Goaziou: > Julius Dittmar writes: >> on two of my computers, both openSUSE-based with org-mode current master >> and current texlive installed, make fails. >> >> The last messages are: >> >> make -C doc info >> make[1]: Entering directory