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.

0 votes
1 answer
19 views

Can org-sbe populate a whole table column?

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
  • 175
0 votes
1 answer
17 views

Append string after \centering during org-mode table export to latex

I would like to append a string like \smallafter the \centeringcommand when exporting a table from org-mode to latex. Is it possible to do that without modifying the export command? Ideally I would ...
 user25482's user avatar
0 votes
1 answer
48 views

How to grep/sed through a column - the eLisp way?

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
0 votes
2 answers
37 views

org-mode: getting info about column's header when not visible

In a long org-mode table, the header line | header1 | header2 | header3 | |---------+---------+---------| | | | | soon disappears from the visible window as one works further ...
pglpm's user avatar
  • 325
2 votes
2 answers
61 views

org table: Easier formula syntax for multiple if-conditions?

Suppose a column in an org table needs to be filled with strings, depending on the numerical values of another column. Let's say "a" if the number is less than 2, and "b" otherwise....
pglpm's user avatar
  • 325
1 vote
1 answer
51 views

org mode radio table from manual doesn't work

I took the radio table example from the manual. Put it in an org file and pressed C-c C-c inside the table. I get the message C-c C-c can do nothing useful here What am I doing wrong? Example: % BEGIN ...
Rusi's user avatar
  • 345
2 votes
1 answer
53 views

How Do I Calculate the File Time for a Given Week Number?

I would like to create a table where one column contains a range of week numbers and another contains the clocked file time for each of those weeks. The latter column should be filled automatically ...
Wildebeest's user avatar
2 votes
3 answers
142 views

How to convert an org-table to JSON?

Here is a minimal example of an org-table: #+NAME: radar |----------+------| | Variable | Val | |----------+------| | Red | 43.3 | | Blue | 83.1 | | Yellow | 86.4 | |----------+------| I ...
crocefisso's user avatar
  • 1,385
1 vote
4 answers
72 views

In org-mode, can I show the formula of the table cell at point in eldoc?

I'd like C-c ? to happen automatically when I focus on a table cell, is there something built-in to do this? (Or is there some other way to quickly show which cells are "input" vs "...
unhammer's user avatar
  • 1,169
0 votes
0 answers
25 views

Is there a compact way to use `@I` notation in Org-Mode table / Spreadsheet?

To get all the values between the first hline and the third you'd normally do @I..@III, however I'm already in my ninth line, and it's getting longer by the time I get to others. Is there a more ...
Maxi_2601's user avatar
0 votes
2 answers
25 views

org table formula throws error when it depends on another formula

In my training center, i have the students name put into a table. And I like to parse the names into first, middle and last names. AFAIK, there is no indexOf string function in elisp. So, I thought of ...
Saravana's user avatar
  • 2,081
0 votes
1 answer
48 views

Floor timestamp to nearest quarter in the hour

How to floor timestamps to their nearest quarter in the hour in an org-table. I can't seem to convert the stamps to only minutes to do calculations. Or is there another way? | start | floored | |------...
my_display_name's user avatar
1 vote
2 answers
121 views

Create table with circles around words and hiding some of the grid lines in Emacs Org-mode

I am new to Emacs. Is there any way to create a table in Org mode like in the example table below. Particularly I'd need to be able to circle some of the words and hide some of the grid lines. The end ...
Tiberius's user avatar
  • 113
1 vote
1 answer
104 views

Is it possible to do conditional formatting on an org-table?

Here is an example of a table to format, the first row represents how often a task is done per year, the first column represents how long a task takes in seconds |-------+------------+-----------+---...
crocefisso's user avatar
  • 1,385
0 votes
1 answer
48 views

Is it because this org-table formula contains double quotes it doesn't work?

| Column Name | Description | Comment | |--------------------+-------------------------------------------+---------| | lyt_form_id | record id ...
vfclists's user avatar
  • 1,445

15 30 50 per page
1
2 3 4 5
26