Tag Archives: orgmode

Links from orgmode to any text file

Hyperlinks are very useful in orgmode files. You can link from an orgmode file to some internal heading (i.e. in that same file) or some external file. You can even link to a BibTeX entry, to an email, a webpage, … Continue reading

Posted in Computer | Tagged | 1 Comment

Redo my personal website

2011-09-29 Thu 13:44 I am using webgen to create my personal website. It is a system to generate HTML code for a website from a collection of source files written in a simple mark-up language (markdown is the default language). … Continue reading

Posted in Computer | Tagged , , , | 2 Comments

Mindmapping vs. Outlining

Mind-mapping and outlining are two techniques for representing data or knowledge in tree form.  A mindmap has a root node, or topic node, and other nodes expanding the topic in every direction. Although an outline typically does not have a … Continue reading

Posted in Computer, Research | Tagged , , | Leave a comment

Code, Documentation, and Organization

Most programmers do not write good documentation of their code. That’s a known fact. That’s not good because it makes reading code written by others, even by themselves, really hard. But that’s understandable because most programmers want to try new … Continue reading

Posted in Computer, Research | Tagged , , | Leave a comment