Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-24 Thread briangpowell .
* Since your situation, is one like this: "This is not a bug. - :: *is* description list syntax"--i.e. you are grep-ing for what Emacs Org-Mode is seeing as a "description list"; and, this is "by design" e.g.: * Lord of the Rings - Elijah Wood :: He plays Frodo - Sean Astin :: He plays Sam,

[O] [ANN] Small improvements in Columns view

2016-02-24 Thread Nicolas Goaziou
Hello, It is now possible to use custom summaries in Columns view, and re-use the same property in multiple columns. In the latter situation, the first columns referencing the property determines how the values for that property are to be computed. The following example illustrates these feature

Re: [O] How to stop () or [] from messing up text color

2016-02-24 Thread Nicolas Goaziou
Roman Milner writes: > Can you tell me what version of org you are on? I'm on 8.3.3. Development version (i.e, git HEAD). Regards,

Re: [O] How to stop () or [] from messing up text color

2016-02-24 Thread Roman Milner
Can you tell me what version of org you are on? I'm on 8.3.3. Thanks Roman On Feb 24, 2016 5:03 PM, "Nicolas Goaziou" wrote: > Hello, > > Roman Milner writes: > > > > As soon as I put braces or parens in a heading the rest of the line turns > > black. Adding a priority can trigger this. > > > >

Re: [O] How to stop () or [] from messing up text color

2016-02-24 Thread Nicolas Goaziou
Hello, Roman Milner writes: > > As soon as I put braces or parens in a heading the rest of the line turns > black. Adding a priority can trigger this. > > The black text after the braces shows as being the default face not an org > mode face. I cannot reproduce it. Regards, -- Nicolas Goazio

[O] How to stop () or [] from messing up text color

2016-02-24 Thread Roman Milner
Hello - As soon as I put braces or parens in a heading the rest of the line turns black. Adding a priority can trigger this. The black text after the braces shows as being the default face not an org mode face. Is there any workaround for this? Thanks Roman

[O] streamlined capture on iphone

2016-02-24 Thread Skip Collins
MobileOrg on the iPhone is not very useful to me. As many people do, I use my iPhone as a way to capture input on the go, usually in the form of short text snippets or notes. One thing that has made this work better for me is a streamlined process for getting the text into Org via org-feed. My pref

Re: [O] what happened to :wrap HTML ?

2016-02-24 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> Giuseppe Lipari writes: >> >>> Hello, >>> >>> I used to generate html code with a python script using org-babel, like >>> this: >>> >>> %--- example.org -% >>> * This is an example of export in HTML >>> #+BEGIN_SRC python

Re: [O] what happened to :wrap HTML ?

2016-02-24 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Giuseppe Lipari writes: > >> Hello, >> >> I used to generate html code with a python script using org-babel, like this: >> >> %--- example.org -% >> * This is an example of export in HTML >> #+BEGIN_SRC python :exports results :results output :wrap HTML >

Re: [O] what happened to :wrap HTML ?

2016-02-24 Thread Nick Dokos
Giuseppe Lipari writes: > Hello, > > I used to generate html code with a python script using org-babel, like this: > > %--- example.org -% > * This is an example of export in HTML > #+BEGIN_SRC python :exports results :results output :wrap HTML > print " first item" > print " second

Re: [O] Cannot export bash src: more details

2016-02-24 Thread Giuseppe Lipari
Hello, thank you, although for the moment it does not help. Unfortunately I have *a lot* of old slides that I am correcting and regenerating step by step. They used to compile just fine with the previous version, and now this strange problem make me lose a lot of time just for changing indentatio

[O] what happened to :wrap HTML ?

2016-02-24 Thread Giuseppe Lipari
Hello, I used to generate html code with a python script using org-babel, like this: %--- example.org -% * This is an example of export in HTML #+BEGIN_SRC python :exports results :results output :wrap HTML print " first item" print " second item " print "" #+END_SRC %--- example

Re: [O] bug report: "File mode specification error: (error "before first heading")

2016-02-24 Thread Eric S Fraga
On Thursday, 18 Feb 2016 at 15:24, ilya shlyakhter wrote: > When loading any org file, I'm getting "File mode specification error: > (error "before first heading")" . This happens starting with > release_8.3.3 ; with release_8.3.2 , no error. Emacs version is > GNU Emacs 24.3.1 (x86_64-unknown-li

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-24 Thread Nick Dokos
Nicolas Goaziou writes: >> Count me confused - although the OP is talking about unnumbered lists, >> his example only has headlines and numbered lists. Is the link broken >> when in the headline or only when it's an unnumbered list item? > > IIUC, the OP is using unnumbered lists with an asterisk

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-24 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Nicolas Goaziou writes: > >> Josef Atmin writes: >> when a shell command in an unnumbered list includes '::', it is not recognized as a shell command anymore. To reproduce the bug, paste the following two lines in file 'tmp' a

Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> But I don't know how to obtain >> >> \begin{longtabu}{|l|l|} > Like this: > | / | <>| <> | > | | hallo | this | > Notice the empty special column at the beginning. Cool!! Thanks

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-24 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Josef Atmin writes: > >>> when a shell command in an unnumbered list includes '::', it is not >>> recognized as a shell >>> command anymore. >>> >>> To reproduce the bug, paste the following two lines in file 'tmp' >>> >>> asdf :: asdf >>> asdf :: qwer

