* convert a org table to plain text @ 2020-08-25 19:44 Uwe Brauer 2020-08-25 20:19 ` Peter Neilson 2020-08-25 21:57 ` Nick Dokos 0 siblings, 2 replies; 7+ messages in thread From: Uwe Brauer @ 2020-08-25 19:44 UTC (permalink / raw) To: emacs-orgmode Hi What is the inverse function to org-table-convert-region? I am unable to find anything in the documentation or google. Regards We Brauer ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: convert a org table to plain text 2020-08-25 19:44 convert a org table to plain text Uwe Brauer @ 2020-08-25 20:19 ` Peter Neilson 2020-08-26 6:44 ` Uwe Brauer 2020-08-25 21:57 ` Nick Dokos 1 sibling, 1 reply; 7+ messages in thread From: Peter Neilson @ 2020-08-25 20:19 UTC (permalink / raw) To: emacs-orgmode On Tue, 25 Aug 2020 15:44:30 -0400, Uwe Brauer <oub@mat.ucm.es> wrote: > > Hi > > What is the inverse function to > org-table-convert-region? > > I am unable to find anything in the documentation or google. > > Regards > > We Brauer I tried M-x table-release as suggested by the documentation and did not get anything. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: convert a org table to plain text 2020-08-25 20:19 ` Peter Neilson @ 2020-08-26 6:44 ` Uwe Brauer 0 siblings, 0 replies; 7+ messages in thread From: Uwe Brauer @ 2020-08-26 6:44 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 639 bytes --] >>> "PN" == Peter Neilson <neilson@windstream.net> writes: > On Tue, 25 Aug 2020 15:44:30 -0400, Uwe Brauer <oub@mat.ucm.es> wrote: >> >> Hi >> >> What is the inverse function to >> org-table-convert-region? >> >> I am unable to find anything in the documentation or google. >> >> Regards >> >> We Brauer > I tried M-x table-release as suggested by the documentation and did > not get anything. I tried this also, but this is for table.el not for orgmode table. They have, unfortunately, a slightly different format. Would be great to merge these two but I presume this would imply quite a bit of work. [-- Attachment #2: smime.p7s --] [-- Type: application/pkcs7-signature, Size: 5673 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: convert a org table to plain text 2020-08-25 19:44 convert a org table to plain text Uwe Brauer 2020-08-25 20:19 ` Peter Neilson @ 2020-08-25 21:57 ` Nick Dokos 2020-08-26 6:42 ` Uwe Brauer 1 sibling, 1 reply; 7+ messages in thread From: Nick Dokos @ 2020-08-25 21:57 UTC (permalink / raw) To: emacs-orgmode Uwe Brauer <oub@mat.ucm.es> writes: > Hi > > What is the inverse function to > org-table-convert-region? > > I am unable to find anything in the documentation or google. > > Regards > > We Brauer > > > Does this: https://stackoverflow.com/questions/17717483/howto-convert-org-mode-table-to-original-tabbed-format/17726489#17726489 help? -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: convert a org table to plain text 2020-08-25 21:57 ` Nick Dokos @ 2020-08-26 6:42 ` Uwe Brauer 2020-08-26 13:17 ` Nick Dokos 0 siblings, 1 reply; 7+ messages in thread From: Uwe Brauer @ 2020-08-26 6:42 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 296 bytes --] > Uwe Brauer <oub@mat.ucm.es> writes: > Does this: > https://stackoverflow.com/questions/17717483/howto-convert-org-mode-table-to-original-tabbed-format/17726489#17726489 Yes, very much so. It would be great to have that code included in orgmode. Did anybody try to contact the author? [-- Attachment #2: smime.p7s --] [-- Type: application/pkcs7-signature, Size: 5673 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: convert a org table to plain text 2020-08-26 6:42 ` Uwe Brauer @ 2020-08-26 13:17 ` Nick Dokos 2020-08-26 14:35 ` Carsten Dominik 0 siblings, 1 reply; 7+ messages in thread From: Nick Dokos @ 2020-08-26 13:17 UTC (permalink / raw) To: emacs-orgmode Uwe Brauer <oub@mat.ucm.es> writes: >> Uwe Brauer <oub@mat.ucm.es> writes: > >> Does this: > >> https://stackoverflow.com/questions/17717483/howto-convert-org-mode-table-to-original-tabbed-format/17726489#17726489 > > > Yes, very much so. It would be great to have that code included in > orgmode. Did anybody try to contact the author? > You mean orgtbl-to-tsv and related? All of that *is* part of Org mode. All you have to do is write a code block calling it to convert. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: convert a org table to plain text 2020-08-26 13:17 ` Nick Dokos @ 2020-08-26 14:35 ` Carsten Dominik 0 siblings, 0 replies; 7+ messages in thread From: Carsten Dominik @ 2020-08-26 14:35 UTC (permalink / raw) To: Nick Dokos; +Cc: org-mode list [-- Attachment #1: Type: text/plain, Size: 946 bytes --] You can also export to an ascii buffer with C-c C-e t A and get the result from there. Not sure if this is what you want, how important is it that the results is in the same buffer right away? Cheers Carsten On Wed, Aug 26, 2020 at 3:17 PM Nick Dokos <ndokos@gmail.com> wrote: > Uwe Brauer <oub@mat.ucm.es> writes: > > >> Uwe Brauer <oub@mat.ucm.es> writes: > > > >> Does this: > > > >> > https://stackoverflow.com/questions/17717483/howto-convert-org-mode-table-to-original-tabbed-format/17726489#17726489 > > > > > > Yes, very much so. It would be great to have that code included in > > orgmode. Did anybody try to contact the author? > > > > You mean orgtbl-to-tsv and related? All of that *is* part of Org mode. All > you have to do is write a code block calling it > to convert. > > -- > Nick > > "There are only two hard problems in computer science: cache > invalidation, naming things, and off-by-one errors." -Martin Fowler > > > [-- Attachment #2: Type: text/html, Size: 1690 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-08-26 14:36 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-08-25 19:44 convert a org table to plain text Uwe Brauer 2020-08-25 20:19 ` Peter Neilson 2020-08-26 6:44 ` Uwe Brauer 2020-08-25 21:57 ` Nick Dokos 2020-08-26 6:42 ` Uwe Brauer 2020-08-26 13:17 ` Nick Dokos 2020-08-26 14:35 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).