How to write a LISP to insert specific columns/rows after import a table in an org file?
I read a table from a txt file as follows. How to insert empty/filled columns/rows after import the table?
How to write a LISP to insert specific lines after import a table in an org file?
I read a table from a txt file as follows. How to add a line that concat specific rows after import the table?
How to write a LISP to delete rows or columns of a table after import it in an org file?
I read a table from a txt file as follows. How to delete rows or columns after import it? It seems that no function of org-table-delete-row
exits in org
.
How to write a LISP to transpose a table after import it in an org file?
I read a file from a txt file as follows and how to transpose it? It seems that org-table-transpose-table-at-point
could not be used in the script.
Cannot define custom interactive functions for org-agenda-files
I’m new to Emacs and I’m using Doom Emacs (for the sake of having evil key bindings) and I’m trying to define 3 org agenda functions so I can work with contexts. The code below is pretty self explanatory: