From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Oberbrunner Subject: Something like SETUPFILE, but in .emacs? Date: Thu, 10 Feb 2011 16:40:44 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2115600589==" Return-path: Received: from [140.186.70.92] (port=36305 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PneFs-00032q-9i for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 16:40:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PneFr-0000zN-1x for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 16:40:48 -0500 Received: from mail-yi0-f41.google.com ([209.85.218.41]:53757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PneFq-0000z4-VY for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 16:40:47 -0500 Received: by yia25 with SMTP id 25so877260yia.0 for ; Thu, 10 Feb 2011 13:40:46 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============2115600589== Content-Type: multipart/alternative; boundary=00235448f28317a32b049bf46f35 --00235448f28317a32b049bf46f35 Content-Type: text/plain; charset=ISO-8859-1 First time poster on this list, but old-school Emacs user since 1982. And I have to say, org-mode is amazing. I'm running current git master on emacs 24.0.50.1 on Windows. I've put all my org-mode export template stuff into a setup file in my home dir, and I make all my org-mode files use it by putting #+SETUPFILE: ~/my-setup.org My question is can I make this totally automatic, so every .org file I load gets that setupfile automatically? btw, here's my settings in my setup file in case anyone's interested. Mostly export stuff for HTML and LaTeX so the output comes out nice. ## Emacs org-mode settings. Include into a .org file at the end like this: ## #+SETUPFILE: ~/emacs-org-mode-setup.org #+AUTHOR: me #+EMAIL: garyo@example.org #+DATE: #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:2 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t author:nil email:nil creator:nil timestamp:nil #+OPTIONS: TeX:t LaTeX:auto skip:nil d:nil todo:t pri:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path: http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: # Page formatting, use full page w/ less whitespace: #+LaTeX_HEADER: \usepackage[cm]{fullpage} #+LaTeX_HEADER: \usepackage[compact]{titlesec} # Snug up lists: #+LaTeX_HEADER: \usepackage{paralist} #+LaTeX_HEADER: \let\itemize\compactitem #+LaTeX_HEADER: \let\description\compactdesc #+LaTeX_HEADER: \let\enumerate\compactenum # Colors: #+LaTeX_HEADER: \usepackage{color} -- -- Gary --00235448f28317a32b049bf46f35 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable First time poster on this list, but old-school Emacs user since 1982. =A0An= d I have to say, org-mode is amazing. =A0I'm running current git master= on emacs 24.0.50.1 on Windows.

I've put all my org-= mode export template stuff into a setup file in my home dir, and I make all= my org-mode files use it by putting
=A0#+SETUPFILE: ~/my-setup.org

My question is can I make this totally automatic, so every= .org file I load gets that setupfile automatically?

btw, here's my settings in my setup file in case anyone's intereste= d. =A0Mostly export stuff for HTML and LaTeX so the output comes out nice.<= /div>

## Emacs org-mode settings. =A0Include into a= .org file at the end like this:
## #+SETUPFILE: ~/emacs-or= g-mode-setup.org
#+AUTHOR: =A0 =A0me
#+EMAIL: =A0 = =A0 garyo@example.org
#+= DATE:=A0
#+DESCRIPTION:=A0
#+KEYWORDS:=A0
#+LANGUAGE: =A0en=
#+OPTIONS: =A0 H:2 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:= t *:t <:t author:nil email:nil creator:nil timestamp:nil
#+OPT= IONS: =A0 TeX:t LaTeX:auto skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:<= a href=3D"http://orgmode.org/org-info.js">http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: n= oexport
#+LINK_UP: =A0=A0
#+LINK_HOME:=A0
# Page formattin= g, use full page w/ less whitespace:
#+LaTeX_HEADER: \usepackage[= cm]{fullpage}
#+LaTeX_HEADER: \usepackage[compact]{titlesec}
# Snug up lists:
#+LaTeX_HEADER: \usepackage{paralist}
= #+LaTeX_HEADER: \let\itemize\compactitem
#+LaTeX_HEADER: \let\des= cription\compactdesc
#+LaTeX_HEADER: \let\enumerate\compactenum = =A0
# Colors:
#+LaTeX_HEADER: \usepackage{color}

<= /div>
--
-- Gary
--00235448f28317a32b049bf46f35-- --===============2115600589== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============2115600589==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: Re: Something like SETUPFILE, but in .emacs? Date: Thu, 10 Feb 2011 15:59:42 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1117823298==" Return-path: Received: from [140.186.70.92] (port=57577 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PneYF-0004m6-Ag for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 16:59:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PneYD-0004d0-9i for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 16:59:46 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:50835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PneYC-0004cY-Vq for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 16:59:45 -0500 Received: by eyh6 with SMTP id 6so1042299eyh.0 for ; Thu, 10 Feb 2011 13:59:43 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============1117823298== Content-Type: multipart/alternative; boundary=0015174bf1ecec75f7049bf4b22c --0015174bf1ecec75f7049bf4b22c Content-Type: text/plain; charset=ISO-8859-1 First time poster as well. Clarification. You are wanting to have these options only inflict themselve on .org files? I am wondering if they could be in .emacs or called from .emacs or auto inserted, or maybe like the text export options are via a shortcut command? I think I might want a generic set insertable into a new .org file when I make it via a C-c command if I want it in but not necessarily automatically. That way I have to think about it and just want something vanilla (if I am writing a book for instance and not just a project list?) or can customize for a particular file since I am thnking of it? Matthew S On Thu, Feb 10, 2011 at 3:40 PM, Gary Oberbrunner wrote: > First time poster on this list, but old-school Emacs user since 1982. And > I have to say, org-mode is amazing. I'm running current git master on emacs > 24.0.50.1 on Windows. > > I've put all my org-mode export template stuff into a setup file in my home > dir, and I make all my org-mode files use it by putting > #+SETUPFILE: ~/my-setup.org > > My question is can I make this totally automatic, so every .org file I load > gets that setupfile automatically? > > btw, here's my settings in my setup file in case anyone's interested. > Mostly export stuff for HTML and LaTeX so the output comes out nice. > > ## Emacs org-mode settings. Include into a .org file at the end like this: > ## #+SETUPFILE: ~/emacs-org-mode-setup.org > #+AUTHOR: me > #+EMAIL: garyo@example.org > #+DATE: > #+DESCRIPTION: > #+KEYWORDS: > #+LANGUAGE: en > #+OPTIONS: H:2 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t > author:nil email:nil creator:nil timestamp:nil > #+OPTIONS: TeX:t LaTeX:auto skip:nil d:nil todo:t pri:nil tags:not-in-toc > #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path: > http://orgmode.org/org-info.js > #+EXPORT_SELECT_TAGS: export > #+EXPORT_EXCLUDE_TAGS: noexport > #+LINK_UP: > #+LINK_HOME: > # Page formatting, use full page w/ less whitespace: > #+LaTeX_HEADER: \usepackage[cm]{fullpage} > #+LaTeX_HEADER: \usepackage[compact]{titlesec} > # Snug up lists: > #+LaTeX_HEADER: \usepackage{paralist} > #+LaTeX_HEADER: \let\itemize\compactitem > #+LaTeX_HEADER: \let\description\compactdesc > #+LaTeX_HEADER: \let\enumerate\compactenum > # Colors: > #+LaTeX_HEADER: \usepackage{color} > > > -- > -- Gary > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > --0015174bf1ecec75f7049bf4b22c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable First time poster as well. =A0= Clarification. =A0You are wanting to have these options only inflict themse= lve on .org files? =A0 I am wondering if they could be in .emacs or called = from .emacs or auto inserted, or maybe like the text export options are via= a shortcut command? =A0 I think I might want a generic set insertable into= a new .org file when I make it via a C-c =A0command if I want it in but no= t necessarily automatically. =A0That way I have to think about it and just = want something vanilla (if I am writing a book for instance and not just a = project list?) or can customize for a particular file since I am thnking of= it?

