summaryrefslogtreecommitdiffstats
path: root/2020/info/22.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-01 00:34:46 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-01 00:34:46 -0500
commitb49d5383ffb9ad3ae75c0963d16a29587a5c2a98 (patch)
tree28a7b3af4a99b1d7d004cab84c998ea598af7b42 /2020/info/22.md
parenta5359499330bab9a3b4dc3c98b8e52e65ece8c49 (diff)
downloademacsconf-wiki-b49d5383ffb9ad3ae75c0963d16a29587a5c2a98.tar.xz
emacsconf-wiki-b49d5383ffb9ad3ae75c0963d16a29587a5c2a98.zip
Tweak pad formatting
Diffstat (limited to '2020/info/22.md')
-rw-r--r--2020/info/22.md34
1 files changed, 13 insertions, 21 deletions
diff --git a/2020/info/22.md b/2020/info/22.md
index 36633084..5cc67e51 100644
--- a/2020/info/22.md
+++ b/2020/info/22.md
@@ -88,16 +88,14 @@ gateway for many Emacs users to start using Lisp.
## Does typing in a block mess up the syntax highlighting? Usually themes use a single color inside an example block, for example.
-
-### "You found my crutch!". Colors in source code blocks within blocks are hard. Didn't have time yet to implement it. Any help is appreciated! :)
+"You found my crutch!". Colors in source code blocks within blocks are hard. Didn't have time yet to implement it. Any help is appreciated! :)
- That's where you can get help from org-mode core developers ;)
## +++if you export to latex->pdf does that work well with beamer as well? To create slides with columns for example?
-
-### You have to format the LaTeX appropriately for the backend "beamer".
+You have to format the LaTeX appropriately for the backend "beamer".
## How does this relate to pandoc, which is used for converting between markup formats?
@@ -105,52 +103,46 @@ gateway for many Emacs users to start using Lisp.
## Side question about org-reveal: How do you get bespoke/multiple-column layouts without using #+HTML (and <div>) everywhere in the org file?
+It's a custom #begin\_parallel block! See the main article linked below.
-### It's a custom #begin\_parallel block! See the main article linked below.
-
-
-### Parallel section: <https://alhassy.github.io/org-special-block-extras/#Parallel>
+Parallel section: <https://alhassy.github.io/org-special-block-extras/#Parallel>
## What is used to produce colorful boxes around the cursor in your browser?
-
-### Commercial software called ScreenBrush
+Commercial software called ScreenBrush
## Why did you put optional arguments in a separate list rather than using cl-style argument lists? e.g. (defblock feedback (who &optional (color "red")) &#x2026;) +1
-
-### The first argument may take some meta-information when you define it, which is easier to handle with two arguments.
+The first argument may take some meta-information when you define it, which is easier to handle with two arguments.
## Do you intend to try to upstream this amazing work into Org? :)+1
-
-### no prior experience on how to upstream; suggestions and help appreciated
+no prior experience on how to upstream; suggestions and help appreciated
- <https://orgmode.org/contribute.html>
- Yes, I would suggest simply posting a short proposal for an org-defblock macro on the orgmode mailing list, and hopefully Bastien and other maintainers like Nicolas will discuss it with you. I think they would be excited to have this feature standardized in Org. +1+1+1+1 I am excited+1+1
-
-### add a little beginner-focused documentation and this becomes another great reason to use org over markdown, I imagine the maintainers would love to have it
+add a little beginner-focused documentation and this becomes another great reason to use org over markdown, I imagine the maintainers would love to have it
# Notes
-## Main article: <https://alhassy.github.io/org-special-block-extras/> (HTML or 48 page PDF)
+- Main article: <https://alhassy.github.io/org-special-block-extras/> (HTML or 48 page PDF)
-## Slides for this talk: <https://alhassy.github.io/org-special-block-extras/emacs-conf-2020>
+- Slides for this talk: <https://alhassy.github.io/org-special-block-extras/emacs-conf-2020>
-## [Reddit discussion](https://www.reddit.com/r/emacs/comments/k2whsy/declaring_new_special_blocks_with_arguments/)
+- [Reddit discussion](https://www.reddit.com/r/emacs/comments/k2whsy/declaring_new_special_blocks_with_arguments/)
-## Elisp Reference Sheet: <https://alhassy.github.io/ElispCheatSheet/CheatSheet.pdf>
+- Elisp Reference Sheet: <https://alhassy.github.io/ElispCheatSheet/CheatSheet.pdf>
-## My Emacs init: <https://github.com/alhassy/emacs.d#a-life-configuring-emacs>
+- My Emacs init: <https://github.com/alhassy/emacs.d#a-life-configuring-emacs>