Re: [Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-25 Thread Carsten Dominik
If you get the latest git version, take a look at the variable `org-columns-modify-value-for-display-function'. HTH - Carsten On Jul 25, 2008, at 5:33 AM, Jose Robins wrote: Carsten Dominik wrote: Hi Robin, On Jul 23, 2008, at 9:57 AM, Jose Robins wrote: I've been extensively using col

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Cezar Halmagean
Peter Jones <[EMAIL PROTECTED]> writes: > Peter Jones <[EMAIL PROTECTED]> writes: >> The file you want is: >> >> emacs/emacs.d/pmade-org.el > > Of course, I meant to say: > > emacs/emacs.d/pmade-colors.el > > For my home-brewed color theme. > > Sorry about that. Thank you very much ! Is that

Re: [Orgmode] Re: Upgrading org-mode (in W32)

2008-07-25 Thread charles snyder
On Fri, Jul 25, 2008 at 3:03 PM, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > On Jul 25, 2008, at 12:58 PM, charles snyder wrote: > > Hi > > For those few who are not yet very emacs savvy -- in follow up to the > original post: > > on my windows xp (work machine)GNU Emacs 23.0.60.1 (included is

Re: [Orgmode] Re: Upgrading org-mode (in W32)

2008-07-25 Thread Carsten Dominik
On Jul 25, 2008, at 12:58 PM, charles snyder wrote: Hi For those few who are not yet very emacs savvy -- in follow up to the original post: on my windows xp (work machine)GNU Emacs 23.0.60.1 (included is 5.23 org mode) 1. I downloaded and unzipped org-6.06a to "c:/Documents and Settin

[Orgmode] Re: Gnus nnimap links

2008-07-25 Thread Ross Patterson
Bernt Hansen <[EMAIL PROTECTED]> writes: > Ross Patterson <[EMAIL PROTECTED]> writes: > >> I find that my org-mode links to Gnus articles are very unstable, often >> breaking. Specifically, a link to an article will work when created and >> later be broken. >> >> Almost all the links I make to Gn

[Orgmode] Re: Upgrading org-mode (in W32)

2008-07-25 Thread charles snyder
Hi For those few who are not yet very emacs savvy -- in follow up to the original post: on my windows xp (work machine)GNU Emacs 23.0.60.1 (included is 5.23 org mode) 1. I downloaded and unzipped org-6.06a to "c:/Documents and Settings/csnyder/Desktop/Archive/orgmode/org-6.06a/" 2. I then adde

[Orgmode] Re: Gnus nnimap links

2008-07-25 Thread Bernt Hansen
Ross Patterson <[EMAIL PROTECTED]> writes: > I find that my org-mode links to Gnus articles are very unstable, often > breaking. Specifically, a link to an article will work when created and > later be broken. > > Almost all the links I make to Gnus articles are to articles in an > nnimap backend

Re: [Orgmode] graphing from org-tables

2008-07-25 Thread Eric Schulte
I had some time waiting for things to execute, so I condensed your process into a single command (borrowing heavily from org-export-table). (defun org-table/gnuplot (&optional x-col) "Plot the current table using gnuplot. Use a prefix argument to specify a column to use for the x-coordinates,

[Orgmode] Re: How to convert org file to such a plain text

2008-07-25 Thread anhnmncb
Carsten Dominik <[EMAIL PROTECTED]> writes: > We do not have an exporter that can do this right now. > > - Carsten Will it come in furture? > > On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: > > I want to export org to plan text, which pattern is: > > |level 1 >

[Orgmode] Gnus nnimap links

2008-07-25 Thread Ross Patterson
I find that my org-mode links to Gnus articles are very unstable, often breaking. Specifically, a link to an article will work when created and later be broken. Almost all the links I make to Gnus articles are to articles in an nnimap backend connecting to a local dovecot IMAP server that is sync

Re: [Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Manish
On Fri, Jul 25, 2008 at 8:16 PM, Peter Jones wrote: > Peter Jones <[EMAIL PROTECTED]> writes: >> The file you want is: >> >> emacs/emacs.d/pmade-org.el > > Of course, I meant to say: > > emacs/emacs.d/pmade-colors.el > > For my home-brewed color theme. Wow! Very neat and

Re: [Orgmode] graphing from org-tables

2008-07-25 Thread Eric Schulte
Thanks, both for the code, and the instructions it worked on the first try! On Friday, July 25, at 17:25, James TD Smith wrote: > On 2008-07-25 08:53:31(-0700), Eric Schulte wrote: > > > > Any advice for quick graphing of a table in org-mode? > > > > I have a setup for plotting data from

Re: [Orgmode] Upgrading org-mode (in W32)

2008-07-25 Thread Carsten Dominik
On Jul 25, 2008, at 8:40 AM, Bill Raynor wrote: Hello, I just upgraded my emacs to the current W32 version (GNU Emacs 23.0.60.1) which includes org-mode 6.05a. How do I upgrade org-mode when it is in the ...\emacs\lisp directory? In the past I have just created a new directory in site-lis

Re: [Orgmode] graphing from org-tables

2008-07-25 Thread Carsten Dominik
Coool On Jul 25, 2008, at 9:25 AM, James TD Smith wrote: On 2008-07-25 08:53:31(-0700), Eric Schulte wrote: Any advice for quick graphing of a table in org-mode? I have a setup for plotting data from tables. I'm not sure if it's exactly what you want, but yoy may find it useful. 1.

Re: [Orgmode] graphing from org-tables

2008-07-25 Thread James TD Smith
On 2008-07-25 08:53:31(-0700), Eric Schulte wrote: > > Any advice for quick graphing of a table in org-mode? > I have a setup for plotting data from tables. I'm not sure if it's exactly what you want, but yoy may find it useful. 1. Add the following to your .emacs: (defun ahkt-plot-table (scri

Re: [Orgmode] outline-cycle and AUCTeX

2008-07-25 Thread Carsten Dominik
On Jul 23, 2008, at 1:53 PM, Felipe Csaszar wrote: Hi, Using the old outline-magic.el it was possible to do visibility cycling of a LaTeX file, as it recognized \section, \subsection, etc... as headings. Is it possible to accomplish the same using the orgstruct minor mode? As far as I can see

Re: [Orgmode] graphing from org-tables

2008-07-25 Thread Carsten Dominik
Hi Eric, Currently this is not implemented. Could be done, there are functions to grab sections of a table. Nice add-on project? - Carsten On Jul 25, 2008, at 8:53 AM, Eric Schulte wrote: Any advice for quick graphing of a table in org-mode? I searched the mailing list archives and fo

Re: [Orgmode] Upgrading org-mode (in W32)

2008-07-25 Thread Bill Raynor
I got the new version of W32 emacs from http://ourcomments.org/Emacs/EmacsW32.html and the new version of org-mode from http://orgmode.org. The new version of emacs has a problem with alt-tab, but I haven't rebooted yet to see if that goes away. (the cure for many strange windows problems!) On Fri

[Orgmode] graphing from org-tables

2008-07-25 Thread Eric Schulte
Any advice for quick graphing of a table in org-mode? I searched the mailing list archives and found nothing. It would be nice to have a command to dump the contents of a table (or single column) to gnuplot. I know calc can interact with gnuplot info:calc:Basic Graphics but with my VERY limit

[Orgmode] Upgrading org-mode (in W32)

2008-07-25 Thread Bill Raynor
Hello, I just upgraded my emacs to the current W32 version (GNU Emacs 23.0.60.1) which includes org-mode 6.05a. How do I upgrade org-mode when it is in the ...\emacs\lisp directory? In the past I have just created a new directory in site-lisp and rewrote my .emacs file to point to the new one. Do I

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Peter Jones
Carsten Dominik <[EMAIL PROTECTED]> writes: > looks great! My workflow would completely suck if it weren't for Org-Mode. Thanks Carsten! -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Rep

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Peter Jones
rolf <[EMAIL PROTECTED]> writes: > What a clean and concise rc-setup! > > And, thx for sharing! Thanks. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the l

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Peter Jones
Peter Jones <[EMAIL PROTECTED]> writes: > The file you want is: > > emacs/emacs.d/pmade-org.el Of course, I meant to say: emacs/emacs.d/pmade-colors.el For my home-brewed color theme. Sorry about that. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US __

Re: [Orgmode] Problems using longlines-mode with tables in org-mode

2008-07-25 Thread Carsten Dominik
Unfortunately, I d not know enough about the internals of longlines to fix this. With TAB, Org rewrites the entire table, probably inserting soft newlines. Maybe a solution would be to use font lock to make the newline in each table line hard? - Carsten On Jul 20, 2008, at 7:53 PM, R

Re: [Orgmode] Bug: remember/refiling filing target

2008-07-25 Thread Carsten Dominik
I can reproduce the bug, but I don't know an easy way how to fix it. - Carsten On Jul 21, 2008, at 8:02 AM, Wanrong Lin wrote: Hi, There seems to be a bug in remember/refiling filing target auto- completion prompt, if the target heading text has a forward slash "/". For example, if my

Re: [Orgmode] How to convert org file to such a plain text

2008-07-25 Thread Carsten Dominik
We do not have an exporter that can do this right now. - Carsten On Jul 24, 2008, at 4:59 PM, anhnmncb wrote: I want to export org to plan text, which pattern is: |level 1 |level 2 |- item |level 3 instead of |* level 1 |** level 2

Re: [Orgmode] Customized header for LaTeX export

2008-07-25 Thread Carsten Dominik
On Jul 25, 2008, at 2:32 AM, Daniel J. Sinder wrote: As far as I can tell, the variable org-format-latex-header is only used to generate images of LaTeX fragments in non-LaTeX export. A different header seems to be used for LaTeX export. Can the header for LaTeX export be customized? If

Re: [Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-25 Thread Carsten Dominik
Unfortunately, you need for me to create a hook for this, which will not happen before September :-( - Carsten On Jul 25, 2008, at 5:33 AM, Jose Robins wrote: Carsten Dominik wrote: Hi Robin, On Jul 23, 2008, at 9:57 AM, Jose Robins wrote: I've been extensively using column mode in the

Re: [Orgmode] skipping entries in daily/weekly view

2008-07-25 Thread Carsten Dominik
On Jul 25, 2008, at 6:22 AM, Yann Tambouret wrote: When making custom agendas, can you use the org-agenda-skip-function with the 'agenda' block type? I'm trying to do it, but I'm not successful. I take the example used in the manual's appendix, and I can successfully filer items for a 'tod

Re: [Orgmode] Re: Nicely indented text fields in google tech talk

2008-07-25 Thread Carsten Dominik
On Jul 25, 2008, at 5:46 AM, Bill Raynor wrote: Thank you. I thought his example was automatic. What is automatic is that line wrapping with auto-fill-mod will keep the indentation, and that demoting and promoting will adapt the indentation if all lines in the entry are already indented.

Re: [Orgmode] Orgstruct-mode not present.

2008-07-25 Thread Carsten Dominik
On Jul 23, 2008, at 9:55 AM, Jason Schadel wrote: In the manual it says I can load an org minor mode(Orgstruct) but when I try, it can't be found. I'm using emacs 22.2.1 on a mac with org-mode 6.05b. Any ideas why I can't find orgstruct anywhere? Do you do (require 'org-install) in .ema

[Orgmode] Thank you from a newbie...

2008-07-25 Thread David A. Gershman
I have tried numerous outliners and agenda tools and was never happy with any of them. I didn't even think to look at modes of emacs. Emacs and I have been together for years and I refuse to use any other text editor. Now, after finding 'org-mode'...task management bliss! Carsten, thank you so

[Orgmode] skipping entries in daily/weekly view

2008-07-25 Thread Yann Tambouret
When making custom agendas, can you use the org-agenda-skip-function with the 'agenda' block type? I'm trying to do it, but I'm not successful. I take the example used in the manual's appendix, and I can successfully filer items for a 'todo' block type, but when I change the type and match item

[Orgmode] outline-cycle and AUCTeX

2008-07-25 Thread Felipe Csaszar
Hi, Using the old outline-magic.el it was possible to do visibility cycling of a LaTeX file, as it recognized \section, \subsection, etc... as headings. Is it possible to accomplish the same using the orgstruct minor mode? As far as I can see, orgstruct continues to think that asterisks represent

[Orgmode] Orgstruct-mode not present.

2008-07-25 Thread Jason Schadel
In the manual it says I can load an org minor mode(Orgstruct) but when I try, it can't be found. I'm using emacs 22.2.1 on a mac with org-mode 6.05b. Any ideas why I can't find orgstruct anywhere? -Jason ___ Emacs-orgmode mailing list Remember: use `Re

Re: [Orgmode] project management integration

2008-07-25 Thread Jason Schadel
I mostly use org-mode as a way to organize my tasks but would love if there was a way to export/publish to a wiki. Right now I'm using trac-wiki mode to edit trac wiki pages. It works pretty well but I find myself missing org-mode's list/heading manipulation abilities. I could see a benefit to i

[Orgmode] skipping entries in daily/weekly view

2008-07-25 Thread Yann Tambouret
When making custom agendas, can you use the org-agenda-skip-function with the 'agenda' block type? I'm trying to do it, but I'm not successful. I take the example used in the manual's appendix, and I can successfully filer items for a 'todo' block type, but when I change the type and match item

[Orgmode] Re: Nicely indented text fields in google tech talk

2008-07-25 Thread Bill Raynor
Thank you. I thought his example was automatic. On Fri, Jul 25, 2008 at 7:43 AM, Bernt Hansen <[EMAIL PROTECTED]> wrote: > "Bill Raynor" <[EMAIL PROTECTED]> writes: > > > In Carsten's Google Tech Talk, he shows text fields as being nicely > indented > > under the appropriate heading. How do I get

[Orgmode] Re: Nicely indented text fields in google tech talk

2008-07-25 Thread Bernt Hansen
"Bill Raynor" <[EMAIL PROTECTED]> writes: > In Carsten's Google Tech Talk, he shows text fields as being nicely indented > under the appropriate heading. How do I get that behavior? My text fields all > end up against the left margin until I manually input the space. I am > currently using org-mod

[Orgmode] Nicely indented text fields in google tech talk

2008-07-25 Thread Bill Raynor
In Carsten's Google Tech Talk, he shows text fields as being nicely indented under the appropriate heading. How do I get that behavior? My text fields all end up against the left margin until I manually input the space. I am currently using org-mode 5.17a in GNU Emacs 22.0.990.1 (W32 version) on w

Re: [Orgmode] Feature Request: property for the time part of a timestamp.

2008-07-25 Thread Jose Robins
Carsten Dominik wrote: Hi Robin, On Jul 23, 2008, at 9:57 AM, Jose Robins wrote: I've been extensively using column mode in the agenda buffer to plan my day/week. I have columns set up for scheduled and deadline. However, I was wondering if it'd be possible to expose just the "time" part o

Re: [Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Erik Colson
On 25 Jul 2008, at 10:33, rolf wrote: Hallo Peter! [snip] git clone git://pmade.com/rc The file you want is: emacs/emacs.d/pmade-org.el What a clean and concise rc-setup! it clearly is a nice setup. Having all configuration items separated keeps you from having a 600+ lines .emacs ;)

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread rolf
Hallo Peter! [snip] > git clone git://pmade.com/rc > > The file you want is: > > emacs/emacs.d/pmade-org.el > What a clean and concise rc-setup! And, thx for sharing! -- rolf ___ Emacs-orgmode mailing list Remember: use `Reply All' to send rep

[Orgmode] Customized header for LaTeX export

2008-07-25 Thread Daniel J. Sinder
As far as I can tell, the variable org-format-latex-header is only used to generate images of LaTeX fragments in non-LaTeX export. A different header seems to be used for LaTeX export. Can the header for LaTeX export be customized? If so, which variable is this in? In particular, the defaul

Re: [Orgmode] Fix for emacs 23 bug on inserting diary entries

2008-07-25 Thread Carsten Dominik
Indeed, thanks a lot. - Carsten On Jul 24, 2008, at 6:54 PM, Andrew Hyatt wrote: I remember seeing an emacs 23 git branch at some point, but I looked around and cannot locate it anymore. At any rate, this may be a dup, but in emacs 23 inserting diary entries in the agenda does not work.