Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Marcin Borkowski
On 2015-01-23, at 03:59, Mike McLean wrote: > Orgzly is non-free software, and people should not install it, or suggest > installing it, or even tell people it exists. I appreciate you telling me what I should not install on my, as they call it, "personal computer", or what I should not tell ot

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Marcin Borkowski
On 2015-01-23, at 10:56, Karl Voit wrote: > I don't like proprietary software. I promote open solutions wherever > I can and accept a more painful living by ignoring comfy proprietary > solutions. +1, the same with me. Although I do use some non-free-as-defined-by-FSF software. (Apparently, t

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Marcin Borkowski
On 2015-01-22, at 23:46, Rasmus wrote: > Fine with me! > > Neven, whom I have exchange a couple of private emails with, is free to > distribute his software as he see fit. What I explicitly quoted as being > uncomfortable was the association between his product with *org-mode*. > Note, the tag-

[O] Discussion of non-free-as-defined-by-FSF software (was: [ANN] [OT] New Android app (Orgzly))

2015-01-23 Thread Marcin Borkowski
*NOTE* This email contains a strong opinion about a certain three-letter organization. If you have a problem with that, you can stop reading right about now. ;-) On 2015-01-23, at 20:18, Greg Troxel wrote: > Marcin Borkowski writes: > >> On 2015-01-22, at 17:41, Jose E. Marchesi wrote: >>

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread John Hendy
On Jan 22, 2015 10:13 PM, "Scott Randby" wrote: > > On 01/22/2015 05:02 PM, Marcin Borkowski wrote: > >> Now the question is: what is the most appropriate place to *inform* >> about his project. If not the Org-mode discussion list, I really don't >> know. (I assume that nobody denies his *right*

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2015-01-23 Thread Nicolas Goaziou
Sebastien Vauban writes: > Here is a patch you can apply with no problem -- just checked it on > a fresh copy of master. Thanks. I can apply it but it introduces test failures. FAILED ob-shell/generic-uses-no-arrays FAILED ob-shell/generic-uses-no-assoc-arrays FAILED ob-tangle/co

Re: [O] [PATCH] Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe' in tests

2015-01-23 Thread Nicolas Goaziou
Sebastien Vauban writes: > Attached a patch that I certify working -- I've applied it myself with > success on a current master clone. Thanks. Good news is that I can apply it. Bad news is that some tests fail. 5 unexpected results: FAILED test-org-babel/inline-src_blk-default-result

Re: [O] exporting latex fragments to ODT using imagemagick

2015-01-23 Thread Nicolas Goaziou
Hello, writes: > Thanks for the suggestion. Interestingly, the export process still > attempts to generate images for LaTeX fragments within sections that are > commented out. This seems fundamentally wrong? This should be fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou

Re: [O] three bugs/misfeatures in org-reveal (or is org-reveal the wrong way to reveal around point?)

2015-01-23 Thread Samuel Wales
hi nicolas, On 1/21/15, Nicolas Goaziou wrote: > "Minimal" view (state 1 above) and "canonical view" (state 4) are > mandatory. In between, I'm not sure what is used. I suggested two of > them. Apparently, you would also need 3 without 2 (i.e., siblings > without hierachy above). thanks for cons

Re: [O] parser: verbatim or code?

2015-01-23 Thread Aaron Ecay
Hi Sebastien, 2015ko urtarrilak 23an, Sebastien Vauban-ek idatzi zuen: >> Since = and ~ have been inverted, I think it'd make sense to make >> `org-babel-inline-result-wrap' now default to "~%s" (instead of >> "=%s"), for markup that produces verbatim text. > > Here is the patch. If I understand

Re: [O] [babel, bug?] colnames with a list of columns does not work

2015-01-23 Thread Thomas S. Dye
Sebastien Vauban writes: > Yes, you just show that the documentation is not up-to-date, as that > functionality *is* implemented for most languages. This constant is defined in the ob-core.el I have (colnames . ((nil no yes))) which seems to indicate that the documentation is up-to-dat

