Re: [O] [patch] structure snippet completions

2017-12-07 Thread Rasmus
Rasmus writes: > Hi, > > Nicolas Goaziou writes: > >> It looks like a typo, but the two lines above are commented. > > Indeed. Thanks. > >> Also, would it make sense to add a few tests? > > I never feel very creative about tests but I have added some. > >

[O] bug#24791: bug#24791: org-todo-yesterday behaves like plain org-todo (incorrect timestamp)

2017-12-07 Thread Allen Li
On Mon, Dec 4, 2017 at 11:59 AM, Nicolas Goaziou wrote: > Hello, > > Allen Li writes: > >> On Fri, Dec 1, 2017 at 1:53 PM, Nicolas Goaziou >> wrote: >>> Hello, >>> >>> Jan Böhm writes: >>>

Re: [O] [patch] structure snippet completions

2017-12-07 Thread Rasmus
Hi, Nicolas Goaziou writes: > It looks like a typo, but the two lines above are commented. Indeed. Thanks. > Also, would it make sense to add a few tests? I never feel very creative about tests but I have added some. I have also pushed the code. "

Re: [O] [patch] structure snippet completions

2017-12-07 Thread Kaushal Modi
On Thu, Dec 7, 2017 at 6:51 PM Rasmus wrote: > Rasmus writes: > One possible "bug" that I discovered is illustrated by the following > example. > > * foo > suggested indention > > When I tab at point ("|") extra indention will be stripped. I don’t >

Re: [O] Bug: subtree archiving when Archive is not final headline yields bad visibility [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2+gg1+12/lisp/org/)]

2017-12-07 Thread Allen Li
On Wed, Dec 6, 2017 at 12:19 PM, Allen Li wrote: > (Can reproduce with Org 9.1.3, submitting with emacs -Q) > > Using a file tmp.org: > > * Foo > ** Archive :ARCHIVE: > *** Test > :PROPERTIES: > :ARCHIVE_TIME: 2017-12-06 Wed 12:13 > :END: >

[O] Still there are some places that the new org-babel markers are not unified yet

2017-12-07 Thread stardiviner
By default, the org-babel markers is lower-case now. But I found in the following case, it is upper-case still. ``` #+begin_src clojure :results code :wrap src html (:body (clj-http.client/get "http://localhost:80;)) #+end_src #+RESULTS: #+BEGIN_src html "\n\n\nWelcome to nginx!\n\n    body {\n   

[O] Problems with Org-mode & Minted

2017-12-07 Thread jerome moliere
Hi all Org-mode gurus, I am trying to use the minted package with Org-mode to generate a big slides deck containing java code & XML code listtings... It's almost OK execpted that I am unaable to set any option to adapt the listings to my needs.. As a consequence the listings come in raw excepted

Re: [O] Problems with Org-mode & Minted

2017-12-07 Thread Alan Schmitt
Hello, On 2017-12-07 10:42, jerome moliere writes: > org-latex-minted-options '(("frame" "lines") ("linenos=true") > ("fontsize=\scriptsize") ) I think this is wrong, you should have two strings in each list. Have you tried '(("frame" "lines") ("linenos"

Re: [O] allow gnuplot to generate plot in different directories

2017-12-07 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > I have no idea what the protocol here is. But, in any case, attached is > a new patch relative to maint. Applied. Thank you. > I hate upper case (an RSI thing... ;-)) but okay. also noting that the > previous comment started with lower case.

Re: [O] Problems with Org-mode & Minted

2017-12-07 Thread jerome moliere
Thanks Alan I wondered about this strange syntax mix .. I will investigate , following thi strack... Regards J.MOLIERE - Mentor/J 2017-12-07 11:18 GMT+01:00 Alan Schmitt : > Hello, > > On 2017-12-07 10:42, jerome moliere writes: > > >