Re: [O] Treat custom environment as verbatim on export

2015-05-24 Thread Charles C. Berry
On Sun, 24 May 2015, Nicolas Goaziou wrote: Rasmus writes: It's a special block, so e.g. org-latex-special-block. But contents is already transcoded by the time in arrives to e.g. org-latex-special-block. To the extend this should be fixed, one way would be to allow a raw option to special b

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-24 Thread Titus von der Malsburg
On 2015-05-24 Sun 10:09, Thomas S. Dye wrote: > Titus von der Malsburg writes: > >> On 2015-05-24 Sun 08:36, Thomas S. Dye wrote: >>> Titus von der Malsburg writes: >>> > You got the result of rownames(x), which is expected. The table you > expect is given by the following code: >>

Re: [O] Treat custom environment as verbatim on export

2015-05-24 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> It's a special block, so e.g. org-latex-special-block. But contents is >> already transcoded by the time in arrives to e.g. org-latex-special-block. >> To the extend this should be fixed, one way would be to allow a raw option >> to special blocks (

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-24 Thread Thomas S. Dye
Titus von der Malsburg writes: > On 2015-05-24 Sun 08:36, Thomas S. Dye wrote: >> Titus von der Malsburg writes: >> You got the result of rownames(x), which is expected. The table you expect is given by the following code: >>> >>> Ah, I see, thanks. Although the results is still some

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-24 Thread Titus von der Malsburg
On 2015-05-24 Sun 08:36, Thomas S. Dye wrote: > Titus von der Malsburg writes: > >>> You got the result of rownames(x), which is expected. The table you >>> expect is given by the following code: >> >> Ah, I see, thanks. Although the results is still somewhat >> unexpected. c("One:", "Two:") d

Re: [O] [RFC] Org linting library

2015-05-24 Thread Rainer M Krug
Nicolas Goaziou writes: > Rainer M Krug writes: > >> Concerning ignoring: it would be nice to dynamically exclude certain >> types of messages - i.e. hiding them from the results of the >> linting. I don't think this is possible at >> the moment? >> >> I have literally about 100 names with a col

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-24 Thread Thomas S. Dye
Titus von der Malsburg writes: >> You got the result of rownames(x), which is expected. The table you >> expect is given by the following code: > > Ah, I see, thanks. Although the results is still somewhat > unexpected. c("One:", "Two:") doesn’t have rownames and colnames. So > org apparently

Re: [O] Treat custom environment as verbatim on export

2015-05-24 Thread Nicolas Goaziou
Rasmus writes: > It's a special block, so e.g. org-latex-special-block. But contents is > already transcoded by the time in arrives to e.g. org-latex-special-block. > To the extend this should be fixed, one way would be to allow a raw option > to special blocks (also needed for e.g. #+{begin,end

Re: [O] Formatted text (bold/italics) in agenda view

2015-05-24 Thread Nicolas Goaziou
Ali Tofigh writes: > I've noticed that formatting of text, e.g., using *text* or /text/, does not > show up in agenda view. Is there a way of enabling this? AFAIK, it is not possible at the moment. It would required special per-line fontification set-up, which is not implemented in org-agenda

Re: [O] [RFC] Org linting library

2015-05-24 Thread Nicolas Goaziou
Rainer M Krug writes: > Concerning ignoring: it would be nice to dynamically exclude certain > types of messages - i.e. hiding them from the results of the > linting. I don't think this is possible at > the moment? > > I have literally about 100 names with a colon - so these messages are > oversh

Re: [O] New maintainance team

2015-05-24 Thread Glyn Millington
Christian Moe writes: > Thanks and a big hand of applause to all of you, and to Nicolas, for > making Org-mode keep on rockin'. Seconded - from the archetypal clueless user! with best wishes Glyn

[O] [PATCH] ob-core: Fix indented cached result returning nil