Matthew S
On Thu, Feb 10, 2011 at 3:40 P= M, Gary Oberbrunner <garyo@oberbrunner.com> wrote:
First time poster on this list, but old-school Emacs user since 1982. =A0An= d I have to say, org-mode is amazing. =A0I'm running current git master= on emacs 24.0.50.1 on Windows.

I've put all my org-= mode export template stuff into a setup file in my home dir, and I make all= my org-mode files use it by putting
=A0#+SETUPFILE: ~/my-setu= p.org

My question is can I make this totally a= utomatic, so every .org file I load gets that setupfile automatically?

btw, here's my settings in my setup file in case anyone's intereste= d. =A0Mostly export stuff for HTML and LaTeX so the output comes out nice.<= /div>

## Emacs org-mode settings. =A0Include into a= .org file at the end like this:
## #+SETUPFILE: ~/emacs-org-mode-setup.org
#+AUTHOR: =A0 =A0me
#+EMAIL: =A0 =A0 garyo@example.org
#+DATE:=A0
#+DESCRIPTION:=A0
#+KEYWORDS:=A0
#+LANGUAGE: =A0en=
#+OPTIONS: =A0 H:2 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:= t *:t <:t author:nil email:nil creator:nil timestamp:nil
#+OPT= IONS: =A0 TeX:t LaTeX:auto skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:<= a href=3D"http://orgmode.org/org-info.js" target=3D"_blank">http://orgmode.= org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPO= RT_EXCLUDE_TAGS: noexport
#+LINK_UP: =A0=A0
#+LINK_HOME:=A0
# Page formattin= g, use full page w/ less whitespace:
#+LaTeX_HEADER: \usepackage[= cm]{fullpage}
#+LaTeX_HEADER: \usepackage[compact]{titlesec}
# Snug up lists:
#+LaTeX_HEADER: \usepackage{paralist}
= #+LaTeX_HEADER: \let\itemize\compactitem
#+LaTeX_HEADER: \let\des= cription\compactdesc
#+LaTeX_HEADER: \let\enumerate\compactenum = =A0
# Colors:
#+LaTeX_HEADER: \usepackage{color}

<= /div>
--
-- Gary

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


--0015174bf1ecec75f7049bf4b22c-- --===============1117823298== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1117823298==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Oberbrunner Subject: Re: Something like SETUPFILE, but in .emacs? Date: Thu, 10 Feb 2011 17:39:39 -0500 Message-ID: References: <13311.1297374866@alphaville> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0648489125==" Return-path: Received: from [140.186.70.92] (port=46396 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnfQb-000153-Ap for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 17:55:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnfQa-00087U-BU for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 17:55:57 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:59601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnfAq-0003sC-VR for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 17:39:41 -0500 Received: by yxl31 with SMTP id 31so901253yxl.0 for ; Thu, 10 Feb 2011 14:39:40 -0800 (PST) In-Reply-To: <13311.1297374866@alphaville> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============0648489125== Content-Type: multipart/alternative; boundary=00235448f283caa008049bf541cc --00235448f283caa008049bf541cc Content-Type: text/plain; charset=ISO-8859-1 On Thu, Feb 10, 2011 at 4:54 PM, Nick Dokos wrote: > Just add an org.template, seasoned to taste, to the templates directory. Thanks Nick; actually I'm looking instead for something that doesn't change the file contents, but just changes the export settings (or whatever's in that block; title, author, etc.) globally. Maybe there isn't such a thing for org-mode. I do like having my "typesetting" settings outside the actual file so I separate presentation from content (and can adjust the presentation of all the files at once). Ideally I'd love to have it all in my .emacs. -- -- Gary --00235448f283caa008049bf541cc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Thu, Feb 10, 2011 at 4:54 PM, Nick Do= kos <nicholas= .dokos@hp.com> wrote:
Just add an org.template, seasoned to taste, to the templates directory.

