[Orgmode] How can i share a single org-default-notes-file between multiple instances of emacs?

2010-12-16 Thread Eric Holbrook
At work i typically need to have at least 2 emacs running: 1 for the
project i'm working on at the moment; 1 for notes, email, ~/.bashrc,
~/.alias, etc.

I often have more than 1 project going at a time, so i end up with 3
or 4 emacs running, sometimes more.

I'd like to be able to do 'org-capture from any emacs, and have them
all dump into the same org-default-notes-file, which i have creatively
named notes.org.

How can i do this? I thought of possibly setting a defadvice tied to
notes.org that tells all running emacs to unceremoniously revert that
buffer before doing anything else to it, and to save it when done with
it.

Has anybody already solved this problem?

tia,
Eric

___
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


[Orgmode] preventing strikethrough, italics and underline fontification

2010-12-08 Thread Eric Holbrook
I have several org files that contain simulator command arguments that look
like this:

+ADTL_ARG+somethingOrOther
or
/long/path/to//somewhere/
or
  _token_to_get_inserted_in_something_

These appear in both headlines and non-headline text. It's pretty
distracting, particularly when i'm trying to put together groups of these
things to build a long command line. Sometimes i have to just switch to
fundamental mode for a while.

Is there a way to inhibit fontification of this kind of thing? It'd be nice
if i could do it on a per-line or per-region basis. Maybe in response to a
tag in the headline? Maybe in response to a property?
___
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


[Orgmode] Is there any way to export to wiki markup?

2008-01-19 Thread Eric Holbrook
I've seen a few scripts out on the web to convert html to wiki
markup. I figure i first export to html, then run one of those
scripts. Would be nice to have a straight shot at it though. That way
i could control everything from within emacs. Anyone seen an add-on
that does this?

/Eric


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


[Orgmode] indention spacing

2008-01-12 Thread Eric Holbrook
I'm trying to find a way to increase the indentation between levels of
hierarchy in org-mode. In other words, i'd like to have indentation of
3 or 4 spaces instead of the standard 1 space. I'm color blind, and
the colors don't help my eyes pick out levels of hierarchy very
well. If i could do this, then i could do org-hide-leading-stars and
get rid of that line noise, too.

Where i see this:

* THERMAL
** Potential Bugs
*** Counting Difference, Rob v. Tahsin
Rob will file bug on self.
*** Multiple Drivers
** Known Bugs
*** Bandwidth issue

I'd like to see something like this:

  THERMAL
  Potential Bugs
  Counting Difference, Rob v. Tahsin
  Rob will file bug on self.
  Multiple Drivers
  Known Bugs
  Bandwidth issue

thanks,
Eric


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