Howard Abrams
62651466e2
Reorganizing my Publishing Approach
...
Getting ready to ship an exported version of my files up to my own
server.
2023-12-20 19:54:30 -08:00
Howard Abrams
2d9725290b
Fix header to have correct tags
2023-12-19 20:15:26 -08:00
Howard Abrams
b8f8f2421f
Tangling was a mistake
...
Unless I want to redo everything, and always tangle files (tempting).
2023-07-10 09:25:40 -07:00
Howard Abrams
ccb49d5a58
Tangle all configuration files to my elisp
directory
...
Haven't really needed this, as I have a function to load the org file
as Emacs Lisp code directly, but this can be a little helpful for debugging.
2023-07-05 10:22:18 -07:00
Howard Abrams
134dbcbb08
Download and use the latest org version
...
The org version on my current v29 build of Emacs seems to be broken,
so I'm now downloading the latest org version.
2023-05-25 10:26:34 -07:00
Howard Abrams
1b81e2178a
Finally got litagures working on my Mac
...
Using a couple of hacks, but I'm keeping Mickey Peterson's project as
that seems like a better solution for the Linux system.
2023-04-01 16:32:16 -07:00
Howard Abrams
ff9703ce2e
Type space dash space to get an en-dash
...
Unless, of course, we are making an org dashed bulleted list.
2023-03-15 09:28:26 -07:00
Howard Abrams
12d7b0f68e
Fix Mastodon repository references
2023-03-15 09:28:26 -07:00
Howard Abrams
01a0958e6f
Update the copyright year
...
This really was a lark to see if I could change ALL the files using
woccur and a regular expression. Quite please with how simple that was.
2023-02-23 09:35:36 -08:00
Howard Abrams
60a960b4fe
Different fonts for body and org headers
...
Yeah it seemed that I should define the font in one file and use it in
another. Normally, this wouldn't fly.
2023-02-01 08:09:01 -08:00
Howard Abrams
30d151bd1f
Consistent straight access to github/gitlab projects
...
This is just a clean up.
2022-08-09 09:57:20 -07:00
Howard Abrams
ffbd253e65
Convert to lower-case #+BEGIN_SRC blocks
...
While I was at it, I address some prose-specific comments like passive
sentences and weasel words.
2022-06-17 17:25:47 -07:00
Howard Abrams
0e130dd024
Swap out org beautification for org-modern
2022-06-16 14:09:10 -07:00
Howard Abrams
38b5490bbe
Fix to the projectile's ability to find projects
2022-05-13 14:47:01 -07:00
Howard Abrams
ed0a86acb7
Fixed my new quote insertion and added more...
2022-04-16 22:52:43 -07:00
Howard Abrams
216f6a0b73
Expanded on the "round quotes" in org files
...
Now have expanded rules as to when to insert (and delete) the single
or double quotes, and they act the same with the addition of a new
helper function.
2022-04-11 15:34:56 -07:00
Howard Abrams
dd49acbfd2
Turn on colored Emojis
...
However, this doesn't seem to be needed for latest MacOS builds of
Emacs 28.
2022-04-09 09:10:55 -07:00
Howard Abrams
093a6d7ee1
Take advantage of Emacs 28 features
...
Including the ability to jump directly to an Info manual.
2022-04-09 09:10:55 -07:00
Howard Abrams
d412456896
Fix minor bug in my presentation code.
2022-04-04 20:22:34 -07:00
Howard Abrams
87ba4bf2fd
Address an indent issue.
2022-04-04 15:04:20 -07:00
Howard Abrams
6c85de73e2
The org-padding mode doesn't work with SVGs
...
I think I'd rather go back to including extra lines.
2022-04-01 11:39:11 -07:00
Howard Abrams
cf7b81c576
Fixed my "image display" bug
...
Turns out the global-svg-tab-mode was turning off the ability to view
all PNG files, so now I just hooked the mode to certain major modes,
and we are back in business. Also cleaned up a few visual bugs.
2022-04-01 11:29:45 -07:00
Howard Abrams
6ddd2f6c95
Making org files look pretty without the notebook
...
Still having trouble getting the notebook working, but at this point,
I really just want Org to look cooler. :-D
2022-03-25 11:11:15 -07:00
Howard Abrams
802b1ea8ee
Reverted the org-modern vs. org-notebook
...
Just like how the Notebook looks.
This reverts commit 6237637f90
.
2022-03-24 11:55:25 -07:00
Howard Abrams
43dd652210
Fixed a bug
2022-03-23 20:57:09 -07:00
Howard Abrams
0396c09af4
Convert to org-present from the org-tree-slide
...
Simpler and I now have hooks to make it look like what I want.
2022-03-21 16:58:00 -07:00
Howard Abrams
6237637f90
Remove my settings in favor of org-modern
...
And try to get some of the svg-tags working as I would like.
2022-03-18 14:36:30 -07:00
Howard Abrams
0599164dec
Finally fixed my fonts so that variable-pitch works in org
...
At least, it works in Org with the ability to change the font sizes,
which is important when giving presentations with larger fonts.
The real culprit was the mixed-pitch project that didn't allow for
changing font sizes (which was easy enough to configure).
2022-03-18 14:17:20 -07:00
Howard Abrams
0dd7ba0355
Minor copyright touchups on my snippets.
2022-03-09 17:14:21 -08:00
Howard Abrams
b5a82133ca
Clarify the creative commons on tangled files
...
Do I really need the copyright symbol? I love how the proselint
insists that I use the unicode character (which unicoding all the
files sounds great to me).
What could go wrong there? :-D
2022-03-09 10:48:26 -08:00
Howard Abrams
6c504eec6c
Experimenting with org in variable pitch mode
...
Which really only works if the font size is similar and we still have
fixed width for code blocks.
2022-03-08 22:01:59 -08:00
Howard Abrams
219d0ecea7
Fixed a binding bug to my worksapces
2022-03-08 20:43:25 -08:00
Howard Abrams
1ba0447921
Using latest version of org-mode
...
The 9.4.4 version that comes with Emacs conflicts with a newer version
I install. This is because I need org before I tangle my files.
So, I've moved the straight and `(use-package org)` code to the
`init.el` file, and then the rest of the system comes right up with
the latest org, and without the conflicts.
2022-03-03 15:20:27 -08:00
Howard Abrams
8b53a1654f
Add functionality for typographic quotes
...
Finally getting around to adding nicer quotes from Artur's Endless
Parenthesis blog. Org is getting prettier and prettier.
2022-02-17 09:50:34 -08:00
Howard Abrams
4ed8572a77
Magic incantation to get org-superstar working
...
Seems that since this package has both an `org-superstar` and a
`org-superstar-mode`, the standard `:hook` picks up the wrong one.
2021-12-27 10:13:21 -08:00
Howard Abrams
9ba17b5c20
Fix bug in :straight calls
...
Don't use :files in calls to :straight, and I like
2021-12-27 09:32:33 -08:00
Howard Abrams
40f30013b6
Workaround bug in org-superstar
...
I guess the `org-superstar-todo-bullet-alist` doesn't work with a
simple non-nil, so I'll look into it later.
2021-12-08 14:02:33 -08:00
Howard Abrams
e0e16e57d6
Excising useless user information
2021-11-18 12:12:19 -08:00
Howard Abrams
ee2eab464d
Increase/Decrease the "font size" of the frame
...
While the `text-scale-increase` works fine for a single window, if I
want the font for the entire window, I needed something else. Added it
to the "Window" Hydra, so it could be a pink toggle.
While I was at it, I changed more `ha/` to `ha-` ... consistency!
2021-11-11 21:05:41 -08:00
Howard Abrams
513f2f06de
Let's go ... first commit after a major refactor
...
Why yes, this will look like it sprung, like Athena, fully grown and
in armor from my head, but this is really just the mid-point of a new
endeavor.
2021-11-02 12:09:41 -07:00