emacs-org-transform-tree-table
emacs-org-transform-tree-table copied to clipboard
Transform an org-mode outline and its properties to a table format (org-table, CSV)
Results
2
emacs-org-transform-tree-table issues
Sort by
recently updated
recently updated
newest added
Hi consider please the following sequence ``` | Heading | User | Email | Phone | | * First entry | | | | | ** Second entry | |...
Hi consider ``` * Heading ** First ** second 1. Start a list 2. Second item a. subitem ``` that is converted to ``` | Heading | | * Heading...