branch: externals/gnosis
commit 5444aa20270f33a92a6a4e087ab382af9d9fc196
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    collections: Replace demo.org with demo.gnosis.
---
 NEWS.org                |   2 +-
 collections/demo.gnosis | Bin 0 -> 28672 bytes
 tests/gnosis-test-db.el |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 885e190062..22d5dbb5da 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -117,7 +117,7 @@
 + Dashboard bulk-link action for currently displayed themata.
 + Dashboard header-line with entry count and context.
 + Asynchronous deck import with ~gnosis-import-deck-async~.
-+ Demo deck included in =decks/demo.org=.
++ Demo deck included in =collections/demo.gnosis=.
 
 ** Performance
 + New ~gnosis-tl~ module replaces ~tabulated-list-print~ for
diff --git a/collections/demo.gnosis b/collections/demo.gnosis
new file mode 100644
index 0000000000..07f3620230
Binary files /dev/null and b/collections/demo.gnosis differ
diff --git a/tests/gnosis-test-db.el b/tests/gnosis-test-db.el
index 6c87d842f0..eb1f5deb0e 100644
--- a/tests/gnosis-test-db.el
+++ b/tests/gnosis-test-db.el
@@ -34,7 +34,7 @@
 (require 'gnosis)
 
 (defvar gnosis-test-import-file
-  (expand-file-name "../collections/demo.org"))
+  (expand-file-name "../collections/demo.gnosis"))
 
 (defun gnosis-test-random-items (list x)
   "Select X random items from LIST."

Reply via email to