Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Fix Org-mode title formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
makuto committed Aug 21, 2021
1 parent ff755a0 commit 3a2978a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/Cakelisp.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+TITLE:Cakelisp Language
#+title: Cakelisp Language

This document aspires to be one page of everything you need to know to learn the Cakelisp language. I liked how [[https://ziglang.org/documentation/master/][Zig]] is all on one page, so I'm going to emulate that here.

Expand Down
2 changes: 1 addition & 1 deletion doc/Debugging.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+TITLE:Debugging Cakelisp
#+title: Debugging Cakelisp
Cakelisp doesn't really have an interpreter. Cakelisp always generates C/C++ code to do meaningful work. This means the Cakelisp transpiler, macros, generators, and of course final code output can be debugged using a regular C/C++ debugger like GDB, LLDB, Or Visual Studio Debugger.

* Verbosity
Expand Down
2 changes: 1 addition & 1 deletion doc/Internals.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+TITLE:Cakelisp Technical Details
#+title: Cakelisp Technical Details

In very broad phases, this is what Cakelisp does/is:
- Tokenizer and evaluator written in C++
Expand Down
2 changes: 1 addition & 1 deletion doc/NeatUses.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+TITLE:Fun with Cakelisp
#+title: Fun with Cakelisp

Here are a list of things I did with Cakelisp which I thought showcase its niceties. Nothing is too small, because small things can make a big difference!

Expand Down
2 changes: 1 addition & 1 deletion doc/VsOtherLanguages.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+TITLE:Cakelisp vs. Other Languages
#+title: Cakelisp vs. Other Languages
* Naughty Dog
[[https://en.wikipedia.org/wiki/Game_Oriented_Assembly_Lisp][Game Oriented Assembly Lisp]] was my chief inspiration.

Expand Down

0 comments on commit 3a2978a

Please sign in to comment.