Thanks Nick; actually I'm looking instead for something t= hat doesn't change the file contents, but just changes the export setti= ngs (or whatever's in that block; title, author, etc.) globally. =A0May= be there isn't such a thing for org-mode. =A0I do like having my "= typesetting" settings outside the actual file so I separate presentati= on from content (and can adjust the presentation of all the files at once).= =A0Ideally I'd love to have it all in my .emacs.

--
-- Gary
--00235448f283caa008049bf541cc-- --===============0648489125== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0648489125==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: Something like SETUPFILE, but in .emacs? Date: Thu, 10 Feb 2011 23:17:28 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=47995 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnflY-0005gf-3p for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 18:17:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnflW-0004wm-Kr for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 18:17:35 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:64257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnflW-0004wg-D9 for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 18:17:34 -0500 Received: by wwb17 with SMTP id 17so1947754wwb.30 for ; Thu, 10 Feb 2011 15:17:33 -0800 (PST) In-Reply-To: (Gary Oberbrunner's message of "Thu, 10 Feb 2011 16:40:44 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gary Oberbrunner Cc: emacs-orgmode@gnu.org Gary Oberbrunner writes: > First time poster on this list, but old-school Emacs user since 1982. And I > have to say, org-mode is amazing. I'm running current git master on emacs > 24.0.50.1 on Windows. > > I've put all my org-mode export template stuff into a setup file in my home > dir, and I make all my org-mode files use it by putting > #+SETUPFILE: ~/my-setup.org > > My question is can I make this totally automatic, so every .org file I load > gets that setupfile automatically? Hi Gary, I haven't actually tried doing this, but I think some of the answers may be in C-h v org-export-plist-vars. Dan org-export-plist-vars is a variable defined in `org-exp.el'. Its value is shown below. This variable is potentially risky when used as a file local variable. Documentation: List of properties that represent export/publishing variables. Each element is a list of 3 items: 1. The property that is used internally, and also for org-publish-project-alist 2. The string that can be used in the OPTION lines to set this option, or nil if this option cannot be changed in this way 3. The customization variable that sets the default for this option. Value: ((:link-up nil org-export-html-link-up) (:link-home nil org-export-html-link-home) (:language nil org-export-default-language) (:keywords nil org-export-page-keywords) (:description nil org-export-page-description) (:customtime nil org-display-custom-times) (:headline-levels "H" org-export-headline-levels) (:section-numbers "num" org-export-with-section-numbers) (:section-number-format nil org-export-section-number-format) (:table-of-contents "toc" org-export-with-toc) (:preserve-breaks "\\n" org-export-preserve-breaks) (:archived-trees nil org-export-with-archived-trees) (:emphasize "*" org-export-with-emphasize) (:sub-superscript "^" org-export-with-sub-superscripts) (:special-strings "-" org-export-with-special-strings) (:footnotes "f" org-export-with-footnotes) (:drawers "d" org-export-with-drawers) (:tags "tags" org-export-with-tags) (:todo-keywords "todo" org-export-with-todo-keywords) (:priority "pri" org-export-with-priority) (:TeX-macros "TeX" org-export-with-TeX-macros) (:LaTeX-fragments "LaTeX" org-export-with-LaTeX-fragments) (:latex-listings nil org-export-latex-listings) (:skip-before-1st-heading "skip" org-export-skip-text-before-1st-heading) (:fixed-width ":" org-export-with-fixed-width) (:timestamps "<" org-export-with-timestamps) (:author-info "author" org-export-author-info) (:email-info "email" org-export-email-info) (:creator-info "creator" org-export-creator-info) (:time-stamp-file "timestamp" org-export-time-stamp-file) (:tables "|" org-export-with-tables) (:table-auto-headline nil org-export-highlight-first-table-line) (:style-include-default nil org-export-html-style-include-default) (:style-include-scripts nil org-export-html-style-include-scripts) (:style nil org-export-html-style) (:style-extra nil org-export-html-style-extra) (:agenda-style nil org-agenda-export-html-style) (:convert-org-links nil org-export-html-link-org-files-as-html) (:inline-images nil org-export-html-inline-images) (:html-extension nil org-export-html-extension) (:xml-declaration nil org-export-html-xml-declaration) (:html-table-tag nil org-export-html-table-tag) (:expand-quoted-html "@" org-export-html-expand) (:timestamp nil org-export-html-with-timestamp) (:publishing-directory nil org-export-publishing-directory) (:preamble nil org-export-html-preamble) (:postamble nil org-export-html-postamble) (:auto-preamble nil org-export-html-auto-preamble) (:auto-postamble nil org-export-html-auto-postamble) (:author nil user-full-name) (:email nil user-mail-address) (:select-tags nil org-export-select-tags) (:exclude-tags nil org-export-exclude-tags) (:latex-image-options nil org-export-latex-image-default-option)) > > btw, here's my settings in my setup file in case anyone's interested. > Mostly export stuff for HTML and LaTeX so the output comes out nice. > > ## Emacs org-mode settings. Include into a .org file at the end like this: > ## #+SETUPFILE: ~/emacs-org-mode-setup.org > #+AUTHOR: me > #+EMAIL: garyo@example.org > #+DATE: > #+DESCRIPTION: > #+KEYWORDS: > #+LANGUAGE: en > #+OPTIONS: H:2 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t > author:nil email:nil creator:nil timestamp:nil > #+OPTIONS: TeX:t LaTeX:auto skip:nil d:nil todo:t pri:nil tags:not-in-toc > #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path: > http://orgmode.org/org-info.js > #+EXPORT_SELECT_TAGS: export > #+EXPORT_EXCLUDE_TAGS: noexport > #+LINK_UP: > #+LINK_HOME: > # Page formatting, use full page w/ less whitespace: > #+LaTeX_HEADER: \usepackage[cm]{fullpage} > #+LaTeX_HEADER: \usepackage[compact]{titlesec} > # Snug up lists: > #+LaTeX_HEADER: \usepackage{paralist} > #+LaTeX_HEADER: \let\itemize\compactitem > #+LaTeX_HEADER: \let\description\compactdesc > #+LaTeX_HEADER: \let\enumerate\compactenum > # Colors: > #+LaTeX_HEADER: \usepackage{color} From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Something like SETUPFILE, but in .emacs? Date: Sat, 12 Feb 2011 13:15:34 +0100 Message-ID: <87ipwps8bv.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=49705 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoFJQ-00037c-NI for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoFJP-00025P-Kq for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:56 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:59893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoFJP-000249-Dz for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:55 -0500 Received: by mail-bw0-f41.google.com with SMTP id 16so4021061bwz.0 for ; Sat, 12 Feb 2011 05:14:55 -0800 (PST) In-Reply-To: (Gary Oberbrunner's message of "Thu, 10 Feb 2011 16:40:44 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gary Oberbrunner Cc: emacs-orgmode@gnu.org Hi Gary, Gary Oberbrunner writes: > I've put all my org-mode export template stuff into a setup file in > my home dir, and I make all my org-mode files use it by putting >  #+SETUPFILE: ~/my-setup.org > > My question is can I make this totally automatic, so every .org file > I load gets that setupfile automatically? Maybe just define a function that you can hook to `find-file-not-found-functions' ? The function would recognize you're finding a new .org file, and then insert "#+SETUPFILE: ~/my-setup.org" on the top of it. HTH, -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: Something like SETUPFILE, but in .emacs? Date: Sun, 13 Feb 2011 12:53:50 -0300 Message-ID: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=47067 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoeGu-0001gR-5N for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 10:54:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoeGs-0003Y8-Io for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 10:53:59 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:33404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoeGs-0003Xc-BV for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 10:53:58 -0500 Received: by yxl31 with SMTP id 31so1943293yxl.0 for ; Sun, 13 Feb 2011 07:53:57 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gary Oberbrunner Cc: emacs-orgmode@gnu.org You can use auto-insert for this. Put something like this in your .emacs file --8<---------------cut here---------------start------------->8--- (require 'autoinsert) (auto-insert-mode t) ;;; Adds hook to find-files-hook ;;; Set directory containing the auto-insert templates (Trailing slash is ;;; important) Change this directory to whatever you want (setq auto-insert-directory "~/Dropbox/Dotfiles/.emacs.d/auto-insert-templates/") (setq auto-insert-query nil) ;;; nil If you don't want to be prompted ;;; before insertion ;;; Define an auto-insert template for org files (define-auto-insert "\.org" "my-orgfile-template.org") --8<---------------cut here---------------end--------------->8--- Now create the file "my-orgfile-template.org" inside the auto-insert-directory with what you want and whenever you create a new org file the content in my-orgfile-template.org will be inserted. I like to have a heading with the configuration and leave only title, author and email at the beggining of the file. The template I use is --8<---------------cut here---------------start------------->8--- #+TITLE:Put The Title Here #+AUTHOR:Authors Name #+EMAIL:something@somethingElse * Some Header * Org-File Setup #+STARTUP: odd #+OPTIONS: toc:nil #+OPTIONS: ^:{} #+LINK: google http://www.google.com/search?q=%s #+LINK: nautilus elisp:(browse-dir "%s") #+LINK: sftp elisp:(browse-dir-sftp "%s") #+LINK: tomboy elisp:(tomboy-simple-open-note "%s") #+LINK: calibre file:~/Calibre Library/%s #+LINK: mendeley file:~/Mendeley_Desktop/%s #+STARTUP: logdone #+STARTUP: logreschedule #+STARTUP: logredeadline #+DRAWERS: PROPERTIES CLOCK LOGBOOK HIDDEN #+COLUMNS: %41ITEM(Task) %TODO %5Effort %5CLOCKSUM --8<---------------cut here---------------end--------------->8--- -- Darlan At Thu, 10 Feb 2011 16:40:44 -0500, Gary Oberbrunner wrote: > > [1 ] > [1.1 ] > First time poster on this list, but old-school Emacs user since 1982. And I > have to say, org-mode is amazing. I'm running current git master on emacs > 24.0.50.1 on Windows. > > I've put all my org-mode export template stuff into a setup file in my home > dir, and I make all my org-mode files use it by putting > #+SETUPFILE: ~/my-setup.org > > My question is can I make this totally automatic, so every .org file I load > gets that setupfile automatically? > > btw, here's my settings in my setup file in case anyone's interested. > Mostly export stuff for HTML and LaTeX so the output comes out nice. > > ## Emacs org-mode settings. Include into a .org file at the end like this: > ## #+SETUPFILE: ~/emacs-org-mode-setup.org > #+AUTHOR: me > #+EMAIL: garyo@example.org > #+DATE: > #+DESCRIPTION: > #+KEYWORDS: > #+LANGUAGE: en > #+OPTIONS: H:2 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t > author:nil email:nil creator:nil timestamp:nil > #+OPTIONS: TeX:t LaTeX:auto skip:nil d:nil todo:t pri:nil tags:not-in-toc > #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path: > http://orgmode.org/org-info.js > #+EXPORT_SELECT_TAGS: export > #+EXPORT_EXCLUDE_TAGS: noexport > #+LINK_UP: > #+LINK_HOME: > # Page formatting, use full page w/ less whitespace: > #+LaTeX_HEADER: \usepackage[cm]{fullpage} > #+LaTeX_HEADER: \usepackage[compact]{titlesec} > # Snug up lists: > #+LaTeX_HEADER: \usepackage{paralist} > #+LaTeX_HEADER: \let\itemize\compactitem > #+LaTeX_HEADER: \let\description\compactdesc > #+LaTeX_HEADER: \let\enumerate\compactenum > # Colors: > #+LaTeX_HEADER: \usepackage{color} > > > -- > -- Gary > [1.2 ] > > [2 ] > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Oberbrunner Subject: Re: Something like SETUPFILE, but in .emacs? Date: Sun, 13 Feb 2011 13:57:15 -0500 Message-ID: References: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=33125 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Poh8I-0002FX-7u for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 13:57:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Poh8H-0001Ja-Aw for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 13:57:18 -0500 Received: from mail-gw0-f41.google.com ([74.125.83.41]:59489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Poh8H-0001JS-4H for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 13:57:17 -0500 Received: by gwj22 with SMTP id 22so1986863gwj.0 for ; Sun, 13 Feb 2011 10:57:16 -0800 (PST) In-Reply-To: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Darlan Cavalcante Moreira Cc: emacs-orgmode@gnu.org On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira wrote: > You can use auto-insert for this. I guess I'm really not using org-mode in the way it was intended -- everyone thinks I should put these values into each one of my org-mode files. Maybe it's because I want to use it more like a word processor that can product odt, pdf, and html than an organizer, so I have dozens or hundreds of these? I really just want to set all the _defaults_ for those different export types somewhere globally, so both my large pile of existing org files as well as new ones all get a consistent look when exported. And if I change my "style" I'd like all my exports to adjust automatically. As an example, I *never* want to export the creator line. But most of the comments on this list seem to say I should modify my .org files (at least to include #+SETUPFILE), so I guess I'll consider that as standard practice. Would anyone be interested if I were to create a way to specify export values in a global file somewhere (~/.org-site-defaults or something) in the same syntax as SETUPFILE (#+kwd: value) that would set up all the defaults for _every_ org file? -- -- Gary From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Something like SETUPFILE, but in .emacs? Date: Sun, 13 Feb 2011 10:40:44 -1000 Message-ID: <67FECCBE-DAFD-4ED5-B890-0312292B014B@tsdye.com> References: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51780 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoikT-0004HN-DI for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 15:40:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoikR-0005fa-Qq for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 15:40:49 -0500 Received: from cpoproxy2-pub.bluehost.com ([67.222.39.38]:38820) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PoikR-0005f5-IN for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 15:40:47 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gary Oberbrunner Cc: emacs-orgmode@gnu.org Aloha Gary, I would be interested in a way to set export defaults globally for my .org files. All the best, Tom On Feb 13, 2011, at 8:57 AM, Gary Oberbrunner wrote: > On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira > wrote: >> You can use auto-insert for this. > > I guess I'm really not using org-mode in the way it was intended -- > everyone thinks I should put these values into each one of my org-mode > files. Maybe it's because I want to use it more like a word processor > that can product odt, pdf, and html than an organizer, so I have > dozens or hundreds of these? > > I really just want to set all the _defaults_ for those different > export types somewhere globally, so both my large pile of existing org > files as well as new ones all get a consistent look when exported. > And if I change my "style" I'd like all my exports to adjust > automatically. As an example, I *never* want to export the creator > line. But most of the comments on this list seem to say I should > modify my .org files (at least to include #+SETUPFILE), so I guess > I'll consider that as standard practice. > > Would anyone be interested if I were to create a way to specify export > values in a global file somewhere (~/.org-site-defaults or something) > in the same syntax as SETUPFILE (#+kwd: value) that would set up all > the defaults for _every_ org file? > > -- > -- Gary > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: Something like SETUPFILE, but in .emacs? Date: Sun, 13 Feb 2011 21:16:37 +0000 Message-ID: References: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=51947 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PojJO-0001Mq-8l for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 16:16:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PojJG-00063V-V7 for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 16:16:48 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:53344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PojJG-00063G-O9 for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 16:16:46 -0500 Received: by wwb17 with SMTP id 17so4291043wwb.30 for ; Sun, 13 Feb 2011 13:16:45 -0800 (PST) In-Reply-To: (Gary Oberbrunner's message of "Sun, 13 Feb 2011 13:57:15 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gary Oberbrunner Cc: emacs-orgmode@gnu.org Gary Oberbrunner writes: > On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira > wrote: >> You can use auto-insert for this. > > I guess I'm really not using org-mode in the way it was intended -- > everyone thinks I should put these values into each one of my org-mode > files. Hi Gary, What did you think of the suggestion I made? http://article.gmane.org/gmane.emacs.orgmode/37408 I believe it pointed you in the right direction. You need to (a) find the variables that control the export behavior in question, and (b) set those variables in your .emacs. My reply gave a source of many of the relevant variables, i.e. the default value of the variable `org-export-plist-vars'. An example of one of those variables is [...] > As an example, I *never* want to export the creator line. `org-export-creator-info'. Let us know if you have trouble finding the appropriate variable for something, or if setting the variables isn't behaving the way you want. Dan > But most of the comments on this list seem to say I should > modify my .org files (at least to include #+SETUPFILE), so I guess > I'll consider that as standard practice. > > Would anyone be interested if I were to create a way to specify export > values in a global file somewhere (~/.org-site-defaults or something) > in the same syntax as SETUPFILE (#+kwd: value) that would set up all > the defaults for _every_ org file? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Something like SETUPFILE, but in .emacs? Date: Mon, 14 Feb 2011 01:08:42 +0100 Message-ID: <87y65jihf1.fsf@altern.org> References: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=39286 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PomRL-0002hm-On for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 19:37:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PomRK-0005Il-1R for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 19:37:19 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:62238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PomRJ-0005IV-RG for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 19:37:17 -0500 Received: by wyj26 with SMTP id 26so4375251wyj.0 for ; Sun, 13 Feb 2011 16:37:17 -0800 (PST) In-Reply-To: (Dan Davison's message of "Sun, 13 Feb 2011 21:16:37 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs-orgmode@gnu.org, Gary Oberbrunner Hi Gary, Dan Davison writes: > I believe it pointed you in the right direction. You need to (a) find > the variables that control the export behavior in question, and (b) set > those variables in your .emacs. I support this. Look for variables named org-export-* and set them appropriately in your .emacs.el or somewhere else. Then they will be available as default export values for all your file. If there is an option for which you don't have the proper org-export-* let us know. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Oberbrunner Subject: Re: Something like SETUPFILE, but in .emacs? Date: Sun, 13 Feb 2011 21:08:22 -0500 Message-ID: References: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=57686 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PonrU-0000iG-8i for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 21:08:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PonrT-0001Yx-0N for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 21:08:24 -0500 Received: from mail-gw0-f41.google.com ([74.125.83.41]:62311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PonrS-0001Yt-SC for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 21:08:22 -0500 Received: by gwj22 with SMTP id 22so2091250gwj.0 for ; Sun, 13 Feb 2011 18:08:22 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs-orgmode@gnu.org Yes, that's definitely what I'm looking for. If I get some time I may write a function to allow autoloading a setupfile-syntax version (just for consistency/simplicity), but given shortness of time I'll probably just track down the vars and set them in my .emacs. :-) thanks! On Sun, Feb 13, 2011 at 4:16 PM, Dan Davison wrote: > Gary Oberbrunner writes: > >> On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira >> wrote: >>> You can use auto-insert for this. >> >> I guess I'm really not using org-mode in the way it was intended -- >> everyone thinks I should put these values into each one of my org-mode >> files. > > Hi Gary, > > What did you think of the suggestion I made? > > http://article.gmane.org/gmane.emacs.orgmode/37408 > > I believe it pointed you in the right direction. You need to (a) find > the variables that control the export behavior in question, and (b) set > those variables in your .emacs. My reply gave a source of many of the > relevant variables, i.e. the default value of the variable > `org-export-plist-vars'. An example of one of those variables is > > [...] > >> As an example, I *never* want to export the creator line. > > `org-export-creator-info'. > > Let us know if you have trouble finding the appropriate variable for > something, or if setting the variables isn't behaving the way you want. > > Dan > > >> =A0But most of the comments on this list seem to say I should >> modify my .org files (at least to include #+SETUPFILE), so I guess >> I'll consider that as standard practice. >> >> Would anyone be interested if I were to create a way to specify export >> values in a global file somewhere (~/.org-site-defaults or something) >> in the same syntax as SETUPFILE (#+kwd: value) that would set up all >> the defaults for _every_ org file? > --=20 -- Gary From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: Re: Re: Something like SETUPFILE, but in .emacs? Date: Mon, 14 Feb 2011 09:07:33 -0600 Message-ID: References: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1453235249==" Return-path: Received: from [140.186.70.92] (port=40407 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp01Z-0000ud-8y for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 10:07:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp01X-00086x-Ds for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 10:07:36 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:47313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp01X-00086j-4y for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 10:07:35 -0500 Received: by eyh6 with SMTP id 6so2092294eyh.0 for ; Mon, 14 Feb 2011 07:07:34 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gary Oberbrunner Cc: emacs-orgmode@gnu.org, Dan Davison --===============1453235249== Content-Type: multipart/alternative; boundary=0015174c16e64f59a1049c3f68b8 --0015174c16e64f59a1049c3f68b8 Content-Type: text/plain; charset=ISO-8859-1 Question, would something like the following work? For .emacs ---start of .emacs ----------snip---------------snip-----------snip------------------- (setq load-path (append '("/home/usr/emacs/load/") load-path)) (setq load-path (append '("/home/usr/emacs") load-path)) (load "export-setup" nil t ) ; Org-Export settings wrote: > Yes, that's definitely what I'm looking for. If I get some time I may > write a function to allow autoloading a setupfile-syntax version (just > for consistency/simplicity), but given shortness of time I'll probably > just track down the vars and set them in my .emacs. :-) > > thanks! > > On Sun, Feb 13, 2011 at 4:16 PM, Dan Davison > wrote: > > Gary Oberbrunner writes: > > > >> On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira > >> wrote: > >>> You can use auto-insert for this. > >> > >> I guess I'm really not using org-mode in the way it was intended -- > >> everyone thinks I should put these values into each one of my org-mode > >> files. > > > > Hi Gary, > > > > What did you think of the suggestion I made? > > > > http://article.gmane.org/gmane.emacs.orgmode/37408 > > > > I believe it pointed you in the right direction. You need to (a) find > > the variables that control the export behavior in question, and (b) set > > those variables in your .emacs. My reply gave a source of many of the > > relevant variables, i.e. the default value of the variable > > `org-export-plist-vars'. An example of one of those variables is > > > > [...] > > > >> As an example, I *never* want to export the creator line. > > > > `org-export-creator-info'. > > > > Let us know if you have trouble finding the appropriate variable for > > something, or if setting the variables isn't behaving the way you want. > > > > Dan > > > > > >> But most of the comments on this list seem to say I should > >> modify my .org files (at least to include #+SETUPFILE), so I guess > >> I'll consider that as standard practice. > >> > >> Would anyone be interested if I were to create a way to specify export > >> values in a global file somewhere (~/.org-site-defaults or something) > >> in the same syntax as SETUPFILE (#+kwd: value) that would set up all > >> the defaults for _every_ org file? > > > > > > -- > -- Gary > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --0015174c16e64f59a1049c3f68b8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Question, would something like the following work?

For .= emacs
---start of .emacs ----------snip---------------snip-----------snip--------=
-----------

 (setq load-path (append '("/home/usr/emacs/load/") load-path))
 (setq load-path (append '("/home/usr/emacs") load-path))

 (load "expor=
t-setup"         nil t )  ; Org-Export settings
=A0
<rest of .emacs code here

---end   of .emacs ----------snip---------------snip-----------snip--------=
-----------
--- Start of export-setup.el ------snip-------snip--------=
-----snip-----------
(setq =A0. . . . . .=A0

=A0. . . . . S= et the variables you want here but they can be overrode in specific files w= ith specific buffer overrides #+STARTUP
--------------end Export-= setup.el


Got the=
 idea from http://www.dotemacs.de/recovery.html
=

Matthew S


On Sun, Feb 13, 2011 at 8:08 PM, Gary Oberbrunner <garyo@oberbrunner.com> = wrote:
Yes, that's definitely what I'm looking for. =A0If I get some time = I may
write a function to allow autoloading a setupfile-syntax version (just
for consistency/simplicity), but given shortness of time I'll probably<= br> just track down the vars and set them in my .emacs. :-)

thanks!

On Sun, Feb 13, 2011 at 4:16 PM, Dan Davison <dandavison7@gmail.com> wrote:
> Gary Oberbrunner <garyo@ob= erbrunner.com> writes:
>
>> On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira
>> <darcamo@gmail.com>= wrote:
>>> You can use auto-insert for this.
>>
>> I guess I'm really not using org-mode in the way it was intend= ed --
>> everyone thinks I should put these values into each one of my org-= mode
>> files.
>
> Hi Gary,
>
> What did you think of the suggestion I made?
>
> http://article.gmane.org/gmane.emacs.orgmode/37408
>
> I believe it pointed you in the right direction. You need to (a) find<= br> > the variables that control the export behavior in question, and (b) se= t
> those variables in your .emacs. My reply gave a source of many of the<= br> > relevant variables, i.e. the default value of the variable
> `org-export-plist-vars'. An example of one of those variables is >
> [...]
>
>> As an example, I *never* want to export the creator line.
>
> `org-export-creator-info'.
>
> Let us know if you have trouble finding the appropriate variable for > something, or if setting the variables isn't behaving the way you = want.
>
> Dan
>
>
>> =A0But most of the comments on this list seem to say I should
>> modify my .org files (at least to include #+SETUPFILE), so I guess=
>> I'll consider that as standard practice.
>>
>> Would anyone be interested if I were to create a way to specify ex= port
>> values in a global file somewhere (~/.org-site-defaults or somethi= ng)
>> in the same syntax as SETUPFILE (#+kwd: value) that would set up a= ll
>> the defaults for _every_ org file?
>



--
-- Gary

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

--0015174c16e64f59a1049c3f68b8-- --===============1453235249== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1453235249==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: Re: Re: Something like SETUPFILE, but in .emacs? Date: Mon, 14 Feb 2011 09:14:49 -0600 Message-ID: References: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0135990946==" Return-path: Received: from [140.186.70.92] (port=42029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp08b-0003uR-07 for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 10:14:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp08Y-0001ZL-Tm for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 10:14:52 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:34063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp08Y-0001ZC-EF for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 10:14:50 -0500 Received: by ewy27 with SMTP id 27so2113305ewy.0 for ; Mon, 14 Feb 2011 07:14:49 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gary Oberbrunner Cc: emacs-orgmode@gnu.org, Dan Davison --===============0135990946== Content-Type: multipart/alternative; boundary=0015174c449a436f2f049c3f82c2 --0015174c449a436f2f049c3f82c2 Content-Type: text/plain; charset=ISO-8859-1 Would this be the full list of variables? Possible completions are: org-export-allow-BIND org-export-author-info org-export-babel-evaluate org-export-blocks org-export-blocks-postblock-hook org-export-blocks-witheld org-export-copy-to-kill-ring org-export-creator-info org-export-default-language org-export-email-info org-export-exclude-tags org-export-headline-levels org-export-highlight-first-table-line org-export-html-coding-system org-export-html-expand org-export-html-extension org-export-html-footnote-format org-export-html-footnotes-section org-export-html-home/up-format org-export-html-html-helper-timestamp org-export-html-inline-image-extensions org-export-html-inline-images org-export-html-link-home org-export-html-link-org-files-as-html org-export-html-link-up org-export-html-mathjax-options org-export-html-mathjax-template org-export-html-style org-export-html-style-extra org-export-html-style-include-default org-export-html-style-include-scripts org-export-html-table-align-individual-fields org-export-html-table-tag org-export-html-table-use-header-tags-for-first-column org-export-html-tag-class-prefix org-export-html-title-format org-export-html-todo-kwd-class-prefix org-export-html-toplevel-hlevel org-export-html-use-infojs org-export-html-validation-link org-export-html-with-timestamp org-export-html-xml-declaration org-export-htmlize-css-font-prefix org-export-htmlize-output-type org-export-htmlized-org-css-url org-export-interblocks org-export-kill-product-buffer-when-displayed org-export-language-setup org-export-latex-default-packages-alist org-export-latex-packages-alist org-export-mark-todo-in-toc org-export-prefer-native-exporter-for-tables org-export-preserve-breaks org-export-remove-timestamps-from-toc org-export-run-in-background org-export-section-number-format org-export-select-tags org-export-show-temporary-export-buffer org-export-skip-text-before-1st-heading org-export-table-data-tags org-export-table-header-tags org-export-table-remove-special-lines org-export-table-row-tags org-export-time-stamp-file org-export-with-LaTeX-fragments org-export-with-TeX-macros org-export-with-archived-trees org-export-with-drawers org-export-with-emphasize org-export-with-fixed-width org-export-with-footnotes org-export-with-priority org-export-with-section-numbers org-export-with-special-strings org-export-with-sub-superscripts org-export-with-tables org-export-with-tags org-export-with-timestamps org-export-with-toc org-export-with-todo-keywords On Mon, Feb 14, 2011 at 9:07 AM, Matthew Sauer wrote: > Question, would something like the following work? > > For .emacs > > ---start of .emacs ----------snip---------------snip-----------snip------------------- > > (setq load-path (append '("/home/usr/emacs/load/") load-path)) > (setq load-path (append '("/home/usr/emacs") load-path)) > > (load "export-setup" nil t ) ; Org-Export settings > > > ---end of .emacs ----------snip---------------snip-----------snip------------------- > > --- Start of export-setup.el ------snip-------snip-------------snip----------- > > (setq . . . . . . > > . . . . . Set the variables you want here but they can be overrode in > specific files with specific buffer overrides #+STARTUP > --------------end Export-setup.el > > > Got the idea from http://www.dotemacs.de/recovery.html > > > Matthew S > > > > On Sun, Feb 13, 2011 at 8:08 PM, Gary Oberbrunner wrote: > >> Yes, that's definitely what I'm looking for. If I get some time I may >> write a function to allow autoloading a setupfile-syntax version (just >> for consistency/simplicity), but given shortness of time I'll probably >> just track down the vars and set them in my .emacs. :-) >> >> thanks! >> >> On Sun, Feb 13, 2011 at 4:16 PM, Dan Davison >> wrote: >> > Gary Oberbrunner writes: >> > >> >> On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira >> >> wrote: >> >>> You can use auto-insert for this. >> >> >> >> I guess I'm really not using org-mode in the way it was intended -- >> >> everyone thinks I should put these values into each one of my org-mode >> >> files. >> > >> > Hi Gary, >> > >> > What did you think of the suggestion I made? >> > >> > http://article.gmane.org/gmane.emacs.orgmode/37408 >> > >> > I believe it pointed you in the right direction. You need to (a) find >> > the variables that control the export behavior in question, and (b) set >> > those variables in your .emacs. My reply gave a source of many of the >> > relevant variables, i.e. the default value of the variable >> > `org-export-plist-vars'. An example of one of those variables is >> > >> > [...] >> > >> >> As an example, I *never* want to export the creator line. >> > >> > `org-export-creator-info'. >> > >> > Let us know if you have trouble finding the appropriate variable for >> > something, or if setting the variables isn't behaving the way you want. >> > >> > Dan >> > >> > >> >> But most of the comments on this list seem to say I should >> >> modify my .org files (at least to include #+SETUPFILE), so I guess >> >> I'll consider that as standard practice. >> >> >> >> Would anyone be interested if I were to create a way to specify export >> >> values in a global file somewhere (~/.org-site-defaults or something) >> >> in the same syntax as SETUPFILE (#+kwd: value) that would set up all >> >> the defaults for _every_ org file? >> > >> >> >> >> -- >> -- Gary >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > > --0015174c449a436f2f049c3f82c2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Would this be the full list of variables?
Possible completions are= :
org-export-allow-BIND =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0org-ex= port-author-info
org-export-babel-evaluate =A0 =A0 =A0 =A0 =A0 = =A0 =A0org-export-blocks
org-export-blocks-postblock-hook =A0 =A0 =A0 org-export-blocks-witheld
org-export-copy-to-kill-ring =A0 =A0 =A0 =A0 =A0 org-export-creator-i= nfo
org-export-default-language =A0 =A0 =A0 =A0 =A0 =A0org-export= -email-info
org-export-exclude-tags =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0org-export-headline-levels
org-export-highlight-first-table-line =A0org-export-html-coding-system=
org-export-html-expand =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 org-expor= t-html-extension
org-export-html-footnote-format =A0 =A0 =A0 =A0o= rg-export-html-footnotes-section
org-export-html-home/up-format =A0 =A0 =A0 =A0 org-export-html-html-he= lper-timestamp
org-export-html-inline-image-extensions org-export= -html-inline-images
org-export-html-link-home =A0 =A0 =A0 =A0 =A0= =A0 =A0org-export-html-link-org-files-as-html
org-export-html-link-up =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0org-export-html= -mathjax-options
org-export-html-mathjax-template =A0 =A0 =A0 org= -export-html-style
org-export-html-style-extra =A0 =A0 =A0 =A0 = =A0 =A0org-export-html-style-include-default
org-export-html-style-include-scripts
org-export-html-table-= align-individual-fields
org-export-html-table-tag
org-e= xport-html-table-use-header-tags-for-first-column
org-export-html= -tag-class-prefix =A0 =A0 =A0 org-export-html-title-format
org-export-html-todo-kwd-class-prefix =A0org-export-html-toplevel-hlev= el
org-export-html-use-infojs =A0 =A0 =A0 =A0 =A0 =A0 org-export-= html-validation-link
org-export-html-with-timestamp =A0 =A0 =A0 = =A0 org-export-html-xml-declaration
org-export-htmlize-css-font-prefix =A0 =A0 org-export-htmlize-output-t= ype
org-export-htmlized-org-css-url =A0 =A0 =A0 =A0org-export-int= erblocks
org-export-kill-product-buffer-when-displayed
= org-export-language-setup =A0 =A0 =A0 =A0 =A0 =A0 =A0org-export-latex-defau= lt-packages-alist
org-export-latex-packages-alist =A0 =A0 =A0 =A0org-export-mark-todo-in= -toc
org-export-prefer-native-exporter-for-tables
org-e= xport-preserve-breaks =A0 =A0 =A0 =A0 =A0 =A0 org-export-remove-timestamps-= from-toc
org-export-run-in-background =A0 =A0 =A0 =A0 =A0 org-export-section-number-= format
org-export-select-tags =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 org= -export-show-temporary-export-buffer
org-export-skip-text-before-= 1st-heading org-export-table-data-tags
org-export-table-header-tags =A0 =A0 =A0 =A0 =A0 org-export-table-remo= ve-special-lines
org-export-table-row-tags =A0 =A0 =A0 =A0 =A0 = =A0 =A0org-export-time-stamp-file
org-export-with-LaTeX-fragments= =A0 =A0 =A0 =A0org-export-with-TeX-macros
org-export-with-archived-trees =A0 =A0 =A0 =A0 org-export-with-drawers=
org-export-with-emphasize =A0 =A0 =A0 =A0 =A0 =A0 =A0org-export-= with-fixed-width
org-export-with-footnotes =A0 =A0 =A0 =A0 =A0 = =A0 =A0org-export-with-priority
org-export-with-section-numbers =A0 =A0 =A0 =A0org-export-with-special= -strings
org-export-with-sub-superscripts =A0 =A0 =A0 org-export-= with-tables
org-export-with-tags =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 org-export-with-timestamps
org-export-with-toc =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0org-export-= with-todo-keywords


On Mo= n, Feb 14, 2011 at 9:07 AM, Matthew Sauer <improv.philosophy@gmail.com> wrote:
Question, would something like the followin= g work?

For .emacs
---start of .emacs ----------snip---------------snip-----------snip--------=
-----------

 (setq load-path (append '("/=
home/usr/emacs/load/") load-path))
 (setq load-path (append '("/=
home/usr/emacs") load-path))

 (load "export-setup"=
         nil t )  ; Org-Export setting=
s
=A0
<rest of .emacs code here

---end   of .emacs ----------snip---------------snip-----------snip--------=
-----------
--- Start of export-setup.el ------snip-------snip---=
----------snip-----------
(setq =A0. . . . . .=A0

=A0. . . . . S= et the variables you want here but they can be overrode in specific files w= ith specific buffer overrides #+STARTUP
--------------end Export-= setup.el


Got the idea from http://www.dotemacs.de/recovery.=
html

Matthew S


On Sun, Feb 13, 2011 at 8:08 PM, Gary Oberbrunner <garyo@oberbrunner.c= om> wrote:
Yes, that's definitely what I'm looking for. =A0If I get some time = I may
write a function to allow autoloading a setupfile-syntax version (just
for consistency/simplicity), but given shortness of time I'll probably<= br> just track down the vars and set them in my .emacs. :-)

thanks!

On Sun, Feb 13, 2011 at 4:16 PM, Dan Davison <dandavison7@gmail.com> wrote:
> Gary Oberbrunner <garyo@oberbrunner.com> writes:
>
>> On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira
>> <darcamo= @gmail.com> wrote:
>>> You can use auto-insert for this.
>>
>> I guess I'm really not using org-mode in the way it was intend= ed --
>> everyone thinks I should put these values into each one of my org-= mode
>> files.
>
> Hi Gary,
>
> What did you think of the suggestion I made?
>
> http://article.gmane.org/gmane.emacs.orgmode/37408
>
> I believe it pointed you in the right direction. You need to (a) find<= br> > the variables that control the export behavior in question, and (b) se= t
> those variables in your .emacs. My reply gave a source of many of the<= br> > relevant variables, i.e. the default value of the variable
> `org-export-plist-vars'. An example of one of those variables is >
> [...]
>
>> As an example, I *never* want to export the creator line.
>
> `org-export-creator-info'.
>
> Let us know if you have trouble finding the appropriate variable for > something, or if setting the variables isn't behaving the way you = want.
>
> Dan
>
>
>> =A0But most of the comments on this list seem to say I should
>> modify my .org files (at least to include #+SETUPFILE), so I guess=
>> I'll consider that as standard practice.
>>
>> Would anyone be interested if I were to create a way to specify ex= port
>> values in a global file somewhere (~/.org-site-defaults or somethi= ng)
>> in the same syntax as SETUPFILE (#+kwd: value) that would set up a= ll
>> the defaults for _every_ org file?
>



--
-- Gary

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gn= u.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


--0015174c449a436f2f049c3f82c2-- --===============0135990946== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0135990946==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Oberbrunner Subject: Re: Re: Something like SETUPFILE, but in .emacs? Date: Mon, 14 Feb 2011 15:48:45 -0500 Message-ID: References: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1977818526==" Return-path: Received: from [140.186.70.92] (port=54056 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5Lk-0001QX-Qu for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 15:48:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp5Lj-0007EC-Fm for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 15:48:48 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:37166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp5Lj-0007Dl-8p for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 15:48:47 -0500 Received: by gxk5 with SMTP id 5so2525134gxk.0 for ; Mon, 14 Feb 2011 12:48:46 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Orgmode Mailing List --===============1977818526== Content-Type: multipart/alternative; boundary=0023544fb8dc8cee44049c442c6d --0023544fb8dc8cee44049c442c6d Content-Type: text/plain; charset=ISO-8859-1 On Mon, Feb 14, 2011 at 10:14 AM, Matthew Sauer wrote: > Would this be the full list of variables? > Possible completions are: > org-export-allow-BIND org-export-author-info > org-export-babel-evaluate org-export-blocks > Awesome! That is perfect. -- -- Gary --0023544fb8dc8cee44049c442c6d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Mon, Feb 14, 2011 at 10:14 AM, Matthew Sa= uer <im= prov.philosophy@gmail.com> wrote:
Would this be the full list of variables?
Possible completions are= :
org-export-allow-BIND =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0org-ex= port-author-info
org-export-babel-evaluate =A0 =A0 =A0 =A0 =A0 = =A0 =A0org-export-blocks

Awesome! =A0That is perfect.=A0

--
-- Gary
--0023544fb8dc8cee44049c442c6d-- --===============1977818526== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1977818526==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Oberbrunner Subject: Fwd: Something like SETUPFILE, but in .emacs? Date: Mon, 14 Feb 2011 15:49:25 -0500 Message-ID: References: <4d57fe92.0aeb640a.669a.4f21@mx.google.com> <25508.1297658851@alphaville> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2032669835==" Return-path: Received: from [140.186.70.92] (port=54246 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5MN-0001yL-On for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 15:49:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp5MM-0007Jx-Fw for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 15:49:27 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:50182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp5MM-0007Jt-Br for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 15:49:26 -0500 Received: by gxk5 with SMTP id 5so2525398gxk.0 for ; Mon, 14 Feb 2011 12:49:26 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Orgmode Mailing List --===============2032669835== Content-Type: multipart/alternative; boundary=0023547c9023e84fc1049c442e39 --0023547c9023e84fc1049c442e39 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Feb 13, 2011 at 11:47 PM, Nick Dokos wrote: > > I think you are making an unwarranted generalization: afaik, Darlan and I > were the only ones who suggested this (hardly "everyone"). Sorry, didn't mean to be snippy. You're right, for sure. I think that > was a reasonable answer to your original question, but it clearly is > not what you wanted as you made clear in your followup. > Yeah, I was definitely not very clear originally. My apologies! -- -- Gary --0023547c9023e84fc1049c442e39 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On = Sun, Feb 13, 2011 at 11:47 PM, Nick Dokos <nicholas.dokos@hp.com&g= t; wrote:

I think you are making an unwarranted generalization: afaik,= Darlan and I
were the only ones who suggested this (hardly "everyone").

Sorry, didn't mean to be snippy. You&#= 39;re right, for sure.

I think that
was a reasonable answer to your original question, but it clearly is
not what you wanted as you made clear in your followup.

Yeah, I was definitely not very clear originally. = =A0My apologies!

--
-= - Gary

--0023547c9023e84fc1049c442e39-- --===============2032669835== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============2032669835==--