I would like to create a project that will be published as HTML using org-mode.
I do not want to interfere with my .emacsproject definitions, and I was wondering where I could put the variable (setq org-publish-project-alist).
.emacs
(setq org-publish-project-alist)
Is there any way to put it in the same directory?
Ryan McGeary describes what I think is a good way to organize emacs startup files .
Update:The domain emacsblog.org has expired :(You can see a cached copy of the originally linked page.
.emacs.d( whereever) .emacs.
- EDIT -
, .emacs
(load (expand-file-name "~/.emacs.d/lisp/personal-org-mode-stuff.el"))
~/.emacs.d/ lisp/personal-org-mode-stuff.el, .emacs
, lisp .
, Emacs , . emacs , .emacs:
(setq custom-file "~/.emacs-custom.el") (load custom-file 'noerror)
, , .emacs, ...
Source: https://habr.com/ru/post/1738386/More articles:scrape google codeSEARCH - web-crawlerIs it possible to distinguish information encoded with a single pass from random noise? - randomChanging permissions on child folders in C # - c #WinForms Shake Application Form When Playing Audio - c #CGContextDrawImage returns bad access - iphoneHow to create conditions in mysql (using "if")? - mysqlPostgreSQL String search for partial patterns, removing extra characters - stringEclipse Android test projects cannot be used with a project that is built in the Android build tree - javaZend Framework: isValid() удаляет значения из запрещенных полей формы! - zend-frameworkHow to create javascript object from form elements using jQuery - jqueryAll Articles