Re: [O] problem with lookup, count several string in one (or more) columns.

2016-07-04 Thread Marco Wahl
Uwe Brauer writes: > Hello > > I tried to follow the instructions found in > http://orgmode.org/worg/org-tutorials/org-lookups.html > > So I want to count all strings NP MH in the following table > According to the instructions, the following will search the string MH. > > | group | round 1 | ro

Re: [O] Bug: org-toggle-item on region is buggy [8.3.4 (8.3.4-93-g0d72c3-elpaplus @ /home/sindikat/.emacs.d/elpa/org-plus-contrib-20160627/)]

2016-07-04 Thread Nicolas Goaziou
Hello, sindi...@mail36.net (sindi...@mail36.net) writes: > `org-toggle-item` transforms a heading into a list item. It transforms a > heading with a TODO into a list item with a checkbox. It works on a > region, so intuitively it should correctly transform all headings with > TODOs in a region in

[O] problem with lookup, count several string in one (or more) columns.

2016-07-04 Thread Uwe Brauer
Hello I tried to follow the instructions found in http://orgmode.org/worg/org-tutorials/org-lookups.html So I want to count all strings NP MH in the following table According to the instructions, the following will search the string MH. | group | round 1 | round 2 | |---+-+---

[O] tables: sum columns only in certain ranges of rows

2016-07-04 Thread Uwe Brauer
Hi Is the a simple way to tell a org-table that it adds say two columns in a certain way $4=0.2*($2+$3) but only for certain values of the row. I hoped that a hline would help but it does not the row containing Taylor is treated in the same way as row 1 to 4. | Row | Name | E1 | E2 | Res |

[O] canonical way to go beginning of a link

2016-07-04 Thread John Kitchin
Is there a canonical way to jump to the beginning of a link in org-mode, i.e. the first char? I usually do something this like: (goto-char (org-element-property :begin (org-element-context))) but in things like font-lock it seems slow compared to a regexp. I have not found a reliable regexp appr

[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2016-07-04 Thread Eli Zaretskii
> From: Glenn Morris > Cc: Rares Vernica , 23...@debbugs.gnu.org > Date: Mon, 04 Jul 2016 12:30:48 -0400 > > (Isn't it weird to have a component of Emacs for which we effectively > don't accept bug reports?) It is. But as long as the Org maintainers are rare guests here, I see no other way.

[O] bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly

2016-07-04 Thread Glenn Morris
Eli Zaretskii wrote: > Thanks, but I think you should first report this to the Org > developers. Come back here if they say this is a problem in core > Emacs, not in Org code. You can just reassign the bug to org-mode, as I did. (Isn't it weird to have a component of Emacs for which we effective

Re: [O] As of 2016-07-03, Noweb no longer seems to work.

2016-07-04 Thread Charles C. Berry
On Sun, 3 Jul 2016, Samuel W. Flint wrote: As of tonight, when I updated Org, Noweb References no longer seem to resolve during the tangle process, when "#+PROPERTY: noweb tangle" is set. Any idea why or what I can do to get this fixed? That idiom was deprecated some time ago and finally rem

[O] Bug: Noweb references do not expand when tangled [8.3.4 (release_8.3.4-1037-gf38f83 @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-07-04 Thread Samuel W. Flint
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] ox-freemind

2016-07-04 Thread marvin doyley
Hi there, I am playing with the org-mode to freemind exporter and was wondering how to show an association between two nodes. For example, lets say I have an org-file #+title: Cars * Models ** BMW ** Ford ** Tesla * Colors ** Red ** Silver ** Black ** White * Acceleration (0-60/s) ** 2 ** 6 **

Re: [O] [PATCH] ob-sql.el: Support sqlcmd and cygwin environment

2016-07-04 Thread Xi Shen
Hello Nicolas, I saw my patch in the master for a while, but I still cannot get the change from `org-plus-contrib' package...I have to manually patch it on my local which is not very convenient. When could I expect my patch release in the `org-plus-contrib' package? Thanks, David On Mon, Jun 20