Re: Best way to template a big table

2019-12-12 Thread Leslie Watter
Hi all, As I've understood you want to setup the structure of the table and have some prompts to add rows to the table. Using org-mode I have a capture skeleton here that uses --- org capture template #+begin_src elisp ;; ("Lu" "Fuel" table-line (file+olp "~/org/TODO.org" "Car" "Fuel

Re: Best way to template a big table

2019-12-12 Thread Berry, Charles
> On Dec 12, 2019, at 8:03 AM, Lawrence Bottorff wrote: > > I just figured out that this > > #+BEGIN_SRC emacs-lisp :results table > '((H1 H2 H3) (text11 text12 text13) (text21 text22 text23) (... ... ...) > (textN1 textN2 textN3)) > #+END_SRC > > #+RESULTS: > | H1 | H2 | H3 |

Re: Best way to template a big table

2019-12-12 Thread Lawrence Bottorff
I just figured out that this #+BEGIN_SRC emacs-lisp :results table '((H1 H2 H3) (text11 text12 text13) (text21 text22 text23) (... ... ...) (textN1 textN2 textN3)) #+END_SRC #+RESULTS: | H1 | H2 | H3 | | text11 | text12 | text13 | | text21 | text22 | text23 | | ...| ...| ...

Re: Best way to template a big table

2019-12-12 Thread Simon Butler
Hi On 2019-12-12 07:05, Lawrence Bottorff wrote: > I've got a big table that I would like to create a template for, i.e., > the rows and columns and the myriad | and -. Then a key chord would > produce it in an org file ready for values to be entered. I've seen > the post-9.2

Best way to template a big table

2019-12-11 Thread Lawrence Bottorff
I've got a big table that I would like to create a template for, i.e., the rows and columns and the myriad | and -. Then a key chord would produce it in an org file ready for values to be entered. I've seen the post-9.2 tempo-define-template, but that looks more suited to smaller things. There is