Tag Archives: org-mode

S5 Reloaded themes with Sigma’s emacs org-mode method

In the past, I’ve [described](http://blog.nguyenvq.com/2011/06/07/non-latex-presentations-using-org-mode-s5-and-html5-slides/) the benefits of a slide show based on html. I used to prefer the [html5](http://slides.html5rocks.com/) method over [S5](http://meyerweb.com/eric/tools/s5/), but after some use, I’ve come to realize that the html5 method (at least the one described [here](http://slides.html5rocks.com/)) isn’t ready for prime time yet. The display of the slides can get screwy. read more »

Literature

Despite the availability of softwares such as Mendeley, Zotero, and JabRef, I like to store my papers (pdf files) and citation information (bib files) using a directory stucture, enter notes into a text file (org-mode), view notes and bibliographic information using a single file, cite references in LaTeX from a single bib file, and manage read more »

Non-LaTeX presentations using org-mode – S5 and HTML5 slides

I recently had frustrations with presentations written using MS Powerpoint; I’m not even going to mention KeyNote as it is only available on a Mac. [LibreOffice](http://www.libreoffice.org/) is my WYSIWYG editor on my Linux machine for writing quick and nicely formatted content. I also have MS Office [installed](http://blog.nguyenvq.com/2010/07/23/705/) on my machine using [WINE](http://www.winehq.org/). I sometimes use read more »

File associations in Linux (Gnome and Mailcap)

File associations in Linux can be tricky. On my Gnome-based Ubuntu machine, I can associate a filetype by right-clicking a file in Nautilus, and slecting “Open with”. To modify the defaults using config files, [this](http://ubuntuforums.org/archive/index.php/t-51012.html) post describes it well. Basically, the two main locations to check out are `/usr/share/applications/defaults.list` and `~/.local/share/applications/`. File associations made using read more »

Presentations/slideshows in a web browser using S5

I use [LaTeX Beamer](http://latex-beamer.sourceforge.net/) whenever I write a a presentation because 1. I’m familiar with LaTeX and want to keep up with the skillset, 2. I prefer to write in plain text, especially in emacs, and 3. I don’t have to spend time working on the how the presentation looks and just have to worry read more »

Bash batch script to convert org-mode file to html

I recently read [this](http://www.reddit.com/r/emacs/comments/dy9yt/anyone_know_of_a_script_that_i_can_feed_an/) on reddit. I adapted the script on there to convert multiple org-mode files to html files. If you use it make sure you adapte the location of org-mode and your org.el file. Enjoy.

Moved to WordPress for technical blogging

So I’ve decided to move my [technical blog](http://supernerdycool.blogspot.com/) to [wordpress](http://www.wordpress.org/), the [.org](http://www.wordpress.org/) version, not the [.com](http://www.wordpress.com) version; that is, to host my own instance of wordpress. The move came from various reasons: 1. syntax highlighting for soure codes, 2. LaTeX support for my stat/math display, 3. post via email, 4. post via emacs, 5. text-to-html read more »

global hotkey / keyboard shortcut in Mac OS X to bring up *remember* buffer in emacs: record a new thought or TO DO task anywhere

This method worked for me, and this didn’t. I added the following in my .emacs file: I used this applescript with spark and bound it to C-M-\ : property eclient : Now, wherever im at in Mac, i just hit C-M-\ and my *remember* buffer will be brought up. I type what my thoughts are. read more »

org-mode: outlines & meeting minutes + others (create / export html)

So I’ve recently discovered org-mode for emacs. I don’t need to put much references up as a simple google search for org-mode should yield many references, especially its home page (there, u can find many references to start using org-mode). It has many features, but what I personally will use often is outlining and taking read more »