test-org-table.el 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557
  1. ;;; test-org-table.el --- tests for org-table.el
  2. ;; Copyright (c) David Maus
  3. ;; Authors: David Maus, Michael Brand
  4. ;; This file is not part of GNU Emacs.
  5. ;; This program is free software; you can redistribute it and/or modify
  6. ;; it under the terms of the GNU General Public License as published by
  7. ;; the Free Software Foundation, either version 3 of the License, or
  8. ;; (at your option) any later version.
  9. ;; This program is distributed in the hope that it will be useful,
  10. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. ;; GNU General Public License for more details.
  13. ;; You should have received a copy of the GNU General Public License
  14. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. ;;;; Comments:
  16. ;; Template test file for Org-mode tests. Many tests are also a howto
  17. ;; example collection as a user documentation, more or less all those
  18. ;; using `org-test-table-target-expect'. See also the doc string of
  19. ;; `org-test-table-target-expect'.
  20. ;;; Code:
  21. (require 'org-table) ; `org-table-make-reference'
  22. (ert-deftest test-org-table/simple-formula/no-grouping/no-title-row ()
  23. "Simple sum without grouping rows, without title row."
  24. (org-test-table-target-expect
  25. "
  26. | 2 |
  27. | 4 |
  28. | 8 |
  29. | replace |
  30. "
  31. "
  32. | 2 |
  33. | 4 |
  34. | 8 |
  35. | 14 |
  36. "
  37. 1
  38. ;; Calc formula
  39. "#+TBLFM: @>$1 = vsum(@<..@>>)"
  40. ;; Lisp formula
  41. "#+TBLFM: @>$1 = '(+ @<..@>>); N"))
  42. (ert-deftest test-org-table/simple-formula/no-grouping/with-title-row ()
  43. "Simple sum without grouping rows, with title row."
  44. (org-test-table-target-expect
  45. "
  46. | foo |
  47. |---------|
  48. | 2 |
  49. | 4 |
  50. | 8 |
  51. | replace |
  52. "
  53. "
  54. | foo |
  55. |-----|
  56. | 2 |
  57. | 4 |
  58. | 8 |
  59. | 14 |
  60. "
  61. 1
  62. ;; Calc formula
  63. "#+TBLFM: @>$1 = vsum(@I..@>>)"
  64. ;; Lisp formula
  65. "#+TBLFM: @>$1 = '(+ @I..@>>); N"))
  66. (ert-deftest test-org-table/simple-formula/with-grouping/no-title-row ()
  67. "Simple sum with grouping rows, how not to do."
  68. ;; The first example has a problem, see the second example in this
  69. ;; ert-deftest.
  70. (org-test-table-target-expect
  71. "
  72. | 2 |
  73. | 4 |
  74. | 8 |
  75. |---------|
  76. | replace |
  77. "
  78. "
  79. | 2 |
  80. | 4 |
  81. | 8 |
  82. |----|
  83. | 14 |
  84. "
  85. 1
  86. ;; Calc formula
  87. "#+TBLFM: $1 = vsum(@<..@>>)"
  88. ;; Lisp formula
  89. "#+TBLFM: $1 = '(+ @<..@>>); N")
  90. ;; The problem is that the first three rows with the summands are
  91. ;; considered the header and therefore column formulas are not
  92. ;; applied on them as shown below. Also export behaves unexpected.
  93. ;; See next ert-deftest how to group rows right.
  94. (org-test-table-target-expect
  95. "
  96. | 2 | replace |
  97. | 4 | replace |
  98. | 8 | replace |
  99. |---------+---------|
  100. | replace | replace |
  101. "
  102. "
  103. | 2 | replace |
  104. | 4 | replace |
  105. | 8 | replace |
  106. |----+---------|
  107. | 14 | 28 |
  108. "
  109. 2
  110. ;; Calc formula
  111. "#+TBLFM: @>$1 = vsum(@<..@>>) :: $2 = 2 * $1"
  112. ;; Lisp formula
  113. "#+TBLFM: @>$1 = '(+ @<..@>>); N :: $2 = '(* 2 $1); N"))
  114. (ert-deftest test-org-table/simple-formula/with-grouping/with-title-row ()
  115. "Simple sum with grouping rows, how to do it right."
  116. ;; Always add a top row with the column names separated by hline to
  117. ;; get the desired header when you want to group rows.
  118. (org-test-table-target-expect
  119. "
  120. | foo | bar |
  121. |---------+---------|
  122. | 2 | replace |
  123. | 4 | replace |
  124. | 8 | replace |
  125. |---------+---------|
  126. | replace | replace |
  127. "
  128. "
  129. | foo | bar |
  130. |-----+-----|
  131. | 2 | 4 |
  132. | 4 | 8 |
  133. | 8 | 16 |
  134. |-----+-----|
  135. | 14 | 28 |
  136. "
  137. 2
  138. ;; Calc formula
  139. "#+TBLFM: @>$1 = vsum(@I..@>>) :: $2 = 2 * $1"
  140. ;; Lisp formula
  141. "#+TBLFM: @>$1 = '(+ @I..@>>); N :: $2 = '(* 2 $1); N"))
  142. (ert-deftest test-org-table/align ()
  143. "Align columns within Org buffer, depends on `org-table-number-regexp'."
  144. (org-test-table-target-expect "
  145. | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
  146. | ab | 12 | 12.2 | 2.4e-08 | 2x10^12 | 4.034+-0.02 | 2.7(10) | >3.5 |
  147. | ab | ab | ab | ab | ab | ab | ab | ab |
  148. ")
  149. (org-test-table-target-expect "
  150. | 0 | 0 | 0 | 0 | 0 | 0 |
  151. | <-0x0ab.cf | >-36#0vw.yz | nan | uinf | -inf | inf |
  152. | ab | ab | ab | ab | ab | ab |
  153. "))
  154. (defconst references/target-normal "
  155. | 0 | 1 | replace | replace | replace | replace | replace | replace |
  156. | z | 1 | replace | replace | replace | replace | replace | replace |
  157. | | 1 | replace | replace | replace | replace | replace | replace |
  158. | | | replace | replace | replace | replace | replace | replace |
  159. "
  160. "Normal numbers and non-numbers for Lisp and Calc formula.")
  161. (defconst references/target-special "
  162. | nan | 1 | replace | replace | replace | replace | replace | replace |
  163. | uinf | 1 | replace | replace | replace | replace | replace | replace |
  164. | -inf | 1 | replace | replace | replace | replace | replace | replace |
  165. | inf | 1 | replace | replace | replace | replace | replace | replace |
  166. "
  167. "Special numbers for Calc formula.")
  168. (ert-deftest test-org-table/references/mode-string-EL ()
  169. "Basic: Assign field reference, sum of field references, sum
  170. and len of simple range reference (no row) and complex range
  171. reference (with row). Mode string EL."
  172. ;; Empty fields are kept during parsing field but lost as list
  173. ;; elements within Lisp formula syntactically when used literally
  174. ;; and not enclosed with " within fields, see last columns with len.
  175. (org-test-table-target-expect
  176. references/target-normal
  177. ;; All the #ERROR show that for Lisp calculations N has to be used.
  178. "
  179. | 0 | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  180. | z | 1 | z | #ERROR | #ERROR | #ERROR | 2 | 2 |
  181. | | 1 | | 1 | 1 | 1 | 1 | 1 |
  182. | | | | 0 | 0 | 0 | 0 | 0 |
  183. "
  184. 1 (concat
  185. "#+TBLFM: $3 = '(identity \"$1\"); EL :: $4 = '(+ $1 $2); EL :: "
  186. "$5 = '(+ $1..$2); EL :: $6 = '(+ @0$1..@0$2); EL :: "
  187. "$7 = '(length '($1..$2)); EL :: $8 = '(length '(@0$1..@0$2)); EL"))
  188. ;; Empty fields are kept during parsing field _and_ as list elements
  189. ;; within Lisp formula syntactically even when used literally when
  190. ;; enclosed with " within fields, see last columns with len.
  191. (org-test-table-target-expect
  192. "
  193. | \"0\" | \"1\" | repl | repl | repl | repl | repl | repl |
  194. | \"z\" | \"1\" | repl | repl | repl | repl | repl | repl |
  195. | \"\" | \"1\" | repl | repl | repl | repl | repl | repl |
  196. | \"\" | \"\" | repl | repl | repl | repl | repl | repl |
  197. "
  198. "
  199. | \"0\" | \"1\" | \"0\" | 1 | #ERROR | #ERROR | 2 | 2 |
  200. | \"z\" | \"1\" | \"z\" | 1 | #ERROR | #ERROR | 2 | 2 |
  201. | \"\" | \"1\" | \"\" | 1 | #ERROR | #ERROR | 2 | 2 |
  202. | \"\" | \"\" | \"\" | 0 | #ERROR | #ERROR | 2 | 2 |
  203. "
  204. 1 (concat
  205. "#+TBLFM: $3 = '(concat \"\\\"\" $1 \"\\\"\"); EL :: "
  206. "$4 = '(+ (string-to-number $1) (string-to-number $2)); EL :: "
  207. "$5 = '(+ $1..$2); EL :: $6 = '(+ @0$1..@0$2); EL :: "
  208. "$7 = '(length '($1..$2)); EL :: $8 = '(length '(@0$1..@0$2)); EL")))
  209. (ert-deftest test-org-table/references/mode-string-E ()
  210. "Basic: Assign field reference, sum of field references, sum
  211. and len of simple range reference (no row) and complex range
  212. reference (with row). Mode string E."
  213. (let ((lisp
  214. (concat
  215. "#+TBLFM: $3 = '(identity $1); E :: $4 = '(+ $1 $2); E :: "
  216. "$5 = '(+ $1..$2); E :: $6 = '(+ @0$1..@0$2); E :: "
  217. "$7 = '(length '($1..$2)); E :: $8 = '(length '(@0$1..@0$2)); E"))
  218. (calc
  219. (concat
  220. "#+TBLFM: $3 = $1; E :: $4 = $1 + $2; E :: "
  221. "$5 = vsum($1..$2); E :: $6 = vsum(@0$1..@0$2); E :: "
  222. "$7 = vlen($1..$2); E :: $8 = vlen(@0$1..@0$2); E")))
  223. (org-test-table-target-expect
  224. references/target-normal
  225. ;; All the #ERROR show that for Lisp calculations N has to be used.
  226. "
  227. | 0 | 1 | 0 | #ERROR | #ERROR | #ERROR | 2 | 2 |
  228. | z | 1 | z | #ERROR | #ERROR | #ERROR | 2 | 2 |
  229. | | 1 | | #ERROR | #ERROR | #ERROR | 2 | 2 |
  230. | | | | #ERROR | #ERROR | #ERROR | 2 | 2 |
  231. "
  232. 1 lisp)
  233. (org-test-table-target-expect
  234. references/target-normal
  235. "
  236. | 0 | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  237. | z | 1 | z | z + 1 | z + 1 | z + 1 | 2 | 2 |
  238. | | 1 | nan | nan | nan | nan | 2 | 2 |
  239. | | | nan | nan | nan | nan | 2 | 2 |
  240. "
  241. 1 calc)
  242. (org-test-table-target-expect
  243. references/target-special
  244. "
  245. | nan | 1 | nan | nan | nan | nan | 2 | 2 |
  246. | uinf | 1 | uinf | uinf | uinf | uinf | 2 | 2 |
  247. | -inf | 1 | -inf | -inf | -inf | -inf | 2 | 2 |
  248. | inf | 1 | inf | inf | inf | inf | 2 | 2 |
  249. "
  250. 1 calc)))
  251. (ert-deftest test-org-table/references/mode-string-EN ()
  252. "Basic: Assign field reference, sum of field references, sum
  253. and len of simple range reference (no row) and complex range
  254. reference (with row). Mode string EN."
  255. (let ((lisp (concat
  256. "#+TBLFM: $3 = '(identity $1); EN :: $4 = '(+ $1 $2); EN :: "
  257. "$5 = '(+ $1..$2); EN :: $6 = '(+ @0$1..@0$2); EN :: "
  258. "$7 = '(length '($1..$2)); EN :: "
  259. "$8 = '(length '(@0$1..@0$2)); EN"))
  260. (calc (concat
  261. "#+TBLFM: $3 = $1; EN :: $4 = $1 + $2; EN :: "
  262. "$5 = vsum($1..$2); EN :: $6 = vsum(@0$1..@0$2); EN :: "
  263. "$7 = vlen($1..$2); EN :: $8 = vlen(@0$1..@0$2); EN")))
  264. (org-test-table-target-expect
  265. references/target-normal
  266. "
  267. | 0 | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  268. | z | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  269. | | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  270. | | | 0 | 0 | 0 | 0 | 2 | 2 |
  271. "
  272. 1 lisp calc)
  273. (org-test-table-target-expect
  274. references/target-special
  275. "
  276. | nan | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  277. | uinf | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  278. | -inf | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  279. | inf | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  280. "
  281. 1 calc)))
  282. (ert-deftest test-org-table/references/mode-string-L ()
  283. "Basic: Assign field reference, sum of field references, sum
  284. and len of simple range reference (no row) and complex range
  285. reference (with row). Mode string L."
  286. (org-test-table-target-expect
  287. references/target-normal
  288. ;; All the #ERROR show that for Lisp calculations N has to be used.
  289. "
  290. | 0 | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  291. | z | 1 | z | #ERROR | #ERROR | #ERROR | 2 | 2 |
  292. | | 1 | | 1 | 1 | 1 | 1 | 1 |
  293. | | | | 0 | 0 | 0 | 0 | 0 |
  294. "
  295. 1 (concat
  296. "#+TBLFM: $3 = '(identity \"$1\"); L :: $4 = '(+ $1 $2); L :: "
  297. "$5 = '(+ $1..$2); L :: $6 = '(+ @0$1..@0$2); L :: "
  298. "$7 = '(length '($1..$2)); L :: $8 = '(length '(@0$1..@0$2)); L")))
  299. (ert-deftest test-org-table/references/mode-string-none ()
  300. "Basic: Assign field reference, sum of field references, sum
  301. and len of simple range reference (no row) and complex range
  302. reference (with row). No mode string."
  303. (let ((lisp (concat
  304. "#+TBLFM: $3 = '(identity $1) :: $4 = '(+ $1 $2) :: "
  305. "$5 = '(+ $1..$2) :: $6 = '(+ @0$1..@0$2) :: "
  306. "$7 = '(length '($1..$2)) :: $8 = '(length '(@0$1..@0$2))"))
  307. (calc (concat
  308. "#+TBLFM: $3 = $1 :: $4 = $1 + $2 :: "
  309. "$5 = vsum($1..$2) :: $6 = vsum(@0$1..@0$2) :: "
  310. "$7 = vlen($1..$2) :: $8 = vlen(@0$1..@0$2)")))
  311. (org-test-table-target-expect
  312. references/target-normal
  313. ;; All the #ERROR show that for Lisp calculations N has to be used.
  314. "
  315. | 0 | 1 | 0 | #ERROR | #ERROR | #ERROR | 2 | 2 |
  316. | z | 1 | z | #ERROR | #ERROR | #ERROR | 2 | 2 |
  317. | | 1 | | #ERROR | #ERROR | #ERROR | 1 | 1 |
  318. | | | | #ERROR | 0 | 0 | 0 | 0 |
  319. "
  320. 1 lisp)
  321. (org-test-table-target-expect
  322. references/target-normal
  323. "
  324. | 0 | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  325. | z | 1 | z | z + 1 | z + 1 | z + 1 | 2 | 2 |
  326. | | 1 | 0 | 1 | 1 | 1 | 1 | 1 |
  327. | | | 0 | 0 | 0 | 0 | 0 | 0 |
  328. "
  329. 1 calc)
  330. (org-test-table-target-expect
  331. references/target-special
  332. "
  333. | nan | 1 | nan | nan | nan | nan | 2 | 2 |
  334. | uinf | 1 | uinf | uinf | uinf | uinf | 2 | 2 |
  335. | -inf | 1 | -inf | -inf | -inf | -inf | 2 | 2 |
  336. | inf | 1 | inf | inf | inf | inf | 2 | 2 |
  337. "
  338. 1 calc)))
  339. (ert-deftest test-org-table/references/mode-string-N ()
  340. "Basic: Assign field reference, sum of field references, sum
  341. and len of simple range reference (no row) and complex range
  342. reference (with row). Mode string N."
  343. (let ((lisp
  344. (concat
  345. "#+TBLFM: $3 = '(identity $1); N :: $4 = '(+ $1 $2); N :: "
  346. "$5 = '(+ $1..$2); N :: $6 = '(+ @0$1..@0$2); N :: "
  347. "$7 = '(length '($1..$2)); N :: $8 = '(length '(@0$1..@0$2)); N"))
  348. (calc
  349. (concat
  350. "#+TBLFM: $3 = $1; N :: $4 = $1 + $2; N :: "
  351. "$5 = vsum($1..$2); N :: $6 = vsum(@0$1..@0$2); N :: "
  352. "$7 = vlen($1..$2); N :: $8 = vlen(@0$1..@0$2); N")))
  353. (org-test-table-target-expect
  354. references/target-normal
  355. "
  356. | 0 | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  357. | z | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  358. | | 1 | 0 | 1 | 1 | 1 | 1 | 1 |
  359. | | | 0 | 0 | 0 | 0 | 0 | 0 |
  360. "
  361. 1 lisp calc)
  362. (org-test-table-target-expect
  363. references/target-special
  364. "
  365. | nan | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  366. | uinf | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  367. | -inf | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  368. | inf | 1 | 0 | 1 | 1 | 1 | 2 | 2 |
  369. "
  370. 1 calc)))
  371. (ert-deftest test-org-table/lisp-return-value ()
  372. "Basic: Return value of Lisp formulas."
  373. (org-test-table-target-expect
  374. "
  375. | | nil | (list) | '() |
  376. |-------------------------+-------------+--------+-----|
  377. | type-of, no L | replace (r) | r | r |
  378. | type-of identity, no L | r | r | r |
  379. | identity, no L | r | r | r |
  380. |-------------------------+-------------+--------+-----|
  381. | type-of \"@1\" | r | r | r |
  382. | type-of (identity \"@1\") | r | r | r |
  383. | identity \"@1\" | r | r | r |
  384. |-------------------------+-------------+--------+-----|
  385. | type-of @1 | r | r | r |
  386. | type-of (identity @1) | r | r | r |
  387. | identity @1 | r | r | r |
  388. "
  389. ;; TODO Fix "#ERROR".
  390. "
  391. | | nil | (list) | '() |
  392. |-------------------------+--------+--------+--------|
  393. | type-of, no L | string | string | string |
  394. | type-of identity, no L | string | string | string |
  395. | identity, no L | nil | (list) | '() |
  396. |-------------------------+--------+--------+--------|
  397. | type-of \"@1\" | string | string | string |
  398. | type-of (identity \"@1\") | string | string | string |
  399. | identity \"@1\" | nil | (list) | '() |
  400. |-------------------------+--------+--------+--------|
  401. | type-of @1 | symbol | symbol | symbol |
  402. | type-of (identity @1) | symbol | symbol | symbol |
  403. | identity @1 | #ERROR | #ERROR | #ERROR |
  404. "
  405. 1 (concat "#+TBLFM: @2$<<..@2$> = '(type-of @1) :: "
  406. "@3$<<..@3$> = '(type-of (identity @1)) :: "
  407. "@4$<<..@4$> = '(identity @1) :: @5$<<..@>$> = '(@0$1); L")))
  408. (ert-deftest test-org-table/compare ()
  409. "Basic: Compare field references in Calc."
  410. (org-test-table-target-expect
  411. "
  412. | | 0 | z | | nan | uinf | -inf | inf |
  413. |------+------+------+------+------+------+------+------|
  414. | 0 | repl | repl | repl | repl | repl | repl | repl |
  415. | z | repl | repl | repl | repl | repl | repl | repl |
  416. | | repl | repl | repl | repl | repl | repl | repl |
  417. | nan | repl | repl | repl | repl | repl | repl | repl |
  418. | uinf | repl | repl | repl | repl | repl | repl | repl |
  419. | -inf | repl | repl | repl | repl | repl | repl | repl |
  420. | inf | repl | repl | repl | repl | repl | repl | repl |
  421. "
  422. "
  423. | | 0 | z | | nan | uinf | -inf | inf |
  424. |------+---+---+---+-----+------+------+-----|
  425. | 0 | x | | | | | | |
  426. | z | | x | | | | | |
  427. | | | | x | | | | |
  428. | nan | | | | x | | | |
  429. | uinf | | | | | x | | |
  430. | -inf | | | | | | x | |
  431. | inf | | | | | | | x |
  432. "
  433. 1
  434. ;; Compare field reference ($1) with field reference (@1)
  435. "#+TBLFM: @<<$<<..@>$> = if(\"$1\" == \"@1\", x, string(\"\")); E"
  436. ;; Compare field reference ($1) with absolute term
  437. (concat "#+TBLFM: "
  438. "$2 = if(\"$1\" == \"(0)\" , x, string(\"\")); E :: "
  439. "$3 = if(\"$1\" == \"(z)\" , x, string(\"\")); E :: "
  440. "$4 = if(\"$1\" == \"nan\" , x, string(\"\")); E :: "
  441. "$5 = if(\"$1\" == \"(nan)\" , x, string(\"\")); E :: "
  442. "$6 = if(\"$1\" == \"(uinf)\", x, string(\"\")); E :: "
  443. "$7 = if(\"$1\" == \"(-inf)\", x, string(\"\")); E :: "
  444. "$8 = if(\"$1\" == \"(inf)\" , x, string(\"\")); E"))
  445. ;; Check field reference converted from an empty field: Despite this
  446. ;; field reference will not end up in a result, Calc evaluates it.
  447. ;; Make sure that also then there is no Calc error.
  448. (org-test-table-target-expect
  449. "
  450. | 0 | replace |
  451. | z | replace |
  452. | | replace |
  453. | nan | replace |
  454. "
  455. "
  456. | 0 | 1 |
  457. | z | z + 1 |
  458. | | |
  459. | nan | nan |
  460. "
  461. 1 "#+TBLFM: $2 = if(\"$1\" == \"nan\", string(\"\"), $1 + 1); E"))
  462. (ert-deftest test-org-table/empty-field ()
  463. "Examples how to deal with empty fields."
  464. ;; Test if one field is empty, else do a calculation
  465. (org-test-table-target-expect
  466. "
  467. | -1 | replace |
  468. | 0 | replace |
  469. | | replace |
  470. "
  471. "
  472. | -1 | 0 |
  473. | 0 | 1 |
  474. | | |
  475. "
  476. 1
  477. ;; Calc formula
  478. "#+TBLFM: $2 = if(\"$1\" == \"nan\", string(\"\"), $1 + 1); E"
  479. ;; Lisp formula
  480. "#+TBLFM: $2 = '(if (eq \"$1\" \"\") \"\" (1+ $1)); L")
  481. ;; Test if several fields are empty, else do a calculation
  482. (org-test-table-target-expect
  483. "
  484. | 1 | 2 | replace |
  485. | 4 | | replace |
  486. | | 8 | replace |
  487. | | | replace |
  488. "
  489. "
  490. | 1 | 2 | 3 |
  491. | 4 | | |
  492. | | 8 | |
  493. | | | |
  494. "
  495. 1
  496. ;; Calc formula
  497. (concat "#+TBLFM: $3 = if(\"$1\" == \"nan\" || \"$2\" == \"nan\", "
  498. "string(\"\"), $1 + $2); E")
  499. ;; Lisp formula
  500. (concat "#+TBLFM: $3 = '(if (or (eq \"$1\" \"\") (eq \"$2\" \"\")) "
  501. "\"\" (+ $1 $2)); L"))
  502. ;; $2: Use $1 + 0.5 if $1 available, else only reformat $2 if $2 available
  503. (org-test-table-target-expect
  504. "
  505. | 1.5 | 0 |
  506. | 3.5 | |
  507. | | 5 |
  508. | | |
  509. "
  510. "
  511. | 1.5 | 2.0 |
  512. | 3.5 | 4.0 |
  513. | | 5.0 |
  514. | | |
  515. "
  516. 1
  517. ;; Calc formula
  518. (concat "#+TBLFM: $2 = if(\"$1\" == \"nan\", "
  519. "if(\"$2\" == \"nan\", string(\"\"), $2 +.0), $1 + 0.5); E f-1")
  520. ;; Lisp formula not implemented yet
  521. )
  522. ;; Empty fields in simple and complex range reference
  523. (org-test-table-target-expect
  524. "
  525. | | | | | repl | repl | repl | repl | repl | repl |
  526. | | | 5 | 7 | repl | repl | repl | repl | repl | repl |
  527. | 1 | 3 | 5 | 7 | repl | repl | repl | repl | repl | repl |
  528. "
  529. "
  530. | | | | | | | | | 0 | 0 |
  531. | | | 5 | 7 | | | 6 | 6 | 3 | 3 |
  532. | 1 | 3 | 5 | 7 | 4 | 4 | 4 | 4 | 4 | 4 |
  533. "
  534. 1
  535. ;; Calc formula
  536. (concat
  537. "#+TBLFM: "
  538. "$5 = if(typeof(vmean($1..$4)) == 12, "
  539. "string(\"\"), vmean($1..$4)); E :: "
  540. "$6 = if(typeof(vmean(@0$1..@0$4)) == 12, "
  541. "string(\"\"), vmean(@0$1..@0$4)); E :: "
  542. "$7 = if(\"$1..$4\" == \"[]\", string(\"\"), vmean($1..$4)) :: "
  543. "$8 = if(\"@0$1..@0$4\" == \"[]\", string(\"\"), vmean(@0$1..@0$4)) :: "
  544. "$9 = vmean($1..$4); EN :: "
  545. "$10 = vmean(@0$1..@0$4); EN")
  546. ;; Lisp formula
  547. (concat
  548. "#+TBLFM: "
  549. "$5 = '(let ((l '($1..$4))) (if (member \"\" l) \"\" "
  550. "(/ (apply '+ (mapcar 'string-to-number l)) (length l)))); E :: "
  551. "$6 = '(let ((l '(@0$1..@0$4))) (if (member \"\" l) \"\" "
  552. "(/ (apply '+ (mapcar 'string-to-number l)) (length l)))); E :: "
  553. "$7 = '(let ((l '($1..$4))) "
  554. "(if l (/ (apply '+ l) (length l)) \"\")); N :: "
  555. "$8 = '(let ((l '(@0$1..@0$4))) "
  556. "(if l (/ (apply '+ l) (length l)) \"\")); N :: "
  557. "$9 = '(/ (+ $1..$4) (length '($1..$4))); EN :: "
  558. "$10 = '(/ (+ @0$1..@0$4) (length '(@0$1..@0$4))); EN")
  559. ))
  560. (ert-deftest test-org-table/copy-field ()
  561. "Experiments on how to copy one field into another field.
  562. See also `test-org-table/remote-reference-access'."
  563. (let ((target "
  564. | 0 | replace |
  565. | a b | replace |
  566. | c d | replace |
  567. | | replace |
  568. | 2012-12 | replace |
  569. | [2012-12-31 Mon] | replace |
  570. "))
  571. ;; Lisp formula to copy literally
  572. (org-test-table-target-expect
  573. target
  574. "
  575. | 0 | 0 |
  576. | a b | a b |
  577. | c d | c d |
  578. | | |
  579. | 2012-12 | 2012-12 |
  580. | [2012-12-31 Mon] | [2012-12-31 Mon] |
  581. "
  582. 1 "#+TBLFM: $2 = '(identity $1)")
  583. ;; Calc formula to copy quite literally
  584. (org-test-table-target-expect
  585. target
  586. "
  587. | 0 | 0 |
  588. | a b | a b |
  589. | c d | c d |
  590. | | |
  591. | 2012-12 | 2012-12 |
  592. | [2012-12-31 Mon] | <2012-12-31 Mon> |
  593. "
  594. 1 (concat "#+TBLFM: $2 = if(\"$1\" == \"nan\", "
  595. "string(\"\"), string(subvec(\"$1\", 2, vlen(\"$1\")))); E"))
  596. ;; Calc formula simple
  597. (org-test-table-target-expect
  598. target
  599. "
  600. | 0 | 0 |
  601. | a b | a b |
  602. | c d | c d |
  603. | | |
  604. | 2012-12 | 2000 |
  605. | [2012-12-31 Mon] | <2012-12-31 Mon> |
  606. "
  607. 1 "#+TBLFM: $2 = if(\"$1\" == \"nan\", string(\"\"), $1); E")))
  608. (ert-deftest test-org-table/sub-total ()
  609. "Grouped rows with sub-total.
  610. Begin range with \"@II\" to handle multiline header. Convert
  611. integer to float with \"+.0\" for sub-total of items c1 and c2.
  612. Sum empty fields as value zero but without ignoring them for
  613. \"vlen\" with format specifier \"EN\". Format possibly empty
  614. results with the Calc formatter \"f-1\" instead of the printf
  615. formatter \"%.1f\"."
  616. (org-test-table-target-expect
  617. "
  618. |-------+---------+---------|
  619. | Item | Item | Sub- |
  620. | name | value | total |
  621. |-------+---------+---------|
  622. | a1 | 4.1 | replace |
  623. | a2 | 8.2 | replace |
  624. | a3 | | replace |
  625. |-------+---------+---------|
  626. | b1 | 16.0 | replace |
  627. |-------+---------+---------|
  628. | c1 | 32 | replace |
  629. | c2 | 64 | replace |
  630. |-------+---------+---------|
  631. | Total | replace | replace |
  632. |-------+---------+---------|
  633. "
  634. "
  635. |-------+-------+-------|
  636. | Item | Item | Sub- |
  637. | name | value | total |
  638. |-------+-------+-------|
  639. | a1 | 4.1 | |
  640. | a2 | 8.2 | |
  641. | a3 | | 12.3 |
  642. |-------+-------+-------|
  643. | b1 | 16.0 | 16.0 |
  644. |-------+-------+-------|
  645. | c1 | 32 | |
  646. | c2 | 64 | 96.0 |
  647. |-------+-------+-------|
  648. | Total | 124.3 | |
  649. |-------+-------+-------|
  650. "
  651. 1 (concat "#+TBLFM: @>$2 = vsum(@II..@>>) ::"
  652. "$3 = if(vlen(@0..@+I) == 1, "
  653. "vsum(@-I$2..@+I$2) +.0, string(\"\")); EN f-1 :: "
  654. "@>$3 = string(\"\")")))
  655. (ert-deftest test-org-table/org-lookup-all ()
  656. "Use `org-lookup-all' for several GROUP BY as in SQL and for ranking.
  657. See also http://orgmode.org/worg/org-tutorials/org-lookups.html ."
  658. (let ((data "
  659. #+NAME: data
  660. | Purchase | Product | Shop | Rating |
  661. |----------+---------+------+--------|
  662. | a | p1 | s1 | 1 |
  663. | b | p1 | s2 | 4 |
  664. | c | p2 | s1 | 2 |
  665. | d | p3 | s2 | 8 |
  666. "))
  667. ;; Product rating and ranking by average purchase from "#+NAME: data"
  668. (org-test-table-target-expect
  669. (concat data "
  670. | Product | Rating | Ranking |
  671. |---------+---------+---------|
  672. | p1 | replace | replace |
  673. | p2 | replace | replace |
  674. | p3 | replace | replace |
  675. ")
  676. (concat data "
  677. | Product | Rating | Ranking |
  678. |---------+--------+---------|
  679. | p1 | 2.5 | 2 |
  680. | p2 | 2.0 | 3 |
  681. | p3 | 8.0 | 1 |
  682. ")
  683. 2 (concat
  684. "#+TBLFM: $2 = '(let ((all (org-lookup-all '$1 "
  685. "'(remote(data, @I$2..@>$2)) '(remote(data, @I$4..@>$4))))) "
  686. "(/ (apply '+ all) (length all) 1.0)); L :: "
  687. "$3 = '(+ 1 (length (org-lookup-all $2 '(@I$2..@>$2) nil '<))); N"))
  688. ;; Shop rating and ranking by average purchase from "#+NAME: data"
  689. (org-test-table-target-expect
  690. (concat data "
  691. | Shop | Rating | Ranking |
  692. |------+---------+---------|
  693. | s1 | replace | replace |
  694. | s2 | replace | replace |
  695. ")
  696. (concat data "
  697. | Shop | Rating | Ranking |
  698. |------+--------+---------|
  699. | s1 | 1.5 | 2 |
  700. | s2 | 6.0 | 1 |
  701. ")
  702. 2 (concat
  703. "#+TBLFM: $2 = '(let ((all (org-lookup-all '$1 "
  704. "'(remote(data, @I$3..@>$3)) '(remote(data, @I$4..@>$4))))) "
  705. "(/ (apply '+ all) (length all) 1.0)); L :: "
  706. "$3 = '(+ 1 (length (org-lookup-all $2 '(@I$2..@>$2) nil '<))); N"))))
  707. (ert-deftest test-org-table/org-table-make-reference/mode-string-EL ()
  708. (fset 'f 'org-table-make-reference)
  709. ;; For Lisp formula only
  710. (should (equal "0" (f "0" t nil 'literal)))
  711. (should (equal "z" (f "z" t nil 'literal)))
  712. (should (equal "" (f "" t nil 'literal)))
  713. (should (equal "0 1" (f '("0" "1") t nil 'literal)))
  714. (should (equal "z 1" (f '("z" "1") t nil 'literal)))
  715. (should (equal " 1" (f '("" "1") t nil 'literal)))
  716. (should (equal " " (f '("" "" ) t nil 'literal))))
  717. (ert-deftest test-org-table/org-table-make-reference/mode-string-E ()
  718. (fset 'f 'org-table-make-reference)
  719. ;; For Lisp formula
  720. (should (equal "\"0\"" (f "0" t nil t)))
  721. (should (equal "\"z\"" (f "z" t nil t)))
  722. (should (equal "\"\"" (f "" t nil t)))
  723. (should (equal "\"0\" \"1\"" (f '("0" "1") t nil t)))
  724. (should (equal "\"z\" \"1\"" (f '("z" "1") t nil t)))
  725. (should (equal "\"\" \"1\"" (f '("" "1") t nil t)))
  726. (should (equal "\"\" \"\"" (f '("" "" ) t nil t)))
  727. ;; For Calc formula
  728. (should (equal "(0)" (f "0" t nil nil)))
  729. (should (equal "(z)" (f "z" t nil nil)))
  730. (should (equal "nan" (f "" t nil nil)))
  731. (should (equal "[0,1]" (f '("0" "1") t nil nil)))
  732. (should (equal "[z,1]" (f '("z" "1") t nil nil)))
  733. (should (equal "[nan,1]" (f '("" "1") t nil nil)))
  734. (should (equal "[nan,nan]" (f '("" "" ) t nil nil)))
  735. ;; For Calc formula, special numbers
  736. (should (equal "(nan)" (f "nan" t nil nil)))
  737. (should (equal "(uinf)" (f "uinf" t nil nil)))
  738. (should (equal "(-inf)" (f "-inf" t nil nil)))
  739. (should (equal "(inf)" (f "inf" t nil nil)))
  740. (should (equal "[nan,1]" (f '( "nan" "1") t nil nil)))
  741. (should (equal "[uinf,1]" (f '("uinf" "1") t nil nil)))
  742. (should (equal "[-inf,1]" (f '("-inf" "1") t nil nil)))
  743. (should (equal "[inf,1]" (f '( "inf" "1") t nil nil))))
  744. (ert-deftest test-org-table/org-table-make-reference/mode-string-EN ()
  745. (fset 'f 'org-table-make-reference)
  746. ;; For Lisp formula
  747. (should (equal "0" (f "0" t t t)))
  748. (should (equal "0" (f "z" t t t)))
  749. (should (equal "0" (f "" t t t)))
  750. (should (equal "0 1" (f '("0" "1") t t t)))
  751. (should (equal "0 1" (f '("z" "1") t t t)))
  752. (should (equal "0 1" (f '("" "1") t t t)))
  753. (should (equal "0 0" (f '("" "" ) t t t)))
  754. ;; For Calc formula
  755. (should (equal "(0)" (f "0" t t nil)))
  756. (should (equal "(0)" (f "z" t t nil)))
  757. (should (equal "(0)" (f "" t t nil)))
  758. (should (equal "[0,1]" (f '("0" "1") t t nil)))
  759. (should (equal "[0,1]" (f '("z" "1") t t nil)))
  760. (should (equal "[0,1]" (f '("" "1") t t nil)))
  761. (should (equal "[0,0]" (f '("" "" ) t t nil)))
  762. ;; For Calc formula, special numbers
  763. (should (equal "(0)" (f "nan" t t nil)))
  764. (should (equal "(0)" (f "uinf" t t nil)))
  765. (should (equal "(0)" (f "-inf" t t nil)))
  766. (should (equal "(0)" (f "inf" t t nil)))
  767. (should (equal "[0,1]" (f '( "nan" "1") t t nil)))
  768. (should (equal "[0,1]" (f '("uinf" "1") t t nil)))
  769. (should (equal "[0,1]" (f '("-inf" "1") t t nil)))
  770. (should (equal "[0,1]" (f '( "inf" "1") t t nil))))
  771. (ert-deftest test-org-table/org-table-make-reference/mode-string-L ()
  772. (fset 'f 'org-table-make-reference)
  773. ;; For Lisp formula only
  774. (should (equal "0" (f "0" nil nil 'literal)))
  775. (should (equal "z" (f "z" nil nil 'literal)))
  776. (should (equal "" (f "" nil nil 'literal)))
  777. (should (equal "0 1" (f '("0" "1") nil nil 'literal)))
  778. (should (equal "z 1" (f '("z" "1") nil nil 'literal)))
  779. (should (equal "1" (f '("" "1") nil nil 'literal)))
  780. (should (equal "" (f '("" "" ) nil nil 'literal))))
  781. (ert-deftest test-org-table/org-table-make-reference/mode-string-none ()
  782. (fset 'f 'org-table-make-reference)
  783. ;; For Lisp formula
  784. (should (equal "\"0\"" (f "0" nil nil t)))
  785. (should (equal "\"z\"" (f "z" nil nil t)))
  786. (should (equal "" (f "" nil nil t)))
  787. (should (equal "\"0\" \"1\"" (f '("0" "1") nil nil t)))
  788. (should (equal "\"z\" \"1\"" (f '("z" "1") nil nil t)))
  789. (should (equal "\"1\"" (f '("" "1") nil nil t)))
  790. (should (equal "" (f '("" "" ) nil nil t)))
  791. ;; For Calc formula
  792. (should (equal "(0)" (f "0" nil nil nil)))
  793. (should (equal "(z)" (f "z" nil nil nil)))
  794. (should (equal "(0)" (f "" nil nil nil)))
  795. (should (equal "[0,1]" (f '("0" "1") nil nil nil)))
  796. (should (equal "[z,1]" (f '("z" "1") nil nil nil)))
  797. (should (equal "[1]" (f '("" "1") nil nil nil)))
  798. (should (equal "[]" (f '("" "" ) nil nil nil)))
  799. ;; For Calc formula, special numbers
  800. (should (equal "(nan)" (f "nan" nil nil nil)))
  801. (should (equal "(uinf)" (f "uinf" nil nil nil)))
  802. (should (equal "(-inf)" (f "-inf" nil nil nil)))
  803. (should (equal "(inf)" (f "inf" nil nil nil)))
  804. (should (equal "[nan,1]" (f '( "nan" "1") nil nil nil)))
  805. (should (equal "[uinf,1]" (f '("uinf" "1") nil nil nil)))
  806. (should (equal "[-inf,1]" (f '("-inf" "1") nil nil nil)))
  807. (should (equal "[inf,1]" (f '( "inf" "1") nil nil nil))))
  808. (ert-deftest test-org-table/org-table-make-reference/mode-string-N ()
  809. (fset 'f 'org-table-make-reference)
  810. ;; For Lisp formula
  811. (should (equal "0" (f "0" nil t t)))
  812. (should (equal "0" (f "z" nil t t)))
  813. (should (equal "" (f "" nil t t)))
  814. (should (equal "0 1" (f '("0" "1") nil t t)))
  815. (should (equal "0 1" (f '("z" "1") nil t t)))
  816. (should (equal "1" (f '("" "1") nil t t)))
  817. (should (equal "" (f '("" "" ) nil t t)))
  818. ;; For Calc formula
  819. (should (equal "(0)" (f "0" nil t nil)))
  820. (should (equal "(0)" (f "z" nil t nil)))
  821. (should (equal "(0)" (f "" nil t nil)))
  822. (should (equal "[0,1]" (f '("0" "1") nil t nil)))
  823. (should (equal "[0,1]" (f '("z" "1") nil t nil)))
  824. (should (equal "[1]" (f '("" "1") nil t nil)))
  825. (should (equal "[]" (f '("" "" ) nil t nil)))
  826. ;; For Calc formula, special numbers
  827. (should (equal "(0)" (f "nan" nil t nil)))
  828. (should (equal "(0)" (f "uinf" nil t nil)))
  829. (should (equal "(0)" (f "-inf" nil t nil)))
  830. (should (equal "(0)" (f "inf" nil t nil)))
  831. (should (equal "[0,1]" (f '( "nan" "1") nil t nil)))
  832. (should (equal "[0,1]" (f '("uinf" "1") nil t nil)))
  833. (should (equal "[0,1]" (f '("-inf" "1") nil t nil)))
  834. (should (equal "[0,1]" (f '( "inf" "1") nil t nil))))
  835. (ert-deftest test-org-table/org-table-convert-refs-to-an/1 ()
  836. "Simple reference @1$1."
  837. (should
  838. (string= "A1" (org-table-convert-refs-to-an "@1$1"))))
  839. ;; TODO: Test broken
  840. ;; (ert-deftest test-org-table/org-table-convert-refs-to-an/2 ()
  841. ;; "Self reference @1$1."
  842. ;; (should
  843. ;; (string= "A1 = $0" (org-table-convert-refs-to-an "@1$1 = $0"))))
  844. (ert-deftest test-org-table/org-table-convert-refs-to-an/3 ()
  845. "Remote reference."
  846. (should
  847. (string= "C& = remote(FOO, @@#B&)" (org-table-convert-refs-to-an "$3 = remote(FOO, @@#$2)"))))
  848. (ert-deftest test-org-table/org-table-convert-refs-to-rc/1 ()
  849. "Simple reference @1$1."
  850. (should
  851. (string= "@1$1" (org-table-convert-refs-to-rc "A1"))))
  852. (ert-deftest test-org-table/org-table-convert-refs-to-rc/2 ()
  853. "Self reference $0."
  854. (should
  855. (string= "@1$1 = $0" (org-table-convert-refs-to-rc "A1 = $0"))))
  856. ;; TODO: Test Broken
  857. ;; (ert-deftest test-org-table/org-table-convert-refs-to-rc/3 ()
  858. ;; "Remote reference."
  859. ;; (should
  860. ;; (string= "$3 = remote(FOO, @@#$2)" (org-table-convert-refs-to-rc "C& = remote(FOO, @@#B&)"))))
  861. (ert-deftest test-org-table/remote-reference-access ()
  862. "Access to remote reference.
  863. See also `test-org-table/copy-field'."
  864. (org-test-table-target-expect
  865. "
  866. #+NAME: table
  867. | | x 42 | |
  868. | replace | replace |
  869. "
  870. "
  871. #+NAME: table
  872. | | x 42 | |
  873. | x 42 | 84 x |
  874. "
  875. 1 (concat "#+TBLFM: "
  876. ;; Copy text without calculation: Use Lisp formula
  877. "$1 = '(identity remote(table, @1$2)) :: "
  878. ;; Do a calculation: Use Calc (or Lisp ) formula
  879. "$2 = 2 * remote(table, @1$2)")))
  880. (ert-deftest test-org-table/remote-reference-indirect ()
  881. "Access to remote reference with indirection of name or ID."
  882. (let ((source-tables "
  883. #+NAME: 2012
  884. | amount |
  885. |--------|
  886. | 1 |
  887. | 2 |
  888. |--------|
  889. | 3 |
  890. #+TBLFM: @>$1 = vsum(@I..@II)
  891. #+NAME: 2013
  892. | amount |
  893. |--------|
  894. | 4 |
  895. | 8 |
  896. |--------|
  897. | 12 |
  898. #+TBLFM: @>$1 = vsum(@I..@II)
  899. "))
  900. ;; Read several remote references from same column
  901. (org-test-table-target-expect
  902. (concat source-tables "
  903. #+NAME: summary
  904. | year | amount |
  905. |-------+---------|
  906. | 2012 | replace |
  907. | 2013 | replace |
  908. |-------+---------|
  909. | total | replace |
  910. ")
  911. (concat source-tables "
  912. #+NAME: summary
  913. | year | amount |
  914. |-------+--------|
  915. | 2012 | 3 |
  916. | 2013 | 12 |
  917. |-------+--------|
  918. | total | 15 |
  919. ")
  920. 1
  921. ;; Calc formula
  922. "#+TBLFM: @<<$2..@>>$2 = remote($<, @>$1) :: @>$2 = vsum(@I..@II)"
  923. ;; Lisp formula
  924. (concat "#+TBLFM: @<<$2..@>>$2 = '(identity remote($<, @>$1)); N :: "
  925. "@>$2 = '(+ @I..@II); N"))
  926. ;; Read several remote references from same row
  927. (org-test-table-target-expect
  928. (concat source-tables "
  929. #+NAME: summary
  930. | year | 2012 | 2013 | total |
  931. |--------+---------+---------+---------|
  932. | amount | replace | replace | replace |
  933. ")
  934. (concat source-tables "
  935. #+NAME: summary
  936. | year | 2012 | 2013 | total |
  937. |--------+------+------+-------|
  938. | amount | 3 | 12 | 15 |
  939. ")
  940. 1
  941. ;; Calc formula
  942. "#+TBLFM: @2$<<..@2$>> = remote(@<, @>$1) :: @2$> = vsum($<<..$>>)"
  943. ;; Lisp formula
  944. (concat "#+TBLFM: @2$<<..@2$>> = '(identity remote(@<, @>$1)); N :: "
  945. "@2$> = '(+ $<<..$>>); N"))))
  946. (ert-deftest test-org-table/org-at-TBLFM-p ()
  947. (org-test-with-temp-text-in-file
  948. "
  949. | 1 |
  950. | 2 |
  951. #+TBLFM: $2=$1*2
  952. "
  953. (goto-char (point-min))
  954. (forward-line 2)
  955. (should (equal (org-at-TBLFM-p) nil))
  956. (goto-char (point-min))
  957. (forward-line 3)
  958. (should (equal (org-at-TBLFM-p) t))
  959. (goto-char (point-min))
  960. (forward-line 4)
  961. (should (equal (org-at-TBLFM-p) nil))))
  962. (ert-deftest test-org-table/org-table-TBLFM-begin ()
  963. (org-test-with-temp-text-in-file
  964. "
  965. | 1 |
  966. | 2 |
  967. #+TBLFM: $2=$1*2
  968. "
  969. (goto-char (point-min))
  970. (should (equal (org-table-TBLFM-begin)
  971. nil))
  972. (goto-char (point-min))
  973. (forward-line 1)
  974. (should (equal (org-table-TBLFM-begin)
  975. nil))
  976. (goto-char (point-min))
  977. (forward-line 3)
  978. (should (= (org-table-TBLFM-begin)
  979. 14))
  980. (goto-char (point-min))
  981. (forward-line 4)
  982. (should (= (org-table-TBLFM-begin)
  983. 14))
  984. ))
  985. (ert-deftest test-org-table/org-table-TBLFM-begin-for-multiple-TBLFM-lines ()
  986. "For multiple #+TBLFM lines."
  987. (org-test-with-temp-text-in-file
  988. "
  989. | 1 |
  990. | 2 |
  991. #+TBLFM: $2=$1*1
  992. #+TBLFM: $2=$1*2
  993. "
  994. (goto-char (point-min))
  995. (should (equal (org-table-TBLFM-begin)
  996. nil))
  997. (goto-char (point-min))
  998. (forward-line 1)
  999. (should (equal (org-table-TBLFM-begin)
  1000. nil))
  1001. (goto-char (point-min))
  1002. (forward-line 3)
  1003. (should (= (org-table-TBLFM-begin)
  1004. 14))
  1005. (goto-char (point-min))
  1006. (forward-line 4)
  1007. (should (= (org-table-TBLFM-begin)
  1008. 14))
  1009. (goto-char (point-min))
  1010. (forward-line 5)
  1011. (should (= (org-table-TBLFM-begin)
  1012. 14))
  1013. ))
  1014. (ert-deftest test-org-table/org-table-TBLFM-begin-for-pultiple-TBLFM-lines-blocks ()
  1015. (org-test-with-temp-text-in-file
  1016. "
  1017. | 1 |
  1018. | 2 |
  1019. #+TBLFM: $2=$1*1
  1020. #+TBLFM: $2=$1*2
  1021. | 6 |
  1022. | 7 |
  1023. #+TBLFM: $2=$1*1
  1024. #+TBLFM: $2=$1*2
  1025. "
  1026. (goto-char (point-min))
  1027. (should (equal (org-table-TBLFM-begin)
  1028. nil))
  1029. (goto-char (point-min))
  1030. (forward-line 1)
  1031. (should (equal (org-table-TBLFM-begin)
  1032. nil))
  1033. (goto-char (point-min))
  1034. (forward-line 3)
  1035. (should (= (org-table-TBLFM-begin)
  1036. 14))
  1037. (goto-char (point-min))
  1038. (forward-line 4)
  1039. (should (= (org-table-TBLFM-begin)
  1040. 14))
  1041. (goto-char (point-min))
  1042. (forward-line 5)
  1043. (should (= (org-table-TBLFM-begin)
  1044. 14))
  1045. (goto-char (point-min))
  1046. (forward-line 6)
  1047. (should (= (org-table-TBLFM-begin)
  1048. 14))
  1049. (goto-char (point-min))
  1050. (forward-line 8)
  1051. (should (= (org-table-TBLFM-begin)
  1052. 61))
  1053. (goto-char (point-min))
  1054. (forward-line 9)
  1055. (should (= (org-table-TBLFM-begin)
  1056. 61))
  1057. (goto-char (point-min))
  1058. (forward-line 10)
  1059. (should (= (org-table-TBLFM-begin)
  1060. 61))))
  1061. (ert-deftest test-org-table/org-table-calc-current-TBLFM ()
  1062. (org-test-with-temp-text-in-file
  1063. "
  1064. | 1 | |
  1065. | 2 | |
  1066. #+TBLFM: $2=$1*1
  1067. #+TBLFM: $2=$1*2
  1068. #+TBLFM: $2=$1*3
  1069. "
  1070. (let ((got (progn (goto-char (point-min))
  1071. (forward-line 3)
  1072. (org-table-calc-current-TBLFM)
  1073. (buffer-string)))
  1074. (expect "
  1075. | 1 | 1 |
  1076. | 2 | 2 |
  1077. #+TBLFM: $2=$1*1
  1078. #+TBLFM: $2=$1*2
  1079. #+TBLFM: $2=$1*3
  1080. "))
  1081. (should (string= got
  1082. expect)))
  1083. (let ((got (progn (goto-char (point-min))
  1084. (forward-line 4)
  1085. (org-table-calc-current-TBLFM)
  1086. (buffer-string)))
  1087. (expect "
  1088. | 1 | 2 |
  1089. | 2 | 4 |
  1090. #+TBLFM: $2=$1*1
  1091. #+TBLFM: $2=$1*2
  1092. #+TBLFM: $2=$1*3
  1093. "))
  1094. (should (string= got
  1095. expect)))))
  1096. (ert-deftest test-org-table/org-table-calc-current-TBLFM-when-stop-because-of-error ()
  1097. "org-table-calc-current-TBLFM should preserve the input as it was."
  1098. (org-test-with-temp-text-in-file
  1099. "
  1100. | 1 | 1 |
  1101. | 2 | 2 |
  1102. #+TBLFM: $2=$1*1
  1103. #+TBLFM: $2=$1*2::$2=$1*2
  1104. #+TBLFM: $2=$1*3
  1105. "
  1106. (let ((expect "
  1107. | 1 | 1 |
  1108. | 2 | 2 |
  1109. #+TBLFM: $2=$1*1
  1110. #+TBLFM: $2=$1*2::$2=$1*2
  1111. #+TBLFM: $2=$1*3
  1112. "))
  1113. (goto-char (point-min))
  1114. (forward-line 4)
  1115. (should-error (org-table-calc-current-TBLFM))
  1116. (setq got (buffer-string))
  1117. (message "%s" got)
  1118. (should (string= got
  1119. expect)))))
  1120. ;;; Radio Tables
  1121. (ert-deftest test-org-table/to-generic ()
  1122. "Test `orgtbl-to-generic' specifications."
  1123. ;; Test :hline parameter.
  1124. (should
  1125. (equal "a\nb"
  1126. (orgtbl-to-generic (org-table-to-lisp "| a |\n|---|\n| b |")
  1127. '(:hline nil))))
  1128. (should
  1129. (equal "a\n~\nb"
  1130. (orgtbl-to-generic (org-table-to-lisp "| a |\n|---|\n| b |")
  1131. '(:hline "~"))))
  1132. ;; Test :sep parameter.
  1133. (should
  1134. (equal "a!b\nc!d"
  1135. (orgtbl-to-generic
  1136. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1137. '(:sep "!"))))
  1138. ;; Test :hsep parameter.
  1139. (should
  1140. (equal "a!b\nc?d"
  1141. (orgtbl-to-generic
  1142. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1143. '(:sep "?" :hsep "!"))))
  1144. ;; Test :tstart parameter.
  1145. (should
  1146. (equal "<begin>\na"
  1147. (orgtbl-to-generic (org-table-to-lisp "| a |") '(:tstart "<begin>"))))
  1148. (should
  1149. (equal "<begin>\na"
  1150. (orgtbl-to-generic (org-table-to-lisp "| a |")
  1151. '(:tstart (lambda () "<begin>")))))
  1152. (should
  1153. (equal "a"
  1154. (orgtbl-to-generic (org-table-to-lisp "| a |")
  1155. '(:tstart "<begin>" :splice t))))
  1156. ;; Test :tend parameter.
  1157. (should
  1158. (equal "a\n<end>"
  1159. (orgtbl-to-generic (org-table-to-lisp "| a |") '(:tend "<end>"))))
  1160. (should
  1161. (equal "a\n<end>"
  1162. (orgtbl-to-generic (org-table-to-lisp "| a |")
  1163. '(:tend (lambda () "<end>")))))
  1164. (should
  1165. (equal "a"
  1166. (orgtbl-to-generic (org-table-to-lisp "| a |")
  1167. '(:tend "<end>" :splice t))))
  1168. ;; Test :lstart parameter.
  1169. (should
  1170. (equal "> a"
  1171. (orgtbl-to-generic
  1172. (org-table-to-lisp "| a |") '(:lstart "> "))))
  1173. (should
  1174. (equal "> a"
  1175. (orgtbl-to-generic (org-table-to-lisp "| a |")
  1176. '(:lstart (lambda () "> ")))))
  1177. ;; Test :llstart parameter.
  1178. (should
  1179. (equal "> a\n>> b"
  1180. (orgtbl-to-generic (org-table-to-lisp "| a |\n|---|\n| b |")
  1181. '(:lstart "> " :llstart ">> "))))
  1182. ;; Test :hlstart parameter.
  1183. (should
  1184. (equal "!> a\n> b"
  1185. (orgtbl-to-generic (org-table-to-lisp "| a |\n|---|\n| b |")
  1186. '(:lstart "> " :hlstart "!> "))))
  1187. ;; Test :hllstart parameter.
  1188. (should
  1189. (equal "!> a\n!!> b\n> c"
  1190. (orgtbl-to-generic (org-table-to-lisp "| a |\n| b |\n|---|\n| c |")
  1191. '(:lstart "> " :hlstart "!> " :hllstart "!!> "))))
  1192. ;; Test :lend parameter.
  1193. (should
  1194. (equal "a <"
  1195. (orgtbl-to-generic (org-table-to-lisp "| a |") '(:lend " <"))))
  1196. ;; Test :llend parameter.
  1197. (should
  1198. (equal "a <\nb <<"
  1199. (orgtbl-to-generic (org-table-to-lisp "| a |\n|---|\n| b |")
  1200. '(:lend " <" :llend " <<"))))
  1201. ;; Test :hlend parameter.
  1202. (should
  1203. (equal "a <!\nb <"
  1204. (orgtbl-to-generic (org-table-to-lisp "| a |\n|---|\n| b |")
  1205. '(:lend " <" :hlend " <!"))))
  1206. ;; Test :hllend parameter.
  1207. (should
  1208. (equal "a <!\nb <!!\nc <"
  1209. (orgtbl-to-generic (org-table-to-lisp "| a |\n| b |\n|---|\n| c |")
  1210. '(:lend " <" :hlend " <!" :hllend " <!!"))))
  1211. ;; Test :lfmt parameter.
  1212. (should
  1213. (equal "a!b"
  1214. (orgtbl-to-generic (org-table-to-lisp "| a | b |")
  1215. '(:lfmt "%s!%s"))))
  1216. (should
  1217. (equal "a+b"
  1218. (orgtbl-to-generic
  1219. (org-table-to-lisp "| a | b |")
  1220. '(:lfmt (lambda (c) (concat (car c) "+" (cadr c)))))))
  1221. (should
  1222. (equal "a!b"
  1223. (orgtbl-to-generic (org-table-to-lisp "| a | b |")
  1224. '(:lfmt "%s!%s" :lstart ">" :lend "<" :sep " "))))
  1225. ;; Test :llfmt parameter.
  1226. (should
  1227. (equal "a!b"
  1228. (orgtbl-to-generic (org-table-to-lisp "| a | b |")
  1229. '(:llfmt "%s!%s"))))
  1230. (should
  1231. (equal "a!b\nc+d"
  1232. (orgtbl-to-generic
  1233. (org-table-to-lisp "| a | b |\n| c | d |")
  1234. '(:lfmt "%s!%s" :llfmt (lambda (c) (concat (car c) "+" (cadr c)))))))
  1235. (should
  1236. (equal "a!b"
  1237. (orgtbl-to-generic (org-table-to-lisp "| a | b |")
  1238. '(:llfmt "%s!%s" :lstart ">" :lend "<" :sep " "))))
  1239. ;; Test :hlfmt parameter.
  1240. (should
  1241. (equal "a!b\ncd"
  1242. (orgtbl-to-generic
  1243. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1244. '(:hlfmt "%s!%s"))))
  1245. (should
  1246. (equal "a+b\ncd"
  1247. (orgtbl-to-generic
  1248. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1249. '(:hlfmt (lambda (c) (concat (car c) "+" (cadr c)))))))
  1250. (should
  1251. (equal "a!b\n>c d<"
  1252. (orgtbl-to-generic
  1253. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1254. '(:hlfmt "%s!%s" :lstart ">" :lend "<" :sep " "))))
  1255. ;; Test :hllfmt parameter.
  1256. (should
  1257. (equal "a!b\ncd"
  1258. (orgtbl-to-generic
  1259. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1260. '(:hllfmt "%s!%s"))))
  1261. (should
  1262. (equal "a+b\ncd"
  1263. (orgtbl-to-generic
  1264. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1265. '(:hllfmt (lambda (c) (concat (car c) "+" (cadr c)))))))
  1266. (should
  1267. (equal "a!b\n>c d<"
  1268. (orgtbl-to-generic
  1269. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1270. '(:hllfmt "%s!%s" :lstart ">" :lend "<" :sep " "))))
  1271. ;; Test :fmt parameter.
  1272. (should
  1273. (equal ">a<\n>b<"
  1274. (orgtbl-to-generic (org-table-to-lisp "| a |\n|---|\n| b |")
  1275. '(:fmt ">%s<"))))
  1276. (should
  1277. (equal ">a<b"
  1278. (orgtbl-to-generic (org-table-to-lisp "| a | b |")
  1279. '(:fmt (1 ">%s<" 2 (lambda (c) c))))))
  1280. (should
  1281. (equal "a b"
  1282. (orgtbl-to-generic (org-table-to-lisp "| a | b |")
  1283. '(:fmt (2 " %s")))))
  1284. (should
  1285. (equal ">a<"
  1286. (orgtbl-to-generic (org-table-to-lisp "| a |")
  1287. '(:fmt (lambda (c) (format ">%s<" c))))))
  1288. ;; Test :hfmt parameter.
  1289. (should
  1290. (equal ">a<\nb"
  1291. (orgtbl-to-generic (org-table-to-lisp "| a |\n|---|\n| b |")
  1292. '(:hfmt ">%s<"))))
  1293. (should
  1294. (equal ">a<b\ncd"
  1295. (orgtbl-to-generic
  1296. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1297. '(:hfmt (1 ">%s<" 2 identity)))))
  1298. (should
  1299. (equal "a b\ncd"
  1300. (orgtbl-to-generic
  1301. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |")
  1302. '(:hfmt (2 " %s")))))
  1303. (should
  1304. (equal ">a<\nb"
  1305. (orgtbl-to-generic (org-table-to-lisp "| a |\n|---|\n| b |")
  1306. '(:hfmt (lambda (c) (format ">%s<" c))))))
  1307. ;; Test :efmt parameter.
  1308. (should
  1309. (equal "2x10^3"
  1310. (orgtbl-to-generic (org-table-to-lisp "| 2e3 |")
  1311. '(:efmt "%sx10^%s"))))
  1312. (should
  1313. (equal "2x10^3"
  1314. (orgtbl-to-generic (org-table-to-lisp "| 2e3 |")
  1315. '(:efmt (lambda (m e) (concat m "x10^" e))))))
  1316. (should
  1317. (equal "2x10^3"
  1318. (orgtbl-to-generic (org-table-to-lisp "| 2e3 |")
  1319. '(:efmt (1 "%sx10^%s")))))
  1320. (should
  1321. (equal "2x10^3"
  1322. (orgtbl-to-generic
  1323. (org-table-to-lisp "| 2e3 |")
  1324. '(:efmt (1 (lambda (m e) (format "%sx10^%s" m e)))))))
  1325. (should
  1326. (equal "2e3"
  1327. (orgtbl-to-generic (org-table-to-lisp "| 2e3 |") '(:efmt nil))))
  1328. ;; Test :skip parameter.
  1329. (should
  1330. (equal "cd"
  1331. (orgtbl-to-generic
  1332. (org-table-to-lisp "| \ | <c> |\n| a | b |\n|---+---|\n| c | d |")
  1333. '(:skip 2))))
  1334. ;; Test :skipcols parameter.
  1335. (should
  1336. (equal "a\nc"
  1337. (orgtbl-to-generic
  1338. (org-table-to-lisp "| a | b |\n| c | d |") '(:skipcols (2)))))
  1339. (should
  1340. (equal "a\nc"
  1341. (orgtbl-to-generic
  1342. (org-table-to-lisp
  1343. "| / | <c> | <c> |\n| # | a | b |\n|---+---+---|\n| | c | d |")
  1344. '(:skipcols (2)))))
  1345. ;; Test :raw parameter.
  1346. (when (featurep 'ox-latex)
  1347. (should
  1348. (org-string-match-p
  1349. "/a/"
  1350. (orgtbl-to-generic (org-table-to-lisp "| /a/ | b |")
  1351. '(:backend latex :raw t))))))
  1352. (ert-deftest test-org-table/to-latex ()
  1353. "Test `orgtbl-to-latex' specifications."
  1354. (should
  1355. (equal "\\begin{tabular}{l}\na\\\\\n\\end{tabular}"
  1356. (orgtbl-to-latex (org-table-to-lisp "| a |") nil)))
  1357. ;; Test :environment parameter.
  1358. (should
  1359. (equal "\\begin{tabularx}{l}\na\\\\\n\\end{tabularx}"
  1360. (orgtbl-to-latex (org-table-to-lisp "| a |")
  1361. '(:environment "tabularx"))))
  1362. ;; Test :booktabs parameter.
  1363. (should
  1364. (org-string-match-p
  1365. "\\toprule" (orgtbl-to-latex (org-table-to-lisp "| a |") '(:booktabs t)))))
  1366. (ert-deftest test-org-table/to-html ()
  1367. "Test `orgtbl-to-html' specifications."
  1368. (should
  1369. (equal (orgtbl-to-html (org-table-to-lisp "| a |") nil)
  1370. "<table border=\"2\" cellspacing=\"0\" cellpadding=\"6\" rules=\"groups\" frame=\"hsides\">
  1371. <colgroup>
  1372. <col class=\"left\" />
  1373. </colgroup>
  1374. <tbody>
  1375. <tr>
  1376. <td class=\"left\">a</td>
  1377. </tr>
  1378. </tbody>
  1379. </table>"))
  1380. ;; Test :attributes parameter.
  1381. (should
  1382. (org-string-match-p
  1383. "<table>"
  1384. (orgtbl-to-html (org-table-to-lisp "| a |") '(:attributes nil))))
  1385. (should
  1386. (org-string-match-p
  1387. "<table border=\"2\">"
  1388. (orgtbl-to-html (org-table-to-lisp "| a |") '(:attributes (:border "2"))))))
  1389. (ert-deftest test-org-table/to-texinfo ()
  1390. "Test `orgtbl-to-texinfo' specifications."
  1391. (should
  1392. (equal "@multitable {a}\n@item a\n@end multitable"
  1393. (orgtbl-to-texinfo (org-table-to-lisp "| a |") nil)))
  1394. ;; Test :columns parameter.
  1395. (should
  1396. (equal "@multitable @columnfractions .4 .6\n@item a\n@tab b\n@end multitable"
  1397. (orgtbl-to-texinfo (org-table-to-lisp "| a | b |")
  1398. '(:columns ".4 .6"))))
  1399. (should
  1400. (equal "@multitable @columnfractions .4 .6\n@item a\n@tab b\n@end multitable"
  1401. (orgtbl-to-texinfo (org-table-to-lisp "| a | b |")
  1402. '(:columns "@columnfractions .4 .6"))))
  1403. (should
  1404. (equal "@multitable {xxx} {xx}\n@item a\n@tab b\n@end multitable"
  1405. (orgtbl-to-texinfo (org-table-to-lisp "| a | b |")
  1406. '(:columns "{xxx} {xx}")))))
  1407. (ert-deftest test-org-table/to-orgtbl ()
  1408. "Test `orgtbl-to-orgtbl' specifications."
  1409. (should
  1410. (equal "| a | b |\n|---+---|\n| c | d |"
  1411. (orgtbl-to-orgtbl
  1412. (org-table-to-lisp "| a | b |\n|---+---|\n| c | d |") nil))))
  1413. (ert-deftest test-org-table/to-unicode ()
  1414. "Test `orgtbl-to-unicode' specifications."
  1415. (should
  1416. (equal "━━━\n a \n━━━"
  1417. (orgtbl-to-unicode (org-table-to-lisp "| a |") nil)))
  1418. ;; Test :narrow parameter.
  1419. (should
  1420. (equal "━━━━\n => \n━━━━"
  1421. (orgtbl-to-unicode (org-table-to-lisp "| <2> |\n| xxx |")
  1422. '(:narrow t)))))
  1423. (ert-deftest test-org-table/send-region ()
  1424. "Test `orgtbl-send-table' specifications."
  1425. ;; Error when not at a table.
  1426. (should-error
  1427. (org-test-with-temp-text "Paragraph"
  1428. (orgtbl-send-table)))
  1429. ;; Error when destination is missing.
  1430. (should-error
  1431. (org-test-with-temp-text "#+ORGTBL: SEND\n<point>| a |"
  1432. (orgtbl-send-table)))
  1433. ;; Error when transformation function is not specified.
  1434. (should-error
  1435. (org-test-with-temp-text "
  1436. # BEGIN RECEIVE ORGTBL table
  1437. # END RECEIVE ORGTBL table
  1438. #+ORGTBL: SEND table
  1439. <point>| a |"
  1440. (orgtbl-send-table)))
  1441. ;; Standard test.
  1442. (should
  1443. (equal "| a |\n|---|\n| b |\n"
  1444. (org-test-with-temp-text "
  1445. # BEGIN RECEIVE ORGTBL table
  1446. # END RECEIVE ORGTBL table
  1447. #+ORGTBL: SEND table orgtbl-to-orgtbl :hlines nil
  1448. <point>| a |\n|---|\n| b |"
  1449. (orgtbl-send-table)
  1450. (goto-char (point-min))
  1451. (buffer-substring-no-properties
  1452. (search-forward "# BEGIN RECEIVE ORGTBL table\n")
  1453. (progn (search-forward "# END RECEIVE ORGTBL table")
  1454. (match-beginning 0)))))))
  1455. (provide 'test-org-table)
  1456. ;;; test-org-table.el ends here