Re: [O] (message "Greedy org-protocol handler. Killing client.")

2016-02-24 Thread Samuel Wales
thank you. i don't have any defadvice on anything server-related, or anything likely to be called by a library. does that also count? On 2/24/16, Oleh Krehel wrote: >> org-protocol works less than half the time now. > So I suggest examining your custom advises. And see if disabling some of > th

Re: [O] orgtbl-insert-radio-table, latex and org-time-stamp-custom-formats

2016-02-24 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > What is the value of `org-display-custom-times'? Nil > Regards, thanks Uwe

Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > But I don't know how to obtain > > \begin{longtabu}{|l|l|} Like this: | / | <>| <> | | | hallo | this | Notice the empty special column at the beginning. Regards, -- Nicolas Goaziou

[O] bug#22735: please close 22735 (i would like to replace it with 22776)

2016-02-24 Thread Nicolas Goaziou
Hello, David Caldwell writes: > After more experimentation, I got a better understanding of the > functionality and now consider bug 22735 to be invalid as written.  I > now think it's a more fundamental issue of not handling an Effort_ALL > with more than 10 entries. > > That issue is documente

Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> This is the usual setting, but I would like to obtain the following >> >> % BEGIN RECEIVE ORGTBL test >> \begin{longtabu}{|l|l|} >> \hline >> Name & Date\\ \hline >> Joe Doe & «2016-02-24 Wed»\

Re: [O] * [[shell:cat ~/tmp | grep "asdf :: "]] does not work.

2016-02-24 Thread Nicolas Goaziou
Hello, Josef Atmin writes: >> when a shell command in an unnumbered list includes '::', it is not >> recognized as a shell >> command anymore. >> >> To reproduce the bug, paste the following two lines in file 'tmp' >> >> asdf :: asdf >> asdf :: qwer >> >> and add the following shell comm

Re: [O] "atomic knowledge" modeling tool

2016-02-24 Thread Eric S Fraga
On Monday, 22 Feb 2016 at 10:04, Samuel Loury wrote: [...] > Reproducing a slow behavior is not easy. Today, the agenda is produced > in about 10s with almost the same contents. I included the profiler > report anyway, hoping that you will find something useful in it. > > - command-execute

Re: [O] Cannot export bash src: more details

2016-02-24 Thread Eric S Fraga
On Tuesday, 23 Feb 2016 at 10:54, Giuseppe Lipari wrote: [...] > byte-code: Invalid search bound (wrong side of point) I have also run into this problem lately (well, early last week or the week before that) with src blocks that work just fine if moved to another place. Drove me crazy trying to

Re: [O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > This is the usual setting, but I would like to obtain the following > > % BEGIN RECEIVE ORGTBL test > \begin{longtabu}{|l|l|} > \hline > Name & Date\\ \hline > Joe Doe & «2016-02-24 Wed»\\ \hline > \end{longtabu} > % END RECEIVE ORGTBL test > \begin{comment} > #+ORGTB

Re: [O] orgtbl-insert-radio-table, latex and org-time-stamp-custom-formats

2016-02-24 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > I use from time to time in my latex files orgtbl-mode and > orgtbl-insert-radio-table (since org-time-stamp does not work in > orgtbl-mode I insert the stamps in a org file and then copy the content > into the radio table. However > the format > <2016-02-24 Wed> > > I

[O] format of orgtbl-insert-table: format {|l|l|} and longtabu

2016-02-24 Thread Uwe Brauer
% BEGIN RECEIVE ORGTBL test \begin{tabular}{ll} Name & Date\\ \hline Joe Doe & «2016-02-24 Wed»\\ \hline \end{tabular} % END RECEIVE ORGTBL test \begin{comment} #+ORGTBL: SEND test orgtbl-to-latex :lend " \\hline" | Name| Date | | Joe Doe | «2016-02-24 Wed» | \end{comment} T

[O] orgtbl-insert-radio-table, latex and org-time-stamp-custom-formats

2016-02-24 Thread Uwe Brauer
Hello I use from time to time in my latex files orgtbl-mode and orgtbl-insert-radio-table (since org-time-stamp does not work in orgtbl-mode I insert the stamps in a org file and then copy the content into the radio table. However the format <2016-02-24 Wed> Is not suited for LaTeX: < generates a

Re: [O] "No link found" for after <2016-02-21 Sun>

2016-02-24 Thread Josef Atmin
Dear Nicolas, that would be great. Thanks for letting me know. Josef. On Wed, Feb 24, 2016 at 11:58:16AM +0100, Nicolas Goaziou wrote: > Hello, > > Josef Atmin writes: > > > So there remains my wishlist item, namely that typing after a > > link results in a newline rather than activation of

Re: [O] "No link found" for after <2016-02-21 Sun>

2016-02-24 Thread Nicolas Goaziou
Hello, Josef Atmin writes: > So there remains my wishlist item, namely that typing after a > link results in a newline rather than activation of the link. I would > find it much better if only a on the link would activate it, > because I am often in the situation where I am at the end of a li

Re: [O] (message "Greedy org-protocol handler. Killing client.")

2016-02-24 Thread Oleh Krehel
Samuel Wales writes: > org-protocol works less than half the time now. > > i try it with the org-capture firefox extension on iceweasel. i also > try it with a manual bookmark created by some instruction somewhere. > > today every click puts this in my messages buffer: > > "Greedy org-protocol h