Re: [Orgmode] protecting ascii art

2008-08-25 Thread Scott Otterson
Thanks! Yes, this does work, and I'll definitely use it. I wonder how hard it would be to automate those steps. Scott On 8/25/2008 5:26 PM, William Henney wrote: Hi Scott <...> What seems to work is to first set aside some lines for your artistic creation, select them, and do "C-x n n" (narro

[Orgmode] Publish HTML tutorial

2008-08-25 Thread Sebastian Rose
Hello, I just pushed a little Publishing tutorial to Worg: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php Critics and help welcome. And worgers: feel free to edit. I tried to keep it simply in the first place, so don't expect to learn tons of new things if you're familia

[Orgmode] org-plot (generating graphs from org-mode)

2008-08-25 Thread Eric Schulte
Hi, org-plot enables generation of graphs from data stored in org tables (maybe eventually elsewhere in org files). It is available on github at http://github.com/eschulte/org-plot/tree/master or with git clone git://github.com/eschulte/org-plot.git Included with org-plot.el is an example.org

Re: [Orgmode] protecting ascii art

2008-08-25 Thread William Henney
Hi Scott On Sat, Aug 16, 2008 at 11:38 AM, Scott Otterson <[EMAIL PROTECTED]> wrote: > By the way, it would be lovely if it were possible to use emacs's built-in > artist-mode: > > http://www.cinsk.org/emacs/emacs-artist.html > > to draw diagrams inside of an org mode buffer. Right now, hitting

[Orgmode] Re: Creating an Ubuntu Package for org.

2008-08-25 Thread Rob Weir
On 25 Aug 2008, Ian Barton wrote: > Whilst it's pretty easy to install org from source, I thought it might > be helpful to make an Ubuntu package. Making a package may encourage > more people to try org as it overcomes some hurdles in installation. > Also you should automatically get up to date ver

RE: [Orgmode] Turn on "Hyperlinks > Literal Links "

2008-08-25 Thread Parker, Matthew
This works. :) Thanks. >From .emacs ; Enable literal links (defun turn-on-literal-links () "enable literal links." (interactive) (org-remove-from-invisibility-spec '(org-link)) (org-restart-font-lock)) (add-hook 'org-mode-hook 'turn-on-literal-links) -Original Message-

Re: [Orgmode] Turn on "Hyperlinks > Literal Links "

2008-08-25 Thread Eddward DeVilla
Here is a snip from my .emacs. Maybe you could does something similar to run your code. (add-hook 'org-mode-hook 'turn-on-font-lock) ; org-mode buffers only (defun my-org-mode-setup () "Run some setup for an org buffer" (interactive) (setq show-trail

RE: [Orgmode] Turn on "Hyperlinks > Literal Links "

2008-08-25 Thread Parker, Matthew
Thanks I'll give that a try! -Original Message- From: Eddward DeVilla [mailto:[EMAIL PROTECTED] Sent: Saturday, August 23, 2008 2:12 PM To: Parker, Matthew Cc: Emacs-orgmode@gnu.org Subject: Re: [Orgmode] Turn on "Hyperlinks > Literal Links " You might be able to define a function that d

Re: [Orgmode] Timezone Support

2008-08-25 Thread Russell Adams
On Thu, Jan 17, 2008 at 10:06:41AM -0600, Russell Adams wrote: > Would it be practical to extend the time format to include TZ data > (ie: -06:00 ?). Otherwise I'll pick a TZ as standard and just mentally > convert from there. > > Thanks. > > On Thu, Jan 17, 2008 at 01:37:33PM +0100, Carsten Domi

[Orgmode] Patch for Plain Text Export

2008-08-25 Thread Thomas Fuchs
Hi, I detected, that using org-store-agenda-views to export my views to *.txt in plain text results in files growing and growing because the new views are appended. In my understanding this is not the intended behavior. Every new export should replace the previous one. I attached a very simple

Re: [Orgmode] Re: HTML export problems

2008-08-25 Thread Jesse Alama
I'm on your side: I agree that it's a bug either in org-mode or the XHTML 1.0 Transitional specification (if not both). I imagine it's straightforward to fix the problem. I mentioned standards because I came across this problem in another context (not related to org-mode) . I was working with som

[Orgmode] org mode message: "Specified time is not representable"

2008-08-25 Thread bostjanv
Hello, Am using Emacs under Windows XP (see below) and org mode version 6.05b. I get the message in the subject when I click on a time stamp which seems perfectly OK. As a test I took the following .org file ** TODO <1973-07-28 Sat +1y> 1 ** TODO <1908-07-06 Mon +1y> 2 * ** TODO <1912-04-26 Fri

Re: [Orgmode] Re: Opening links to Outlook items from Org mode (may be a FR)

2008-08-25 Thread Ivan Kanis
Manish <[EMAIL PROTECTED]> writes: > On Fri, Aug 22, 2008 at 1:14 PM, Ivan Kanis wrote: >> Manish writes: >> >>> I have to use Office and envy folks that can link to their emails >>> (Gnus, VM etc.) and contacts (bbdb) from Org mode. >> >> I have a macro that moves outlook to local e-mail that can

[Orgmode] Re: Creating an Ubuntu Package for org.

2008-08-25 Thread Paul R
On Mon, 25 Aug 2008 09:19:46 +0100, Ian Barton <[EMAIL PROTECTED]> said: Ian> Comments please! Ubuntu uses the debian emacs packages distribution system. So if you want an ubuntu package, you probably want to do the debian package at first, and let the ubuntu packagers do their work for next rele

[Orgmode] Creating an Ubuntu Package for org.

2008-08-25 Thread Ian Barton
Whilst it's pretty easy to install org from source, I thought it might be helpful to make an Ubuntu package. Making a package may encourage more people to try org as it overcomes some hurdles in installation. Also you should automatically get up to date versions. I know that someone has made packa