Re: [O] How to override ":eval no" in call lines?

2015-01-23 Thread Charles C. Berry
On Fri, 23 Jan 2015, Sebastien Vauban wrote: "Charles C. Berry" wrote: Sebastien Vauban wrote: In a long document, I must have ":eval no" at file level, as this is the common setting for most code blocks. However, how do I unset that for some call lines. [snip] I don't get why one has to

Re: [O] Bug: org-babel-script-escape misses a lonely double quote [8.2.10 (8.2.10-23-g1ec416-elpaplus @ c:/Users/jowik/.emacs.d/elpa/org-plus-contrib-20141208/)]

2015-01-23 Thread Aaron Ecay
Hello, 2015ko urtarrilak 16an, Aaron Ecay-ek idatzi zuen: [...] > Unfortunately, while your suggested modification does correct the > issue in your case, it is not a very general fix. As you noted, the > org-babel-script-escape function did not take account of backslash > escapes; it had other

Re: [O] [babel, bug?] colnames with a list of columns does not work

2015-01-23 Thread Aaron Ecay
Hi Sebastien, 2015ko urtarrilak 23an, Sebastien Vauban-ek idatzi zuen: > Yes, you just show that the documentation is not up-to-date, as that > functionality *is* implemented for most languages. > > Doing some bit of archeology, I just found out that: > > - Eric wrote a patch to support the abov

Re: [O] Wanderlust and org-capture

2015-01-23 Thread Marco Wahl
Hi, Cédric Chépied writes: > I'm using wanderlust to read and write emails in emacs. I wanted to use > org-capture to add TODOs in my org files. > > In org-capture-templates documentation there is a line talking about > wanderlust > (I think): > > vm, wl, mh, mew, rmail, | %:type %:subject %:m

Re: [O] Apply a patch with a single key press from Gnus

2015-01-23 Thread Charles C. Berry
On Fri, 23 Jan 2015, Sebastien Vauban wrote: Hello, I've seen some code to apply Git patches from Gnus [1]. That code should be updated to work for Org-mode, not to say for the correct paths to my local repo. Has someone done this already, or are you aware of a standard approach in Gnus to ap

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Greg Troxel
Greg Troxel writes: > The point here is that the FSF is a charitable nonprofit which promotes > free software. Their servers have usage guidelines: > > https://savannah.gnu.org/register/requirements.php > > Basically, helping Free software to work on non-Free operating systems > is ok, as lon

Re: [O] parser: verbatim or code?

2015-01-23 Thread Sebastien Vauban
Hello, Sebastien Vauban wrote: > Bastien wrote: >> Hi Yasushi, Michael and Nicolas, >> >> Michael Brand writes: >>> The syntax for inline code snippets seems easier to read by human >>> and to parse with "~" than with "=" because inline code snippets use >>> "~" less often than "=". I avoid "~/"

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Greg Troxel
Marcin Borkowski writes: > On 2015-01-22, at 17:41, Jose E. Marchesi wrote: > >> *NOTE* It's about an app which is *not* open source (some parts of code >> will opened, see below). If you have a problem with that, you can stop >> reading right about now... >> >> Please stop using t

Re: [O] Autogenerating beamer overlay parameter?

2015-01-23 Thread e.fraga
On Friday, 23 Jan 2015 at 09:11, Loris Bennett wrote: > Hi, > > I want to have the element of a list in a Beamer presentation appear > one-by-one and then finally colour one entry red, so I do the following: [...] > This works, but is there something generic I can use to generate "number > of ele

Re: [O] long outline entries

