Skip to main content

Questions tagged [org-table]

For questions about Org mode's ASCII table editor. Use this tag for its spreadsheet calculations and plotting features as well.

1 vote
1 answer
43 views

I have this source block and table in an org-file. #+NAME: testlisp #+begin_src elisp :var testvariable="default string" (progn (message testvariable) ;use the variable in some way ...
kai-dj's user avatar
  • 449
0 votes
0 answers
65 views

I would like to use an org table at the start of one of my files to control whether the blocks in some sections are evaluated or not. Below is a stripped down version of that: #+name: control | ...
Léreau's user avatar
  • 101
1 vote
1 answer
167 views

I inserted the following table: +-----+-----+-----+ | | | | +-----+-----+-----+ | | | | +-----+-----+-----+ | | | | +-----+-----+-----+ I then entered some data ...
user135792's user avatar
0 votes
1 answer
75 views

I have an Org Mode table where I'm tracking draft and revision durations for various writing projects. It's set up like so: | Title | Draft Start | Draft End | Draft Duration | Revision Start | ...
alyms108's user avatar
1 vote
0 answers
42 views

For instance I want to use a hydra to move columns of an org-table left or right in a hydra, ie not just a single column but a group of them, so the equivalent of C-u X would select the current column ...
vfclists's user avatar
  • 1,491
0 votes
1 answer
146 views

On org tables I had Courier font and that looked very nice. (My general font is Monaco) Today while installing something else, for some reason, Brew installed a new version of Emacs and some of my ...
zeynel's user avatar
  • 417
0 votes
1 answer
146 views

Is it possible to populate table columns from org-sbe? The idea is that a code block would return multiple values, which would each end up in one cell of the designated column. This is what I have ...
Stefano's user avatar
  • 195
1 vote
1 answer
80 views

I want the table formula to basically go through every data line of column $2 between the 1st and 4th hline, looking for a field width flag - in this example <14>* - and as soon as it finds it, ...
starquake's user avatar
  • 107

15 30 50 per page
1
2 3 4 5
26