diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-07-22 22:42:52 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-07-23 21:47:16 -0400 |
commit | 673959c0c61f3f2ce468b0523bac3e33181e2fc4 (patch) | |
tree | 4630306ccd84ed2053d081575c894b8020b52957 /2023 | |
parent | dee7df80cb041ab72429edf99d23c35bed0bfd9d (diff) | |
download | emacsconf-wiki-673959c0c61f3f2ce468b0523bac3e33181e2fc4.tar.xz emacsconf-wiki-673959c0c61f3f2ce468b0523bac3e33181e2fc4.zip |
add flat and ref
Diffstat (limited to '2023')
-rw-r--r-- | 2023/talks/flat.md | 24 | ||||
-rw-r--r-- | 2023/talks/ref.md | 31 |
2 files changed, 55 insertions, 0 deletions
diff --git a/2023/talks/flat.md b/2023/talks/flat.md new file mode 100644 index 00000000..f19bafec --- /dev/null +++ b/2023/talks/flat.md @@ -0,0 +1,24 @@ +[[!meta title="A modern Emacs look-and-feel without pain"]] +[[!meta copyright="Copyright © 2023 Pedro A. Aranda"]] +[[!inline pages="internal(2023/info/flat-nav)" raw="yes"]] + +<!-- Initially generated with emacsconf-publish-talk-page and then left alone for manual editing --> +<!-- You can manually edit this file to update the abstract, add links, etc. ---> + + +# A modern Emacs look-and-feel without pain +Pedro A. Aranda (he) + +[[!inline pages="internal(2023/info/flat-before)" raw="yes"]] + +In my talk I will show how to enrich themes without having to write them +from scratch, using the flat-button style. This gives you the possibility +of creating a nice Emacs GUI with minimal extra ELISP. + + + +[[!inline pages="internal(2023/info/flat-after)" raw="yes"]] + +[[!inline pages="internal(2023/info/flat-nav)" raw="yes"]] + + diff --git a/2023/talks/ref.md b/2023/talks/ref.md new file mode 100644 index 00000000..dae9f8b3 --- /dev/null +++ b/2023/talks/ref.md @@ -0,0 +1,31 @@ +[[!meta title="Org-Mode Workflow: Informal Reference Tracking"]] +[[!meta copyright="Copyright © 2023 Christopher Howard"]] +[[!inline pages="internal(2023/info/ref-nav)" raw="yes"]] + +<!-- Initially generated with emacsconf-publish-talk-page and then left alone for manual editing --> +<!-- You can manually edit this file to update the abstract, add links, etc. ---> + +# Org-Mode Workflow: Informal Reference Tracking +Christopher Howard (he/him) - IRC: lispmacs, <mailto:christopher@librehacker.com> + +[[!inline pages="internal(2023/info/ref-before)" raw="yes"]] + +This talk describes my Emacs workflow for keep track of references to papers, +book, and Web articles, and other things I might want to look-up or quote +later. I go over a few code snippets and some basic org commands which make +the process quick, easy, and practical for my needs. + +This talk is targetted for the beginner to intermediate Emacs user, or those +who do not have much experience with org-mode. Also, those who do a lot of +advanced technical writing should look instead to Vidianos Giannitsis' talk +[Writing and organizing literature +notes for scientific writing](https://emacsconf.org/2022/talks/science/) where they will find better tools for reference +tracking and scraping. + + + +[[!inline pages="internal(2023/info/ref-after)" raw="yes"]] + +[[!inline pages="internal(2023/info/ref-nav)" raw="yes"]] + + |