org-colview: Fix :id in columnview
commit07e514b58b89fd7e9a25026f5052463bb5778e75
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 27 Feb 2016 08:21:11 +0000 (27 09:21 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 27 Feb 2016 08:25:01 +0000 (27 09:25 +0100)
treee2f8f24efb911524544048c31f8207de2d6a9f67
parent7bcd3e6a795cf0d4dc49842780fa91d9e546e41e
org-colview: Fix :id in columnview

* lisp/org-colview.el (org-dblock-write:columnview): Fix typo in pcase
  so ID are properly recognized in current document.

* testing/lisp/test-org-colview.el (test-org-colview/dblock): Add tests.
lisp/org-colview.el
testing/lisp/test-org-colview.el