Hi ! I want to plot the extract of columns : But, the gnuplot block do not found the tab1. Is it possible to name the columnview table ?
Org-mode version 8.3.3 (8.3.3-17-gce80a0-elpa @ /home/flav/.emacs.d/elpa/org-20160118/) Thks * Synthèse #+name: tab1 #+begin: columnview :hlines 1 :id "prj_encours" | prj | Client | Acteurs | Début | Charges | |-----+--------+---------+-------------------+---------| | | | | | | | p1 | c1 | a1, a2 | [2016-01-26 mar.] | 10 | | p2 | c2 | a3 | [2017-01-02 lun.] | 12 | #+end #+begin_src gnuplot :var data=tab1 :file syn_prj.png reset # ZZset terminal png transparent truecolor set grid set style data histograms set key top left outside horizontal autotitle columnhead set style histogram cluster gap 1 set boxwidth 0.9 relative set style fill solid 1.0 border -1 set xtics rotate by 30 set xtics offset 0,-1.0 plot data using 5:xticlabels(1) #+end_src #+RESULTS: [[file:syn_prj.png]] * prj en cours :PROPERTIES: :ID: prj_encours :COLUMNS: %prj %Client %Acteurs %Début %Charges :END: ** mig UIM :PROPERTIES: :prj: p1 :Client: c1 :Acteurs: a1, a2 :Début: [2016-01-26 mar.] :Charges: 10 :END: ** D-Series :PROPERTIES: :prj: p2 :Client: c2 :Acteurs: a3 :Début: [2017-01-02 lun.] :Charges: 12 :END: * prj archives -- flav