all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Insert a line separator in table results
@ 2014-07-16 19:06 Xavier Garrido
  2014-07-16 19:15 ` Thorsten Jolitz
  0 siblings, 1 reply; 6+ messages in thread
From: Xavier Garrido @ 2014-07-16 19:06 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Dear orgers,

I would like to programmatically insert a line separator when generating 
a table result. Below is a minimal working example with =python= src block

#+BEGIN_SRC python
   x = [("label 1", "label 2", "label 3"), ("-", "-", "-")]
   x.append((4, 5, 6))
   x.append((7, 8, 9))
   return (x)
#+END_SRC

#+RESULTS:
| label 1 | label 2 | label 3 |
|       - |       - |       - |
|       4 |       5 |       6 |
|       7 |       8 |       9 |

Is there any possibility to interpret dash as line separator ?

Thanks for your help,
Xavier

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-17  6:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 19:06 Insert a line separator in table results Xavier Garrido
2014-07-16 19:15 ` Thorsten Jolitz
2014-07-16 22:13   ` Xavier Garrido
2014-07-16 22:37     ` Arun Persaud
2014-07-17  6:28       ` Xavier Garrido
2014-07-16 22:54     ` Thorsten Jolitz

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.