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
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
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
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
> 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 |
> |
> 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 |
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"
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