2015-05-24 Thread Bjarte Johansen
Fix a problem where a source block would return nil oif the result was cached and it was indented. * lisp/ob-core.el (org-babel-execute-src-block): Move point to the the first character of the result instead of the beginning of the line. * testing/lisp/test-ob.el (test-org-babel/indented-cached

Re: [O] [PATCH] ob-core: Fix indented cached result returning nil

2015-05-24 Thread Bjarte Johansen
> On 24 May 2015, at 11:53, Bjarte Johansen wrote: > > >> On 24 May 2015, at 11:49, Bjarte Johansen wrote: >> >> >>> On 23 May 2015, at 21:50, Nicolas Goaziou wrote: >>> >>> Bjarte Johansen writes: >>> Fix a problem where a source block would return nil oif the result was cache

Re: [O] New maintainance team

2015-05-24 Thread Christian Moe
Thanks and a big hand of applause to all of you, and to Nicolas, for making Org-mode keep on rockin'. Yours, Christian Bastien writes: > Hi all, > > thanks for the quick answers on helping me with the maintaince. > > Here is the new maintainance team: > > Kyle Meyer will watch Emacs developm

[O] New maintainance team

2015-05-24 Thread Bastien
Hi all, thanks for the quick answers on helping me with the maintaince. Here is the new maintainance team: Kyle Meyer will watch Emacs development and merge changes there into the local Org repository. Elwood151 will be the contact for people who want to contribute and have their keys

Re: [O] Help needed on delegating some maintainance tasks

2015-05-24 Thread Bastien
Hi Robert, Robert Klein writes: > I'd like to help with 3 but would need an introduction. Great, thanks. I'll send a summary on the list soon. -- Bastien

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-05-24 Thread Rasmus
Nicolas Goaziou writes: > I think the best we can do is to hijack M-a/M-e when `orgstruct-mode' is > used. `orgtbl-mode' already does it actually. I tried to do this, but somehow I cannot get the magic that builds orgstruct-mode-map to recognize org-{forward,backward}-sentence. I think it has t

Re: [O] [PATCH] ob-core: Fix indented cached result returning nil

2015-05-24 Thread Bjarte Johansen
> On 24 May 2015, at 11:49, Bjarte Johansen wrote: > > >> On 23 May 2015, at 21:50, Nicolas Goaziou wrote: >> >> Bjarte Johansen writes: >> >>> Fix a problem where a source block would return nil oif the result was >>> cached and it was indented. >> >> Thank you. >> >> However, the test

Re: [O] [PATCH] ob-core: Fix indented cached result returning nil

2015-05-24 Thread Bjarte Johansen
> On 23 May 2015, at 21:50, Nicolas Goaziou wrote: > > Bjarte Johansen writes: > >> Fix a problem where a source block would return nil oif the result was >> cached and it was indented. > > Thank you. > > However, the test you provide fails. I suggest to create "test.txt" in > `temporary-fi

Re: [O] Help needed on delegating some maintainance tasks

2015-05-24 Thread M
> Von: Rasmus > Datum: Sat, 23 May 2015 11:31:57 +0200 > An: > Betreff: Re: [O] Help needed on delegating some maintainance tasks > > Hi, > > Bastien writes: > >> 1. Watching the emacs-diffs mailing list and backport changes on Org >>in the local Org repository (2 hours per month). >> >

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-24 Thread Titus von der Malsburg
On 2015-05-24 Sun 00:01, Thomas S. Dye wrote: > Titus von der Malsburg writes: > >> I’m exporting the following document to LaTeX >> >> #+BEGIN_SRC R :results table :exports results :colnames yes :rownames yes >> x <- data.frame(a=1:2, b=3:4) >> rownames(x) <- c("One:", "Two:") >> #+END_SRC >

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-24 Thread Thomas S. Dye
Titus von der Malsburg writes: > I’m exporting the following document to LaTeX > > #+BEGIN_SRC R :results table :exports results :colnames yes :rownames yes > x <- data.frame(a=1:2, b=3:4) > rownames(x) <- c("One:", "Two:") > #+END_SRC > > and expect a table with the following layout: > >