-
Top Posts
-
Recent Comments
- Truong Nghiem on How to install PyQt on Mac OS Snow Leopard
- CMon on How to install PyQt on Mac OS Snow Leopard
- Tong Duy Son on Weekly review: week from 2012-04-15 to 04-21
- Domenico Prattichizzo & SIRSLab's Folks Blog » Links from orgmode to any text file | Truong’s Weblog on Links from orgmode to any text file
- Truong Nghiem on Export Simulink models to publication-quality figures
Categories
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
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
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
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