Skip to content

Commit

Permalink
Add Open Sans reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sachac committed Jun 4, 2014
1 parent 08b88e3 commit 2a6067c
Show file tree
Hide file tree
Showing 7 changed files with 2,250 additions and 2,243 deletions.
1 change: 1 addition & 0 deletions build-site.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

(defvar sacha/emacs-notes-html-head
"<link rel=\"stylesheet\" type=\"text/css\" href=\"./css/foundation.min.css\"></link>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></link>
<link rel=\"stylesheet\" type=\"text/css\" href=\"./css/org-export.css\"></link>
<link rel=\"stylesheet\" type=\"text/css\" href=\"./css/style.css\"></link>
<link rel=\"stylesheet\" type=\"text/css\" href=\"./css/emacs-notes.css\"></link>
Expand Down
4,470 changes: 2,234 additions & 2,236 deletions how-to-read-emacs-lisp.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion how-to-read-emacs-lisp.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\#+TITLE: Read Lisp, Tweak Emacs: How to read Emacs Lisp so that you can customize Emacs
#+TITLE: Read Lisp, Tweak Emacs: How to read Emacs Lisp so that you can customize Emacs
#+OPTIONS: toc:t

* Introduction
Expand Down
3 changes: 2 additions & 1 deletion read-lisp-tweak-emacs/beginner-1-try-emacs-lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>"How can I try Emacs Lisp code?"</title>
<!-- 2014-05-28 Wed 15:55 -->
<!-- 2014-06-04 Wed 14:47 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Sacha Chua" />
<link rel="stylesheet" type="text/css" href="../css/foundation.min.css"></link>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></link>
<link rel="stylesheet" type="text/css" href="../css/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="../css/style.css"></link>
<link rel="stylesheet" type="text/css" href="../css/emacs-notes.css"></link>
Expand Down
3 changes: 2 additions & 1 deletion read-lisp-tweak-emacs/beginner-2-understand-emacs-lisp.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>"How can I understand what Emacs Lisp code does?"</title>
<!-- 2014-06-03 Tue 18:39 -->
<!-- 2014-06-04 Wed 14:47 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Sacha Chua" />
<link rel="stylesheet" type="text/css" href="../css/foundation.min.css"></link>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></link>
<link rel="stylesheet" type="text/css" href="../css/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="../css/style.css"></link>
<link rel="stylesheet" type="text/css" href="../css/emacs-notes.css"></link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>"How can I customize Emacs to make things more convenient?"</title>
<!-- 2014-06-03 Tue 22:04 -->
<!-- 2014-06-04 Wed 14:47 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Sacha Chua" />
<link rel="stylesheet" type="text/css" href="../css/foundation.min.css"></link>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></link>
<link rel="stylesheet" type="text/css" href="../css/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="../css/style.css"></link>
<link rel="stylesheet" type="text/css" href="../css/emacs-notes.css"></link>
Expand Down Expand Up @@ -460,6 +461,10 @@ <h2 id="sec-3">Lambdas - anonymous functions</h2>
</ol>

</div>

<p>
Next module: <a href="http://emacslife.com/read-lisp-tweak-emacs/beginner-4-add-more-and-deal-with-errors.html">"How can I add more features and deal with errors?"</a>
</p>
</div>
</div>
</div>
Expand Down
7 changes: 4 additions & 3 deletions tasks.org
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,11 @@ https://twitter.com/philandstuff/status/461969774227247104
:LOGBOOK:
- State "DONE" from "TODO" [2014-04-23 Wed 15:23]
:END:
**** STARTED [#A] Add objectives and practice to section 4
SCHEDULED: <2014-06-04 Wed>
**** DONE [#A] Add objectives and practice to section 4
CLOSED: [2014-06-04 Wed 14:17] SCHEDULED: <2014-06-04 Wed>
:LOGBOOK:
CLOCK: [2014-06-04 Wed 11:30]
CLOCK: [2014-06-04 Wed 14:13]--[2014-06-04 Wed 14:17] => 0:04
CLOCK: [2014-06-04 Wed 11:30]--[2014-06-04 Wed 12:10] => 0:40
:END:
:PROPERTIES:
:CREATED: [2014-06-04 Wed 11:30]
Expand Down

0 comments on commit 2a6067c

Please sign in to comment.