-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

,--- Vikas Rawal writes:

|| 
|| I prefer orgmode in emacs22.  incidentally orgmode can export to
|| freemind as well.


| Very interesting indeed. Thanks for pointing out.

| BTW. I am unable to set it up for exporting to freemind.

| As specified, I copied the *.el files to the orgmode directory, and
| added the following to .emacs 

| (require org-export-freemind-install)

I'm not an expert in elisp, but I think you need to
'org-export-freemind-install' should be quoted as
'org-export-freeemind-install.el' is a filename. Following is the
description of ELisp function 'require' .

- ----8<----8<----
require is a built-in function in `C source code'.
(require feature &optional filename noerror)

If feature feature is not loaded, load it from filename.
If feature is not a member of the list `features', then the feature
is not loaded; so load the file filename.
If filename is omitted, the printname of feature is used as the file name,
and `load' will try to load this name appended with the suffix `.elc' or
`.el', in that order.  The name without appended suffix will not be used.
If the optional third argument noerror is non-nil,
then return nil if the file is not found instead of signaling an error.
Normally the return value is feature.
The normal messages at start and end of loading filename are suppressed.
- ---->8---->8----

If you're interested in learning Emacs Lisp, check out "Programming in
Emacs Lisp"[1].

References:
[1] - http://www.gnu.org/software/emacs/emacs-lisp-intro/

HTH
- -- 
Ashish Shukla आशीष शुक्ल                      http://wahjava.wordpress.com/
·-- ·- ···· ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHSut7Hy+EEHYuXnQRAoKXAJ9Ms6mGNmYu/we1qV6hcKslGSrxAACfeTv2
JDMjMuLV4NjTSGxxQ0vZddY=
=YBKn
-----END PGP SIGNATURE-----

_______________________________________________
ilugd mailinglist -- [email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[email protected]/

Reply via email to