#!/bin/sh # -*- mode: shell-script -*- # org --- Calls Org-mode from the command line: # # Author: Eric Schulte # # Usage: # # 1. update ORGINSTALL and ORGCONFIG to point to your local # org-install.el and your local org-mode configuration # (for things like org-agenda-files) # # 2. make this file executable # # 3. run one of the following commands # # org agenda fmt ## where fmt is one of txt, html, ps or ics # no other commands yet... # ORGINSTALL="~/emacs/src/org/lisp/org-install.el" ORGCONFIG="~/emacs/eschulte-org.el" ## wrappers for the eval command sent to Emacs ORGSTARTUPOPEN=$(cat < /dev/null