Re: [O] Bug header argumednt :file does not produce a file or a link to the file

2019-08-23 Thread Nicolas Goaziou
Hello, Charles Millar via Emacs-orgmode writes: > Now a "just curious," comment and question: > > I had a few files that used the ECM source code block, just many more > entries in each. The last time that I evaluated any of them was last > October and it produced the results I expected, i.e. I

Re: [O] Agenda: Display projects and 3 todo subtasks

2019-08-23 Thread Nathan Neff
I ran into another possible solution for the request of seeing the first X TODO tasks for a project in the Agenda: Let's say I simply run an org-tags-todo query looking for :project: The Agenda now shows this: Project1 Project2 Project3 Another possible solution would be to simply TAB to one of

Re: [O] join two or more tables

2019-08-23 Thread Achim Gratz
Uwe Brauer writes: > Hm, thanks but could you post an example (the one I finally used is > based on R and goes as follows There's a whole tutorial on table manipulation on Worg: https://orgmode.org/worg/org-contrib/babel/examples/lob-table-operations.html It's a bit old so some of the functions m

Re: [O] Bug header argumednt :file does not produce a file or a link to the file

2019-08-23 Thread Charles Millar via Emacs-orgmode
On 8/23/19 4:15 AM, Nicolas Goaziou wrote: Hello, Charles Millar via Emacs-orgmode writes: #+begin_src sh :file test.rec cat << EOF # -*- mode: rec -*- %rec: somerecord Account: something Amount: 0.00 end of file EOF #+end_src I expect that when I execute the above code block that

Re: [O] join two or more tables

2019-08-23 Thread Uwe Brauer
> What about: > #+begin_src emacs-lisp :var t1=nut :var t2=nut2 :colnames yes > (append t1 t2) > #+end_src > #+RESULTS: > | type | Fiber | Sugar | Protein | Carb | > |--+---+---+-+--| > | eggplant | 2.5 | 3.2 | 0.8 | 8.6 | > |

[O] join two or more tables

2019-08-23 Thread emanuel . charpentier
> Hi > > I was googling this a bit, I found more complicated scenarios, but > not how to join one or more tables. > > For example > #+begin_src > > #+tblname: nut > | type | Fiber | Sugar | Protein | Carb | > |--+---+---+-+--| > | eggplant | 2.5 | 3.2 |

Re: [O] Org mode pollutes the narrow-map

2019-08-23 Thread Nicolas Goaziou
Hello, Omar AntolĂ­n Camarena writes: > Hello everyone, > > Does it seems a little rude that Org mode binds its own narrowing commands in > the global narrow-map? > > You can find this in org.el starting at line 19018: > > #+begin_src emacs-lisp > Narrow map > (org-defkey narrow-map "s"

Re: [O] Bug header argumednt :file does not produce a file or a link to the file

2019-08-23 Thread Nicolas Goaziou
Hello, Charles Millar via Emacs-orgmode writes: > #+begin_src sh :file test.rec > cat << EOF > # -*- mode: rec -*- > > %rec: somerecord > > Account: something > Amount: 0.00 > > end of file > EOF > > #+end_src > > I expect that when I execute the above code block that > > 1. An extern