From 5e52a69e3256a0e16d4d05c6418b2306efa0e022 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Mon, 10 Jul 2023 09:24:08 -0700 Subject: [PATCH] Easier approach to Sprint Names This also fixes some tangling bugs. --- ha-org-sprint.org | 8 +++----- ha-programming.org | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ha-org-sprint.org b/ha-org-sprint.org index 763406f..2e9c5a0 100644 --- a/ha-org-sprint.org +++ b/ha-org-sprint.org @@ -42,10 +42,8 @@ I give each sprint a nickname, based on a /theme/ of some sorts, alphabetized. S At the beginning of the year, I choose a theme, and make a list for the upcoming sprints. In the org file, this is a list, that gets /tangled/ into an actual Emacs LIsp list. This is pretty cool. -#+begin_src emacs-lisp :noweb yes - (defvar sprint-nicknames - (--map (replace-regexp-in-string " *[:#].*" "" (first it)) - '<>) +#+begin_src emacs-lisp :var sprint-names=sprint-names-2023 + (defvar sprint-nicknames sprint-names "List of 26 Sprint Nicknames from A to Z.") #+end_src ** 2023 @@ -449,7 +447,7 @@ Before you can build this on a new system, make sure that you put the cursor ove #+DESCRIPTION: A literate program for configuring org files for work-related notes. #+PROPERTY: header-args:sh :tangle no -#+PROPERTY: header-args:emacs-lisp yes +#+PROPERTY: header-args:emacs-lisp :tangle yes #+PROPERTY: header-args :results none :eval no-export :comments no mkdirp yes #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil date:nil diff --git a/ha-programming.org b/ha-programming.org index 6b5718b..9cffb67 100644 --- a/ha-programming.org +++ b/ha-programming.org @@ -1141,7 +1141,7 @@ Before you can build this on a new system, make sure that you put the cursor ove #+DESCRIPTION: A literate programming file for helping me program. #+PROPERTY: header-args:sh :tangle no -#+PROPERTY: header-args:emacs-lisp ~/.emacs.d/elisp/ha-programming.el +#+PROPERTY: header-args:emacs-lisp :tangle yes #+PROPERTY: header-args :results none :eval no-export :comments no mkdirp yes #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil date:nil