emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]
@ 2021-12-20 22:05 Dr. Arne Babenhauserheide
  2021-12-20 23:47 ` Ihor Radchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Dr. Arne Babenhauserheide @ 2021-12-20 22:05 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 48643 bytes --]



Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------

In org 9.5.1 I get problems exporting a table. Trying to export
https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.org
as ascii or running the embedded gnuplot source block fails with
wholenump error.

In org 9.5.0 it still works (noticed because I ran a secondary Emacs
after updates while the original Emacs was still running 9.5.0 — writing
this report from the original Emacs with 9.5).

Scanning file /home/arne/Schreibtisch/arnebab-org/politik/gnu-linux-desktop-share.org
Scanning document... done
gnuplot-mode 0.7-beta -- determining gnuplot version ......
Warning: could not determine gnuplot version, guessing 3.7
gnuplot-mode 0.7-beta (gnuplot 3.7) -- report bugs as issues at https://github.com/emacsorphanage/gnuplot/
executing Gnuplot code block...
org-ascii-table-cell: Wrong type argument: wholenump, -2

Example-code:

 
#+begin_src gnuplot :var data=gnu-linux-per-kw :file gnu-linux-desktop-share.png :exports results
reset
set title "GNU/Linux users per 1000 Windows users"
set ylabel "GNU/Linux desktop share / GNU/kw
set terminal png size 420,320
plot data u 1:2 notitle with lines lw 2 lt rgb "#1E90FF"
#+end_src

#+RESULTS:
[[file:gnu-linux-desktop-share.png]]

The source of this graph is data I collected over the past decade
every July from [[http://www.netmarketshare.com/os-market-share.aspx?qprid=9][OS market share]]. They do browser detection, so the
data is far from perfect, but at least they have data we can use:

#+name: gnu-linux-per-kw
| 2008 | 8.6 | GNU/Linux users per 1000 Windows users (GNU/kw) |
| 2009 |  11 | GNU/kw                                          |
| 2010 |  10 | GNU/kw                                          |
| 2011 |  11 | GNU/kw                                          |
| 2012 |  12 | GNU/kw                                          |
| 2013 |  14 | GNU/kw                                          |
| 2014 |  19 | GNU/kw                                          |
| 2015 |  18 | GNU/kw                                          |
| 2016 |  22 | GNU/kw                                          |
| 2017 |  25 | GNU/kw                                          |
| 2018 |  21 | GNU/kw                                          |
| 2019 |  24 | GNU/kw                                          |
| 2020 |  41 | GNU/kw                                          |
| 2021 |  20 | GNU/kw                                          |


(just C-c C-c in the gnuplot block)

Backtrace:

Debugger entered--Lisp error: (wrong-type-argument wholenump -2)
  make-string(-2 32)
  org-ascii-table-cell((table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent (section ... #33)) #15 (table-row (:type standard :begin 64 :end 85 :contents-begin 65 :contents-end 84 :post-blank 0 :post-affiliated 64 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 85 :end 106 :contents-begin 86 :contents-end 105 :post-blank 0 :post-affiliated 85 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 106 :end 127 :contents-begin 107 :contents-end 126 :post-blank 0 :post-affiliated 106 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 127 :end 148 :contents-begin 128 :contents-end 147 :post-blank 0 :post-affiliated 127 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 148 :end 169 :contents-begin 149 :contents-end 168 :post-blank 0 :post-affiliated 148 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 169 :end 190 :contents-begin 170 :contents-end 189 :post-blank 0 :post-affiliated 169 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 190 :end 211 :contents-begin 191 :contents-end 210 :post-blank 0 :post-affiliated 190 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 211 :end 232 :contents-begin 212 :contents-end 231 :post-blank 0 :post-affiliated 211 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 232 :end 253 :contents-begin 233 :contents-end 252 :post-blank 0 :post-affiliated 232 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 253 :end 274 :contents-begin 254 :contents-end 273 :post-blank 0 :post-affiliated 253 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 274 :end 295 :contents-begin 275 :contents-end 294 :post-blank 0 :post-affiliated 274 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 295 :end 316 :contents-begin 296 :contents-end 315 :post-blank 0 :post-affiliated 295 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 316 :end 337 :contents-begin 317 :contents-end 336 :post-blank 0 :post-affiliated 316 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)))) (table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent #15) #("2008" 0 4 (:parent #18))) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent #15) #("8.6" 0 3 (:parent #19))) #1)) #("GNU/Linux users per 1000 Windows users (GNU/kw)" 0 47 (:parent #1))) #("\"GNU/Linux users per 1000 Windows users (GNU/kw)\"" 1 48 (:parent (table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table ... #19 ... ... ... ... ... ... ... ... ... ... ... ... ...)) (table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent #19) #("2008" 0 4 ...)) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent #19) #("8.6" 0 3 ...)) #5)) #("GNU/Linux users per 1000 Windows users (GNU/kw)" 0 47 (:parent #5))))) (:subtitle nil :ascii-bullets ((ascii 42 43 45) (latin1 167 182) (utf-8 9674)) :ascii-caption-above nil :ascii-charset ascii :ascii-global-margin 0 :ascii-format-drawer-function #f(compiled-function (name contents width) #<bytecode 0x1f36111>) :ascii-format-inlinetask-function org-ascii-format-inlinetask-default :ascii-headline-spacing (1 . 2) :ascii-indented-line-width auto :ascii-inlinetask-width 30 :ascii-inner-margin 2 :ascii-links-to-notes t :ascii-list-margin 0 :ascii-paragraph-spacing auto :ascii-quote-margin 6 :ascii-table-keep-all-vertical-lines nil :ascii-table-use-ascii-art nil :ascii-table-widen-columns t :ascii-text-width 72 :ascii-underline ((ascii 61 126 45) (latin1 61 126 45) (utf-8 9552 9472 9548 9476 9480)) :ascii-verbatim-format "`%s'" :title nil :date nil :author (#("Dr. Arne Babenhauserheide" 0 25 (:parent #51))) :email "arne_bab@web.de" ...))
  org-export-with-backend(ascii (table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent (section ... #34)) #16 (table-row (:type standard :begin 64 :end 85 :contents-begin 65 :contents-end 84 :post-blank 0 :post-affiliated 64 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 85 :end 106 :contents-begin 86 :contents-end 105 :post-blank 0 :post-affiliated 85 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 106 :end 127 :contents-begin 107 :contents-end 126 :post-blank 0 :post-affiliated 106 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 127 :end 148 :contents-begin 128 :contents-end 147 :post-blank 0 :post-affiliated 127 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 148 :end 169 :contents-begin 149 :contents-end 168 :post-blank 0 :post-affiliated 148 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 169 :end 190 :contents-begin 170 :contents-end 189 :post-blank 0 :post-affiliated 169 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 190 :end 211 :contents-begin 191 :contents-end 210 :post-blank 0 :post-affiliated 190 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 211 :end 232 :contents-begin 212 :contents-end 231 :post-blank 0 :post-affiliated 211 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 232 :end 253 :contents-begin 233 :contents-end 252 :post-blank 0 :post-affiliated 232 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 253 :end 274 :contents-begin 254 :contents-end 273 :post-blank 0 :post-affiliated 253 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 274 :end 295 :contents-begin 275 :contents-end 294 :post-blank 0 :post-affiliated 274 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 295 :end 316 :contents-begin 296 :contents-end 315 :post-blank 0 :post-affiliated 295 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 316 :end 337 :contents-begin 317 :contents-end 336 :post-blank 0 :post-affiliated 316 :parent #34) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)))) (table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent #16) #("2008" 0 4 (:parent #19))) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent #16) #("8.6" 0 3 (:parent #20))) #2)) #("GNU/Linux users per 1000 Windows users (GNU/kw)" 0 47 (:parent #2))) #("\"GNU/Linux users per 1000 Windows users (GNU/kw)\"" 1 48 (:parent (table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table ... #20 ... ... ... ... ... ... ... ... ... ... ... ... ...)) (table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent #20) #("2008" 0 4 ...)) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent #20) #("8.6" 0 3 ...)) #6)) #("GNU/Linux users per 1000 Windows users (GNU/kw)" 0 47 (:parent #6))))) (:subtitle nil :ascii-bullets ((ascii 42 43 45) (latin1 167 182) (utf-8 9674)) :ascii-caption-above nil :ascii-charset ascii :ascii-global-margin 0 :ascii-format-drawer-function #f(compiled-function (name contents width) #<bytecode 0x1f36111>) :ascii-format-inlinetask-function org-ascii-format-inlinetask-default :ascii-headline-spacing (1 . 2) :ascii-indented-line-width auto :ascii-inlinetask-width 30 :ascii-inner-margin 2 :ascii-links-to-notes t :ascii-list-margin 0 :ascii-paragraph-spacing auto :ascii-quote-margin 6 :ascii-table-keep-all-vertical-lines nil :ascii-table-use-ascii-art nil :ascii-table-widen-columns t :ascii-text-width 72 :ascii-underline ((ascii 61 126 45) (latin1 61 126 45) (utf-8 9552 9472 9548 9476 9480)) :ascii-verbatim-format "`%s'" :title nil :date nil :author (#("Dr. Arne Babenhauserheide" 0 25 (:parent #52))) :email "arne_bab@web.de" ...))
  (if (or nil (plist-get info :orgtbl-ignore-sep) (not (org-export-get-next-element cell info))) (org-export-with-backend 'ascii cell contents info) (concat contents "\11"))
  (let ((headerp nil) (column nil)) (when contents nil (cond nil (t (setq contents (funcall 'org-babel-gnuplot-quote-tsv-field contents))))) (if (or nil (plist-get info :orgtbl-ignore-sep) (not (org-export-get-next-element cell info))) (org-export-with-backend 'ascii cell contents info) (concat contents "\11")))
  (lambda (cell contents info) (setq contents (replace-regexp-in-string "\n" " " (org-trim (org-element-interpret-data (org-element-contents cell))))) (let ((headerp nil) (column nil)) (when contents nil (cond nil (t (setq contents (funcall ... contents))))) (if (or nil (plist-get info :orgtbl-ignore-sep) (not (org-export-get-next-element cell info))) (org-export-with-backend 'ascii cell contents info) (concat contents "\11"))))((table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent ...) #15 (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...))) (table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent #15) #("2008" 0 4 (:parent #18))) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent #15) #("8.6" 0 3 (:parent #19))) #1)) #("GNU/Linux users per 1000 Windows users (GNU/..." 0 47 (:parent #1))) #("GNU/Linux users per 1000 Windows users (GNU/..." 0 47 (:parent (table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent ...) (table-cell ... ...) (table-cell ... ...) #5)) #("GNU/Linux users per 1000 Windows users (GNU/..." 0 47 (:parent #5))))) (:subtitle nil :ascii-bullets ((ascii 42 43 45) (latin1 167 182) (utf-8 9674)) :ascii-caption-above nil :ascii-charset ascii :ascii-global-margin 0 :ascii-format-drawer-function #f(compiled-function (name contents width) #<bytecode 0x1f36111>) :ascii-format-inlinetask-function org-ascii-format-inlinetask-default :ascii-headline-spacing (1 . 2) :ascii-indented-line-width auto :ascii-inlinetask-width 30 :ascii-inner-margin 2 :ascii-links-to-notes t :ascii-list-margin 0 :ascii-paragraph-spacing auto :ascii-quote-margin 6 :ascii-table-keep-all-vertical-lines nil :ascii-table-use-ascii-art nil :ascii-table-widen-columns t :ascii-text-width 72 :ascii-underline ((ascii 61 126 45) (latin1 61 126 45) (utf-8 9552 9472 9548 9476 9480)) :ascii-verbatim-format "`%s'" :title nil ...))
  org-export-data((table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent (section ... #33)) #15 (table-row (:type standard :begin 64 :end 85 :contents-begin 65 :contents-end 84 :post-blank 0 :post-affiliated 64 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 85 :end 106 :contents-begin 86 :contents-end 105 :post-blank 0 :post-affiliated 85 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 106 :end 127 :contents-begin 107 :contents-end 126 :post-blank 0 :post-affiliated 106 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 127 :end 148 :contents-begin 128 :contents-end 147 :post-blank 0 :post-affiliated 127 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 148 :end 169 :contents-begin 149 :contents-end 168 :post-blank 0 :post-affiliated 148 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 169 :end 190 :contents-begin 170 :contents-end 189 :post-blank 0 :post-affiliated 169 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 190 :end 211 :contents-begin 191 :contents-end 210 :post-blank 0 :post-affiliated 190 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 211 :end 232 :contents-begin 212 :contents-end 231 :post-blank 0 :post-affiliated 211 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 232 :end 253 :contents-begin 233 :contents-end 252 :post-blank 0 :post-affiliated 232 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 253 :end 274 :contents-begin 254 :contents-end 273 :post-blank 0 :post-affiliated 253 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 274 :end 295 :contents-begin 275 :contents-end 294 :post-blank 0 :post-affiliated 274 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 295 :end 316 :contents-begin 296 :contents-end 315 :post-blank 0 :post-affiliated 295 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 316 :end 337 :contents-begin 317 :contents-end 336 :post-blank 0 :post-affiliated 316 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)))) (table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent #15) #("2008" 0 4 (:parent #18))) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent #15) #("8.6" 0 3 (:parent #19))) #1)) #("GNU/Linux users per 1000 Windows users (GNU/kw)" 0 47 (:parent #1))) (:subtitle nil :ascii-bullets ((ascii 42 43 45) (latin1 167 182) (utf-8 9674)) :ascii-caption-above nil :ascii-charset ascii :ascii-global-margin 0 :ascii-format-drawer-function #f(compiled-function (name contents width) #<bytecode 0x1f36111>) :ascii-format-inlinetask-function org-ascii-format-inlinetask-default :ascii-headline-spacing (1 . 2) :ascii-indented-line-width auto :ascii-inlinetask-width 30 :ascii-inner-margin 2 :ascii-links-to-notes t :ascii-list-margin 0 :ascii-paragraph-spacing auto :ascii-quote-margin 6 :ascii-table-keep-all-vertical-lines nil :ascii-table-use-ascii-art nil :ascii-table-widen-columns t :ascii-text-width 72 :ascii-underline ((ascii 61 126 45) (latin1 61 126 45) (utf-8 9552 9472 9548 9476 9480)) :ascii-verbatim-format "`%s'" :title nil :date nil :author (#("Dr. Arne Babenhauserheide" 0 25 (:parent #50))) :email "arne_bab@web.de" ...))
  #f(compiled-function (element) #<bytecode 0x17b45e9>)((table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent (section ... #33)) #15 (table-row (:type standard :begin 64 :end 85 :contents-begin 65 :contents-end 84 :post-blank 0 :post-affiliated 64 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 85 :end 106 :contents-begin 86 :contents-end 105 :post-blank 0 :post-affiliated 85 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 106 :end 127 :contents-begin 107 :contents-end 126 :post-blank 0 :post-affiliated 106 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 127 :end 148 :contents-begin 128 :contents-end 147 :post-blank 0 :post-affiliated 127 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 148 :end 169 :contents-begin 149 :contents-end 168 :post-blank 0 :post-affiliated 148 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 169 :end 190 :contents-begin 170 :contents-end 189 :post-blank 0 :post-affiliated 169 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 190 :end 211 :contents-begin 191 :contents-end 210 :post-blank 0 :post-affiliated 190 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 211 :end 232 :contents-begin 212 :contents-end 231 :post-blank 0 :post-affiliated 211 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 232 :end 253 :contents-begin 233 :contents-end 252 :post-blank 0 :post-affiliated 232 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 253 :end 274 :contents-begin 254 :contents-end 273 :post-blank 0 :post-affiliated 253 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 274 :end 295 :contents-begin 275 :contents-end 294 :post-blank 0 :post-affiliated 274 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 295 :end 316 :contents-begin 296 :contents-end 315 :post-blank 0 :post-affiliated 295 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 316 :end 337 :contents-begin 317 :contents-end 336 :post-blank 0 :post-affiliated 316 :parent #33) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)))) (table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent #15) #("2008" 0 4 (:parent #18))) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent #15) #("8.6" 0 3 (:parent #19))) #1)) #("GNU/Linux users per 1000 Windows users (GNU/kw)" 0 47 (:parent #1))))
  mapconcat(#f(compiled-function (element) #<bytecode 0x17b45e9>) ((table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent ...) #17 (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...))) . #2)) #("2008" 0 4 (:parent #3))) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent ...) #18 (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...))) . #2)) #("8.6" 0 3 (:parent #4))) (table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent ...) #19 (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...) (table-row ... ... ... ...))) . #2)) #("GNU/Linux users per 1000 Windows users (GNU/kw)" 0 47 (:parent #5)))) "")
  org-export-data((table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent (section ... #19)) #1 (table-row (:type standard :begin 64 :end 85 :contents-begin 65 :contents-end 84 :post-blank 0 :post-affiliated 64 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 85 :end 106 :contents-begin 86 :contents-end 105 :post-blank 0 :post-affiliated 85 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 106 :end 127 :contents-begin 107 :contents-end 126 :post-blank 0 :post-affiliated 106 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 127 :end 148 :contents-begin 128 :contents-end 147 :post-blank 0 :post-affiliated 127 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 148 :end 169 :contents-begin 149 :contents-end 168 :post-blank 0 :post-affiliated 148 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 169 :end 190 :contents-begin 170 :contents-end 189 :post-blank 0 :post-affiliated 169 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 190 :end 211 :contents-begin 191 :contents-end 210 :post-blank 0 :post-affiliated 190 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 211 :end 232 :contents-begin 212 :contents-end 231 :post-blank 0 :post-affiliated 211 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 232 :end 253 :contents-begin 233 :contents-end 252 :post-blank 0 :post-affiliated 232 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 253 :end 274 :contents-begin 254 :contents-end 273 :post-blank 0 :post-affiliated 253 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 274 :end 295 :contents-begin 275 :contents-end 294 :post-blank 0 :post-affiliated 274 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 295 :end 316 :contents-begin 296 :contents-end 315 :post-blank 0 :post-affiliated 295 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 316 :end 337 :contents-begin 317 :contents-end 336 :post-blank 0 :post-affiliated 316 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)))) (table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent #1) #("2008" 0 4 (:parent #4))) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent #1) #("8.6" 0 3 (:parent #5))) (table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent #1) #("GNU/Linux users per 1000 Windows users..." 0 47 (:parent #6)))) (:subtitle nil :ascii-bullets ((ascii 42 43 45) (latin1 167 182) (utf-8 9674)) :ascii-caption-above nil :ascii-charset ascii :ascii-global-margin 0 :ascii-format-drawer-function #f(compiled-function (name contents width) #<bytecode 0x1f36111>) :ascii-format-inlinetask-function org-ascii-format-inlinetask-default :ascii-headline-spacing (1 . 2) :ascii-indented-line-width auto :ascii-inlinetask-width 30 :ascii-inner-margin 2 :ascii-links-to-notes t :ascii-list-margin 0 :ascii-paragraph-spacing auto :ascii-quote-margin 6 :ascii-table-keep-all-vertical-lines nil :ascii-table-use-ascii-art nil :ascii-table-widen-columns t :ascii-text-width 72 ...))
  #f(compiled-function (element) #<bytecode 0x17b45d5>)((table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent (table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent (section ... #19)) #1 (table-row (:type standard :begin 64 :end 85 :contents-begin 65 :contents-end 84 :post-blank 0 :post-affiliated 64 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 85 :end 106 :contents-begin 86 :contents-end 105 :post-blank 0 :post-affiliated 85 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 106 :end 127 :contents-begin 107 :contents-end 126 :post-blank 0 :post-affiliated 106 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 127 :end 148 :contents-begin 128 :contents-end 147 :post-blank 0 :post-affiliated 127 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 148 :end 169 :contents-begin 149 :contents-end 168 :post-blank 0 :post-affiliated 148 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 169 :end 190 :contents-begin 170 :contents-end 189 :post-blank 0 :post-affiliated 169 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 190 :end 211 :contents-begin 191 :contents-end 210 :post-blank 0 :post-affiliated 190 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 211 :end 232 :contents-begin 212 :contents-end 231 :post-blank 0 :post-affiliated 211 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 232 :end 253 :contents-begin 233 :contents-end 252 :post-blank 0 :post-affiliated 232 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 253 :end 274 :contents-begin 254 :contents-end 273 :post-blank 0 :post-affiliated 253 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 274 :end 295 :contents-begin 275 :contents-end 294 :post-blank 0 :post-affiliated 274 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 295 :end 316 :contents-begin 296 :contents-end 315 :post-blank 0 :post-affiliated 295 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 316 :end 337 :contents-begin 317 :contents-end 336 :post-blank 0 :post-affiliated 316 :parent #19) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)))) (table-cell (:begin 2 :end 9 :contents-begin 3 :contents-end 7 :post-blank 0 :parent #1) #("2008" 0 4 (:parent #4))) (table-cell (:begin 9 :end 14 :contents-begin 9 :contents-end 12 :post-blank 0 :parent #1) #("8.6" 0 3 (:parent #5))) (table-cell (:begin 14 :end 63 :contents-begin 14 :contents-end 61 :post-blank 0 :parent #1) #("GNU/Linux users per 1000 Windows users..." 0 47 (:parent #6)))))
  mapconcat(#f(compiled-function (element) #<bytecode 0x17b45d5>) ((table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 64 :end 85 :contents-begin 65 :contents-end 84 :post-blank 0 :post-affiliated 64 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 85 :end 106 :contents-begin 86 :contents-end 105 :post-blank 0 :post-affiliated 85 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 106 :end 127 :contents-begin 107 :contents-end 126 :post-blank 0 :post-affiliated 106 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 127 :end 148 :contents-begin 128 :contents-end 147 :post-blank 0 :post-affiliated 127 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 148 :end 169 :contents-begin 149 :contents-end 168 :post-blank 0 :post-affiliated 148 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 169 :end 190 :contents-begin 170 :contents-end 189 :post-blank 0 :post-affiliated 169 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 190 :end 211 :contents-begin 191 :contents-end 210 :post-blank 0 :post-affiliated 190 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 211 :end 232 :contents-begin 212 :contents-end 231 :post-blank 0 :post-affiliated 211 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 232 :end 253 :contents-begin 233 :contents-end 252 :post-blank 0 :post-affiliated 232 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 253 :end 274 :contents-begin 254 :contents-end 273 :post-blank 0 :post-affiliated 253 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 274 :end 295 :contents-begin 275 :contents-end 294 :post-blank 0 :post-affiliated 274 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 295 :end 316 :contents-begin 296 :contents-end 315 :post-blank 0 :post-affiliated 295 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 316 :end 337 :contents-begin 317 :contents-end 336 :post-blank 0 :post-affiliated 316 :parent ...) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...))) "")
  org-export-data((table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent (section ... #1)) (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 64 :end 85 :contents-begin 65 :contents-end 84 :post-blank 0 :post-affiliated 64 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 85 :end 106 :contents-begin 86 :contents-end 105 :post-blank 0 :post-affiliated 85 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 106 :end 127 :contents-begin 107 :contents-end 126 :post-blank 0 :post-affiliated 106 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 127 :end 148 :contents-begin 128 :contents-end 147 :post-blank 0 :post-affiliated 127 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 148 :end 169 :contents-begin 149 :contents-end 168 :post-blank 0 :post-affiliated 148 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 169 :end 190 :contents-begin 170 :contents-end 189 :post-blank 0 :post-affiliated 169 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 190 :end 211 :contents-begin 191 :contents-end 210 :post-blank 0 :post-affiliated 190 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 211 :end 232 :contents-begin 212 :contents-end 231 :post-blank 0 :post-affiliated 211 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 232 :end 253 :contents-begin 233 :contents-end 252 :post-blank 0 :post-affiliated 232 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 253 :end 274 :contents-begin 254 :contents-end 273 :post-blank 0 :post-affiliated 253 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 274 :end 295 :contents-begin 275 :contents-end 294 :post-blank 0 :post-affiliated 274 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 295 :end 316 :contents-begin 296 :contents-end 315 :post-blank 0 :post-affiliated 295 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 316 :end 337 :contents-begin 317 :contents-end 336 :post-blank 0 :post-affiliated 316 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...))) (:subtitle nil :ascii-bullets ((ascii 42 43 45) (latin1 167 182) (utf-8 9674)) :ascii-caption-above nil :ascii-charset ascii :ascii-global-margin 0 :ascii-format-drawer-function #f(compiled-function (name contents width) #<bytecode 0x1f36111>) :ascii-format-inlinetask-function org-ascii-format-inlinetask-default :ascii-headline-spacing (1 . 2) :ascii-indented-line-width auto :ascii-inlinetask-width 30 :ascii-inner-margin 2 :ascii-links-to-notes t :ascii-list-margin 0 ...))
  org-export-data-with-backend((table (:begin 1 :end 337 :type org :tblfm nil :contents-begin 1 :contents-end 337 :value nil :post-blank 0 :post-affiliated 1 :parent (section ... #1)) (table-row (:type standard :begin 1 :end 64 :contents-begin 2 :contents-end 63 :post-blank 0 :post-affiliated 1 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 64 :end 85 :contents-begin 65 :contents-end 84 :post-blank 0 :post-affiliated 64 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 85 :end 106 :contents-begin 86 :contents-end 105 :post-blank 0 :post-affiliated 85 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 106 :end 127 :contents-begin 107 :contents-end 126 :post-blank 0 :post-affiliated 106 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 127 :end 148 :contents-begin 128 :contents-end 147 :post-blank 0 :post-affiliated 127 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 148 :end 169 :contents-begin 149 :contents-end 168 :post-blank 0 :post-affiliated 148 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 169 :end 190 :contents-begin 170 :contents-end 189 :post-blank 0 :post-affiliated 169 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 190 :end 211 :contents-begin 191 :contents-end 210 :post-blank 0 :post-affiliated 190 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 211 :end 232 :contents-begin 212 :contents-end 231 :post-blank 0 :post-affiliated 211 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 232 :end 253 :contents-begin 233 :contents-end 252 :post-blank 0 :post-affiliated 232 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 253 :end 274 :contents-begin 254 :contents-end 273 :post-blank 0 :post-affiliated 253 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 274 :end 295 :contents-begin 275 :contents-end 294 :post-blank 0 :post-affiliated 274 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 295 :end 316 :contents-begin 296 :contents-end 315 :post-blank 0 :post-affiliated 295 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...)) (table-row (:type standard :begin 316 :end 337 :contents-begin 317 :contents-end 336 :post-blank 0 :post-affiliated 316 :parent #1) (table-cell ... ...) (table-cell ... ...) (table-cell ... ...))) #s(org-export-backend :name nil :parent ascii :transcoders ((table lambda ... ...) (table-row lambda ... ...) (table-cell lambda ... ... ...) (macro lambda ... ...)) :options nil :filters nil :blocks nil :menu nil) (:subtitle nil :ascii-bullets ((ascii 42 43 45) (latin1 167 182) (utf-8 9674)) :ascii-caption-above nil :ascii-charset ascii :ascii-global-margin 0 :ascii-format-drawer-function #f(compiled-function (name contents width) #<bytecode 0x1f36111>) :ascii-format-inlinetask-function org-ascii-format-inlinetask-default :ascii-headline-spacing (1 . 2) :ascii-indented-line-width auto :ascii-inlinetask-width 30 :ascii-inner-margin 2 :ascii-links-to-notes t :ascii-list-margin 0 ...))
  orgtbl-to-generic(((2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw")) (:sep "\11" :fmt org-babel-gnuplot-quote-tsv-field :raw t :backend ascii (:var data (2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw")) (:colname-names) (:rowname-names) (:result-params "replace" "file") (:result-type . value) (:results . "replace file") (:exports . "results") (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no") (:session) (:file . "gnu-linux-desktop-share.png") nil))
  org-babel-gnuplot-table-to-data(((2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw")) "/tmp/babel-mZglkU/gnuplot-QH6owP" ((:var data (2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw")) (:colname-names) (:rowname-names) (:result-params "replace" "file") (:result-type . value) (:results . "replace file") (:exports . "results") (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no") (:session) (:file . "gnu-linux-desktop-share.png")))
  #f(compiled-function (pair) #<bytecode 0x156f7e5>)((data (2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw")))
  mapcar(#f(compiled-function (pair) #<bytecode 0x156f7e5>) ((data (2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw"))))
  org-babel-gnuplot-process-vars(((:var data (2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw")) (:colname-names) (:rowname-names) (:result-params "replace" "file") (:result-type . value) (:results . "replace file") (:exports . "results") (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no") (:session) (:file . "gnu-linux-desktop-share.png")))
  org-babel-expand-body:gnuplot("reset\nset title \"GNU/Linux users per 1000 Windows ..." ((:var data (2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw")) (:colname-names) (:rowname-names) (:result-params "replace" "file") (:result-type . value) (:results . "replace file") (:exports . "results") (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no") (:session) (:file . "gnu-linux-desktop-share.png")))
  org-babel-execute:gnuplot("reset\nset title \"GNU/Linux users per 1000 Windows ..." ((:var data (2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw")) (:colname-names) (:rowname-names) (:result-params "replace" "file") (:result-type . value) (:results . "replace file") (:exports . "results") (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no") (:session) (:file . "gnu-linux-desktop-share.png")))
  org-babel-execute-src-block(nil ("gnuplot" "reset\nset title \"GNU/Linux users per 1000 Windows ..." ((:var data (2008 8.6 "GNU/Linux users per 1000 Windows users (GNU/kw)") (2009 11 "GNU/kw") (2010 10 "GNU/kw") (2011 11 "GNU/kw") (2012 12 "GNU/kw") (2013 14 "GNU/kw") (2014 19 "GNU/kw") (2015 18 "GNU/kw") (2016 22 "GNU/kw") (2017 25 "GNU/kw") (2018 21 "GNU/kw") (2019 24 "GNU/kw") (2020 41 "GNU/kw") (2021 20 "GNU/kw")) (:colname-names) (:rowname-names) (:result-params "file" "replace") (:result-type . value) (:results . "file replace") (:exports . "results") (:file . "gnu-linux-desktop-share.png") (:session) (:tangle . "no") (:hlines . "no") (:noweb . "no") (:cache . "no")) "" nil 739 "(ref:%s)"))
  org-ctrl-c-ctrl-c(nil)
  funcall-interactively(org-ctrl-c-ctrl-c nil)
  #<subr call-interactively>(org-ctrl-c-ctrl-c nil nil)
  apply(#<subr call-interactively> org-ctrl-c-ctrl-c (nil nil))
  call-interactively@ido-cr+-record-current-command(#<subr call-interactively> org-ctrl-c-ctrl-c nil nil)
  apply(call-interactively@ido-cr+-record-current-command #<subr call-interactively> (org-ctrl-c-ctrl-c nil nil))
  call-interactively(org-ctrl-c-ctrl-c nil nil)
  command-execute(org-ctrl-c-ctrl-c)


Emacs  : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0)
Package: Org mode version 9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

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

* Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]
  2021-12-20 22:05 [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)] Dr. Arne Babenhauserheide
@ 2021-12-20 23:47 ` Ihor Radchenko
  2021-12-21  0:11   ` Dr. Arne Babenhauserheide
  0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2021-12-20 23:47 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: emacs-orgmode

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> In org 9.5.1 I get problems exporting a table. Trying to export
> https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.org
> as ascii or running the embedded gnuplot source block fails with
> wholenump error.
> ...
> Debugger entered--Lisp error: (wrong-type-argument wholenump -2)
>   make-string(-2 32)
>   org-ascii-table-cell((table-cell (:begin 14...

Thanks for reporting!

It should have been fixed after 895e0baad. Can you update Org an try
again?

Best,
Ihor


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

* Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]
  2021-12-20 23:47 ` Ihor Radchenko
@ 2021-12-21  0:11   ` Dr. Arne Babenhauserheide
  2021-12-26 16:03     ` Dr. Arne Babenhauserheide
  0 siblings, 1 reply; 5+ messages in thread
From: Dr. Arne Babenhauserheide @ 2021-12-21  0:11 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 767 bytes --]


Ihor Radchenko <yantar92@gmail.com> writes:

> "Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:
>> In org 9.5.1 I get problems exporting a table. Trying to export
>> https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.org
>> as ascii or running the embedded gnuplot source block fails with
>> wholenump error.
>> ...
>> Debugger entered--Lisp error: (wrong-type-argument wholenump -2)
>>   make-string(-2 32)
>>   org-ascii-table-cell((table-cell (:begin 14...
>
> Thanks for reporting!
>
> It should have been fixed after 895e0baad. Can you update Org an try
> again?

I can update org once the new version is in Guix.

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

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

* Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]
  2021-12-21  0:11   ` Dr. Arne Babenhauserheide
@ 2021-12-26 16:03     ` Dr. Arne Babenhauserheide
  2021-12-26 16:51       ` Ihor Radchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Dr. Arne Babenhauserheide @ 2021-12-26 16:03 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]


"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> Ihor Radchenko <yantar92@gmail.com> writes:
>> "Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:
>>> In org 9.5.1 I get problems exporting a table. Trying to export
>>> https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.org
>>> as ascii or running the embedded gnuplot source block fails with
>>> wholenump error.
>>> ...
>>> Debugger entered--Lisp error: (wrong-type-argument wholenump -2)
>>>   make-string(-2 32)
>>>   org-ascii-table-cell((table-cell (:begin 14...
>>
>> Thanks for reporting!
>>
>> It should have been fixed after 895e0baad. Can you update Org an try
>> again?
>
> I can update org once the new version is in Guix.

I tried 9.5.2, but the error is still there:

org-ascii-table-cell: Wrong type argument: wholenump, -2

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

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

* Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]
  2021-12-26 16:03     ` Dr. Arne Babenhauserheide
@ 2021-12-26 16:51       ` Ihor Radchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Ihor Radchenko @ 2021-12-26 16:51 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: emacs-orgmode

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> I tried 9.5.2, but the error is still there:
>
> org-ascii-table-cell: Wrong type argument: wholenump, -2

Oops. That commit was only on main. Not on "stable" bugfix branch.

I just cherry-picked the commit to bugfix. Sorry for the confusion.

Best,
Ihor


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

end of thread, other threads:[~2021-12-26 16:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 22:05 [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)] Dr. Arne Babenhauserheide
2021-12-20 23:47 ` Ihor Radchenko
2021-12-21  0:11   ` Dr. Arne Babenhauserheide
2021-12-26 16:03     ` Dr. Arne Babenhauserheide
2021-12-26 16:51       ` Ihor Radchenko

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).