[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/gnosis d034335bde 18/19: Packaging: Add version 0.4.2.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/gnosis d034335bde 18/19: Packaging: Add version 0.4.2. |
Date: |
Thu, 5 Sep 2024 13:00:34 -0400 (EDT) |
branch: elpa/gnosis
commit d034335bde30c7873768bfbbae531a704d011245
Author: Thanos Apollo <public@thanosapollo.org>
Commit: Thanos Apollo <public@thanosapollo.org>
Packaging: Add version 0.4.2.
* Comment out gnosis-org sections that are under development.
* Fix display issues on non-grapical interface.
* Add variable watchers for custom algorithm values.
* Update assertions for editing notes
This is a minor release with a few bug fixes.
---
gnosis.el | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/gnosis.el b/gnosis.el
index 40e4061d74..4619fa94fd 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -5,7 +5,7 @@
;; Author: Thanos Apollo <public@thanosapollo.org>
;; Keywords: extensions
;; URL: https://thanosapollo.org/projects/gnosis
-;; Version: 0.4.2-dev
+;; Version: 0.4.2
;; Package-Requires: ((emacs "27.2") (emacsql "4.0.1") (compat "29.1.4.2")
(transient "0.7.2"))
@@ -50,7 +50,7 @@
(require 'gnosis-string-edit)
(require 'gnosis-dashboard)
-(require 'gnosis-org)
+;; (require 'gnosis-org)
(require 'animate)
@@ -2557,18 +2557,17 @@ If STRING-SECTION is nil, apply FACE to the entire
STRING."
:tags note-tags))
(error "Demo deck already exists"))))
-;; Export
-;; This is a demo!
-(defun gnosis-export-deck (&optional deck)
- "Export contents of DECK."
- (interactive (list (gnosis--get-deck-id)))
- (with-current-buffer (get-buffer-create "*test*")
- (insert (format "#+GNOSIS_DECK: %s\n\n" (gnosis--get-deck-name deck)))
- (cl-loop for note in (gnosis-select '[main answer id type] 'notes `(=
deck-id ,deck))
- do (gnosis-org-insert-heading :main (car note)
- :answer (cadr note)
- :id (number-to-string (caddr note))
- :type (cadddr note)))))
+;; TODO: Add Export funcs
+;; (defun gnosis-export-deck (&optional deck)
+;; "Export contents of DECK."
+;; (interactive (list (gnosis--get-deck-id)))
+;; (with-current-buffer (get-buffer-create "*test*")
+;; (insert (format "#+GNOSIS_DECK: %s\n\n" (gnosis--get-deck-name deck)))
+;; (cl-loop for note in (gnosis-select '[main answer id type] 'notes `(=
deck-id ,deck))
+;; do (gnosis-org-insert-heading :main (car note)
+;; :answer (cadr note)
+;; :id (number-to-string (caddr note))
+;; :type (cadddr note)))))
;; Gnosis mode ;;
;;;;;;;;;;;;;;;;;
- [nongnu] elpa/gnosis updated (013fca6bae -> 731f0ba491), ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis 48ca4aa6f2 07/19: [Refactor] Rewrite org-insert-heading, ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis a783b56772 10/19: New function: Add validate-custom-values., ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis 56ed928045 09/19: export-deck: Add demo export., ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis 1e8e5fc529 11/19: New variable-watcher: custom-values-watcher., ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis d034335bde 18/19: Packaging: Add version 0.4.2.,
ELPA Syncer <=
- [nongnu] elpa/gnosis 4d90489c5b 05/19: elpaignore: Add manifest.scm, ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis 11e526b496 02/19: New module: gnosis-org: Use org-mode with gnosis., ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis cfa0462972 01/19: packaging: Version 0.4.2-dev, ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis 061633adca 03/19: packaging: Require emacsql-4.0.1., ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis 487d903de1 04/19: New file: Add manifest.scm, ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis 02a4e13520 12/19: [fix] display-images: Display images only on graphical envs., ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis bb1469aad5 08/19: Update todos., ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis bc626d511c 16/19: dashboard: Update dashboard-mode keymap., ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis 8f0bb68c87 14/19: demo: Update formatting (aesthetics)., ELPA Syncer, 2024/09/05
- [nongnu] elpa/gnosis 52da178372 15/19: Rewrite README as markdown, ELPA Syncer, 2024/09/05