worklog - where the magic begins

Home

Table of Contents

1 SYNOPSIS

This is where I brainstorm ideas to publish later …

2 TODO

2.1 run elisp from CLI without opening emacs

2.2 install auto-backups to S3 for snarvaez.poweredbygnulinux.com

2.3 install git on orgnotes folder to track changes on txt files

2.4 instead of using build.el, experiment exporting org directly to html C-c C-e h h

2.5 migrate the content from jekyll to org mode notes

3 org

HTML export commands

C-c C-e h h (org-html-export-to-html)

org#Activation

(info "org")

The four Org commands ‘org-store-link’, ‘org-capture’, ‘org-agenda’, and ‘org-switchb’ should be accessible through global keys (i.e., anywhere in Emacs, not just in Org buffers). Here are suggested bindings for these keys, please modify the keys to your own liking. (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cc" 'org-capture) (global-set-key "\C-cb" 'org-switchb)

;; available key (global-set-key "\C-cn" 'org-store-link) (global-set-key "\C-cc" 'org-capture)

4 asciinema

https://asciinema.org/docs/how-it-works

Record and share your terminal sessions, the right way. Forget screen recording apps and blurry video. Enjoy a lightweight, purely text-based approach to terminal recording.

5 external services:

There are numerous services, both free and paid, that offer the ability to add dynamic aspects into static pages (it’s important to note that these services are not specifically intended for use only on static sites). Some popular options include:

  • Disqus, Livefyre, or Facebook for comments
  • Wufoo or Google for forms
  • Google, Swiftype, or AddSearch for search
  • Discourse for forums

6 remember: when building C samples, create separate build directory

mkdir build ; cd build ; ../configure

make distclean

7 TODO integrate worklog inside public_html ?

8 ASCII Art tools

9 How to convert tex to pdf ?

At the command line, first install the texlive package if it isn't already installed:

sudo apt-get install texlive

Then use the pdflatex utility to convert the file like this:

pdftex /path/to/myfile.tex

The path /path/to/myfile.tex is, of course, an example path. You would put the path to your own file on your system.

Notice that although the utility is called pdflatex you execute it with the command pdftex (without the la).

There are several settings that you can read about in the help for pdflatex:

pdflatex --help

The setting I use the most is the one to generate the pdf in a different directory:

pdflatex /path/to/myfile.tex --output-directory=../otherdir

The pdflatex utility is also interactive, so that if you forget to supply necessary information it will prompt you to enter it before converting the file.

9.1 what worked for me:

pdflatex worklog.tex

10 check

ack-grep

http://beyondgrep.com/more-tools/

ebook-speaker - eBook reader that reads aloud in a synthetic voice

w3-recs - recommendations produced by W3C - 196Mb

(info "org")

actionaz - emulates interaction with computer (mouse clicks, keyboard, etc)

11 2019-10

12 Disqus

Author: Sebastian Emilio Narvaez

Created: 2019-10-12 Sat 22:34

Emacs 25.2.2 (Org mode 8.2.10)

Validate