2015-01-23 Thread Subhan Michael Tindall
> -Original Message- > From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org > [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On > Behalf Of e.fr...@ucl.ac.uk > Sent: Friday, January 23, 2015 12:55 AM > To: Jude DaShiell > Cc: emacs-orgmode@gnu.org > Subject: Re:

Re: [O] Autogenerating beamer overlay parameter?

2015-01-23 Thread Aaron Ecay
Hi Loris, Since this question is mostly about beamer, you might have better luck with it at the TeX Stack Exchange site: . -- Aaron Ecay

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2015-01-23 Thread Sebastien Vauban
Nicolas Goaziou wrote: > Sebastien Vauban writes: >> Nicolas Goaziou wrote: >>> Sebastien Vauban writes: >>> Did I misunderstand the change of last year (Dec '13) or should `sh' language be abandoned in favor of `shell'? >>> >>> I think you're right. >>> IIUC, then, those blocks shou

Re: [O] Newbie question: how to get a report of DONE items

2015-01-23 Thread J. David Boyd
Pete Siemsen writes: > I'm a newbie, just switching to org-mode. > > For work, I have to produce quarterly reports that list what I've > done. I want a report of all the items that were closed within a given > date range. > > I could write some code to do this, but I suspect org-made comes with >

Re: [O] babel: using empty lines in python code while using session

2015-01-23 Thread Puneeth Chaganti
On Tue, Mar 11, 2014 at 6:05 AM, Arun Persaud wrote: > Hi > > I started using python in org babel. The manual, for example [1], points > to the fact that in session mode you can't have empty lines, since they > will be interpreted differently. However, if you use ipython you can get > around this,

Re: [O] [PATCH] Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe' in tests

2015-01-23 Thread Sebastien Vauban
Nicolas Goaziou wrote: > Sebastien Vauban writes: > >>> Could you use git format-patch instead? >> >> Of course. Sorry. Here it is. > > I still cannot apply it. It may be related to a whitespace change in > "test-ob.el": > > Application : Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe'

[O] Apply a patch with a single key press from Gnus

2015-01-23 Thread Sebastien Vauban
Hello, I've seen some code to apply Git patches from Gnus [1]. That code should be updated to work for Org-mode, not to say for the correct paths to my local repo. Has someone done this already, or are you aware of a standard approach in Gnus to apply a patch directly from the *Article* buffer?

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Scott Randby
On Fri, Jan 23, 2015 at 3:53 AM, Rainer M Krug wrote: > Scott Randby writes: > >> On 01/22/2015 05:02 PM, Marcin Borkowski wrote: >> >>> Now the question is: what is the most appropriate place to *inform* >>> about his project. If not the Org-mode discussion list, I really don't >>> know. (I as

Re: [O] How to override ":eval no" in call lines?

2015-01-23 Thread Sebastien Vauban
"Charles C. Berry" wrote: > Sebastien Vauban wrote: >> In a long document, I must have ":eval no" at file level, as this is >> the common setting for most code blocks. However, how do I unset that >> for some call lines. > > See (info "(org) Evaluating code blocks") > > Note what it says about 'ins

Re: [O] parser: verbatim or code?

2015-01-23 Thread Sebastien Vauban
Hello, Bastien wrote: > Hi Yasushi, Michael and Nicolas, > > Michael Brand writes: >> The syntax for inline code snippets seems easier to read by human and >> to parse with "~" than with "=" because inline code snippets use "~" >> less often than "=". I avoid "~/" by using "$HOME/" in my notes ab

Re: [O] [bug] ox-taskjuggler

2015-01-23 Thread Søren Mikkelsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2015-01-23 09:59, Christian Egli wrote: > Søren Mikkelsen writes: > >> It works, but only for tasks that aren't having a start >> attribute. It is possible to give a warning if the start >> attribute already exists and make the default one, the on

Re: [O] [babel, bug?] colnames with a list of columns does not work

2015-01-23 Thread Rainer M Krug
Sebastien Vauban writes: > Hello Thomas and Rainer, > > Rainer M Krug wrote: >> Sebastien Vauban writes: >>> >>> #+begin_src R :rownames yes :colnames '(Lg Nb) >>> data(iris) >>> head(table(iris$Petal.Length, iris$Species)[, "setosa"], n=2) >>> #+end_src >>> >>> returns: >>> >>> | | x

Re: [O] Traking estimated time for TODO items

2015-01-23 Thread Sebastien Vauban
Dear Andreas, Andreas Hilboll wrote: > I have a bunch of TODOs which represent tasks that I'd like to do some > time. When I end up having a certain amount of spare time, I'd like > to be able to get a list of all of these "someday" tasks which would > fit into the available time frame. I.e., wh

Re: [O] Traking estimated time for TODO items

2015-01-23 Thread Eric Abrahamsen
Andreas Hilboll writes: > Dear org experts, > > I have a bunch of TODOs which represent tasks that I'd like to do some > time. When I end up having a certain amount of spare time, I'd like to > be able to get a list of all of these "someday" tasks which would fit > into the available time frame.

Re: [O] [babel, bug?] colnames with a list of columns does not work

2015-01-23 Thread Sebastien Vauban
Hello Thomas and Rainer, Rainer M Krug wrote: > Sebastien Vauban writes: >> >> #+begin_src R :rownames yes :colnames '(Lg Nb) >> data(iris) >> head(table(iris$Petal.Length, iris$Species)[, "setosa"], n=2) >> #+end_src >> >> returns: >> >> | | x | >> |-+| >> | 1 | 1 | >>

[O] Traking estimated time for TODO items

2015-01-23 Thread Andreas Hilboll
Dear org experts, I have a bunch of TODOs which represent tasks that I'd like to do some time. When I end up having a certain amount of spare time, I'd like to be able to get a list of all of these "someday" tasks which would fit into the available time frame. I.e., when I know I have about 30mi

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Karl Voit
* Jose E. Marchesi wrote: > > *NOTE* It's about an app which is *not* open source (some parts of code > will opened, see below). If you have a problem with that, you can stop > reading right about now... > > Please stop using the GNU mailing lists to promote proprietary software.

Re: [O] [bug] ox-taskjuggler

2015-01-23 Thread Christian Egli
Søren Mikkelsen writes: > It works, but only for tasks that aren't having a start attribute. It > is possible to give a warning if the start attribute already exists > and make the default one, the one specified in the attributes (drawer)? What exactly doesn't work? Are there two start entries i

Re: [O] long outline entries

2015-01-23 Thread e.fraga
On Thursday, 22 Jan 2015 at 17:06, Jude DaShiell wrote: > Is there any way in org-mode to have two things happeautomatically when a > long outline entry gets keyed into a file? First the lines of the outline > entry do not go beyond a defined right margin and split on spaces. > Second, subsequ

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread e.fraga
On Thursday, 22 Jan 2015 at 23:05, Melleus wrote: > MobileOrg for Android was abandoned finally, was it? I have no idea. However, I use it daily and I hope it continues to work until I no longer use an Android phone... -- : Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-717-gd36bd

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Rainer M Krug
Scott Randby writes: > On 01/22/2015 05:02 PM, Marcin Borkowski wrote: > >> Now the question is: what is the most appropriate place to *inform* >> about his project. If not the Org-mode discussion list, I really don't >> know. (I assume that nobody denies his *right* to license his work >> acco

[O] Autogenerating beamer overlay parameter?

2015-01-23 Thread Loris Bennett
Hi, I want to have the element of a list in a Beamer presentation appear one-by-one and then finally colour one entry red, so I do the following: #+TITLE: Test #+STARTUP: beamer #+OPTIONS: toc:nil num:nil * Test :PROPERTIES: :BEAMER_act: [+-] :END: Fruit - apple - *@@beamer:<4->@@b

[O] Wanderlust and org-capture

2015-01-23 Thread Cédric Chépied
Hi, I'm using wanderlust to read and write emails in emacs. I wanted to use org-capture to add TODOs in my org files. In org-capture-templates documentation there is a line talking about wanderlust (I think): vm, wl, mh, mew, rmail, | %:type %:subject %:message-id But I was unable to use %:typ