summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-11-01 02:19:12 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-11-01 02:19:12 -0500
commitbc3e5370dfb9fce47ae3694d194a4544c0485689 (patch)
treec841f4d747fbb1ba0bc9a46828f7c0354aa49cf0
parentd6a7fc60f628e4dc08c8e715474b52d6895885b7 (diff)
Removed one image
-rw-r--r--org/lift-form/lift-form.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/org/lift-form/lift-form.org b/org/lift-form/lift-form.org
index 787f046..5868740 100644
--- a/org/lift-form/lift-form.org
+++ b/org/lift-form/lift-form.org
@@ -1,7 +1,7 @@
# -*- org-export-use-babel: nil;-*-
#+TITLE: Tracking Physical Performance, Personal Library with Emacs
-#+DATE: <2023-11-01 Wed 02:03>
+#+DATE: <2023-11-01 Wed 02:16>
#+TAGS: Emacs, Fitness, Data, Forms.el
I've just started making systematic efforts in my physical fitness. Following some [[https://rpstrength.com/hypertrophy-training-guide-central-hub/][work I've seen on periodized hypertrophy training]], I planned out a mesocycle in my usual Android Notes, but noticed my systematic representation of workout data could much more ergonomically be represented as a forms file. The data entry is better, and data analysis is easier! Realizing just how good it is, I also implemented some basic library management in it for my physical books.
@@ -170,8 +170,6 @@ Here's the one for the library:
#+end_src
-[[./library.png]]
-
To use these, just plop the control file in a directory, call =M-x forms-find-file= on it, and enter your data! =TAB= and =S-TAB= move forward and backward through field locations for editing; several normal Emacs keybindings operate at a meta level if prefixed by =C-c= , e.g. =C-c C-n= and =C-c C-p= move forward and backward through the records, and you can search the records for text with =C-c C-s= and =C-c C-r=. =C-c C-o= inserts a new record.
* Data Analysis