emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: begin_src org :results replace does not work


From: Vikas Rawal
Subject: [O] Bug: begin_src org :results replace does not work
Date: Mon, 29 May 2017 07:26:27 +0530

Why does the replace keyword not work? It prepends the results. I have tried both ":results value replace" and ":results output replace".

I am on org-version 9.0.7

Vikas




#+NAME: one
#+BEGIN_SRC org :results value replace export both
,#+NAME: table-yield
,#+CAPTION: Simple table created using latex tabular environment
,#+attr_latex: :environment tabular :width \textwidth :align lrr
    | State          | Variable one | Varia two |
    |----------------+---------------+----------------|
    | MP             |           672 |          13000 |
    | Har            |           300 |          25000 |
    | Pun            |           260 |          35000 |
#+End_SRC

reply via email to

[Prev in Thread] Current Thread [Next in Thread]