Re: [Orgmode] How to remove the automatically generated css codes from exported HTML file?

2008-10-22 Thread Manish
This thread might help. http://thread.gmane.org/gmane.emacs.orgmode/7156 On Thu, Oct 23, 2008 at 10:25 AM, Larry. Liu wrote: > Hi, > > I want to remove the css style codes generated automatically by Org-mode in > the exported html file, I have set the variable style for html export and > itself w

Re: [Orgmode] Re: Fix Subtle Heading Creation Bugs

2008-10-22 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 23, 2008, at 2:30 AM, Peter Jones wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: I have applied your full patch, thanks. Please verify the push, I did have a little technical problem when applying, so please make sure it worked correctly. Almost, I mus

[Orgmode] How to remove the automatically generated css codes from exported HTML file?

2008-10-22 Thread Larry . Liu
Hi, I want to remove the css style codes generated automatically by Org-mode in the exported html file, I have set the variable style for html export and itself works fine, but the css definition generated by Org-mode automatically doesn't get removed, and it affects the display of exported file,

Re: [Orgmode] org-plot questions

2008-10-22 Thread Samuel Wales
On Wed, Oct 22, 2008 at 15:43, Eric Schulte <[EMAIL PROTECTED]> wrote: > I agree this isn't obvious, if you have a suggestion for improving the > syntax please let me know. I haven't looked into this matter, so this comment might not be relevant, but I do have a suggestion that I had earlier writt

Re: [Orgmode] Re: how to wrap headings

2008-10-22 Thread Sebastian Rose
Funny enough, yesterday I wrote this one here: (defun my-toggle-truncate-lines () "Toggle truncate-lines." (interactive) (setq truncate-lines (if truncate-lines nil t))) I've bound it to H-t (I like those windows keys in Linux/GNU :-) and use it a lot (since yesterday). It's so usefull

[Orgmode] Re: Fix Subtle Heading Creation Bugs

2008-10-22 Thread Peter Jones
Carsten Dominik <[EMAIL PROTECTED]> writes: > I have applied your full patch, thanks. > > Please verify the push, I did have a little technical problem when > applying, so please make sure it worked correctly. Almost, I must have forgotten this: diff --git a/lisp/org.el b/lisp/org.el index ad0f10

[Orgmode] [PATCH] Fixed trivial misspelling in docstring to org-refile.

2008-10-22 Thread Robert Goldman
--- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index d9cf394..30a9ce7 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -7243,7 +7243,7 @@ and will therefore always be up-to-date. At the target location, the entry is filed as a sub

[Orgmode] Re: calling org-remember with an argument to select remember-type?

2008-10-22 Thread Søren Pedersen
Manish gmail.com> writes: > > On Thu, Oct 23, 2008 at 12:48 AM, Søren Pedersen wrote: > > Hey all > > > > I am trying to call org-remember and automatically select making a > journal entry I figured it out myself (by, what else, reading the source): (org-remember nil ?j) Does what I

Re: [Orgmode] org-plot questions

2008-10-22 Thread Eric Schulte
JBash <[EMAIL PROTECTED]> writes: > Thanks, Eric! > > It's a great tool... I like how it, within org, makes it easy to keep the > data organized an yet easily > accessible. > Thanks, I'm happy it's proving useful. > > Another quick org-plot question... > > I found that to turn on the grid, I us

[Orgmode] Re: how to wrap headings

2008-10-22 Thread Bernt Hansen
"Rich E" <[EMAIL PROTECTED]> writes: > I just have a simple question: how can I wrap the headings so they > don't go off the visual window? M-x set-truncate-lines It toggles line wrapping on and off. -Bernt ___ Emacs-orgmode mailing list Remember:

Re: [Orgmode] how to wrap headings

2008-10-22 Thread Mike Newman
On Wed, 22 Oct 2008 23:23:54 +0200 "Rich E" <[EMAIL PROTECTED]> wrote: > Hi, > > I just have a simple question: how can I wrap the headings so they > don't go off the visual window? > > Thanks, > Rich > > > ___ > Emacs-orgmode mailing list > Remembe

[Orgmode] how to wrap headings

2008-10-22 Thread Rich E
Hi, I just have a simple question: how can I wrap the headings so they don't go off the visual window? Thanks, Rich ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailm

Re: [Orgmode] calling org-remember with an argument to select remember-type?

2008-10-22 Thread Manish
On Thu, Oct 23, 2008 at 12:48 AM, Søren Pedersen wrote: > Hey all > > I am trying to call org-remember and automatically select making a journal entry > (associated with the character "j"). > > I have tried the following: > > (org-remember "j") > (org-remember ?J) > > descri

[Orgmode] calling org-remember with an argument to select remember-type?

2008-10-22 Thread Søren Pedersen
Hey all I am trying to call org-remember and automatically select making a journal entry (associated with the character "j"). I have tried the following: (org-remember "j") (org-remember ?J) describe-function on org-remember mentions org-force-remember-template-char so I have also tried: (let

Re: [Orgmode] Re: Any iPhone devellopers here

2008-10-22 Thread David Neu
Hi, Just thought I'd see if there were any reactions, positive or negative, to this idea. Cheers, David On Mon, Oct 13, 2008 at 10:45 AM, David Neu <[EMAIL PROTECTED]> wrote: > Hi Carsten, > > I'm new to orgmode, and must say that I've found it be an incredibly > intuitive and powerful emacs mod

Re: [Orgmode] Re: Enhancement request : publish page limits

2008-10-22 Thread Sebastian Rose
Richard, there is a tutorial at org/worg: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php which shows how I handle the HTML export here. It's shorter to read, than the old org-info documentation, and covers a nice way to handle recursive exporting of entire directory trees and

Re: [Orgmode] org-plot questions

2008-10-22 Thread JBash
Thanks, Eric! It's a great tool... I like how it, within org, makes it easy to keep the data organized an yet easily accessible. Another quick org-plot question... I found that to turn on the grid, I use: #+PLOT: set:grid So, to set an axis label, I tried #+PLOT: set:xlabel("Frequency") and #+P

[Orgmode] Re: Enhancement request : publish page limits

2008-10-22 Thread Sebastian Rose
Patch to fix this in doc/org.texi (pulled an hour ago). diff --git a/doc/org.texi b/doc/org.texi index 0ae852e..b2ce486 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -7688,7 +7688,7 @@ as well, press @kbd{?} for an overview of the available keys). The second view type is a @emph{folding} vi

[Orgmode] Re: Enhancement request : publish page limits

2008-10-22 Thread Sebastian Rose
Richard Riley <[EMAIL PROTECTED]> writes: > Hi, > > Do you have an example? > > The link > > http://orgmode.org/worg/code/org-info-js/org-info.js.html > > mentioned in the info file is dead. http://orgmode.org/worg/code/org-info-js/index.html -- Sebastian Rose, EMMA STIL - mediendesign, Niemey

Re: [Orgmode] Sync org-mode files in different computers

2008-10-22 Thread Jason F. McBrayer
[EMAIL PROTECTED] (Flávio de Souza) writes: > I would like to know how I sync org-mode files in different computer > over local network and over the internet. I think most people will agree that the best way to sync org-mode files is to keep them under some kind of version control system. The ad

Re: [Orgmode] Enhancement request : publish page limits

2008-10-22 Thread Sebastian Rose
org-info.js ;-) ??? Make the de facto standard for viewing text in the internet !!! :-D Richard Riley <[EMAIL PROTECTED]> writes: > I didn't spot anything in the manual, but it would be nice if publish > automatically split large published org files into multiple html files > based on a "num

Re: [Orgmode] How to move DEADLINE/SCHEDULED to the same line as Head line?

2008-10-22 Thread Carsten Dominik
Hi Larry, this is possible, but not recommended. You can configure the variable `org-insert-labeled-timestamps-at- point' to request that the deadline etc is inserted at point, and then you need to make sure that the cursor always is there where you want it inserted. However, the internal

[Orgmode] Re: bug or missing feature in undone repeating todos?

2008-10-22 Thread Wes Hardaker
> On Tue, 21 Oct 2008 15:37:51 +0200, Carsten Dominik <[EMAIL PROTECTED]> > said: >> * TODO foo <2008-10-17 Fri +2d> CD> ? The example you had in your mail was: Yep. You're right that I blew the example and realized what the issue was after reading your response. See, you helped!

Re: [Orgmode] HTML-export: arbitrary target directories when using setup files

2008-10-22 Thread Sebastian Rose
Sebastian Rose <[EMAIL PROTECTED]> writes: Just for everyone to know: This is fixed in current git version. Thanks, Carsten!!! ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

Re: [Orgmode] After a custom agenda as follows I get a wrongly sorted result

2008-10-22 Thread Carsten Dominik
Hi Rainer, You need to add time-up to the sorting strategy. Time grid lines are just added to the list of matches and then still need to be sorted in. HTH - Carsten On Oct 22, 2008, at 1:24 PM, Rainer Stengele wrote: Hi! After a custom agenda as follows I get a wrongly sorted (see time

Re: [Orgmode] Re: Error exporting indirect buffer to ASCII

2008-10-22 Thread Carsten Dominik
OK, thanks, I got it now. Fixed. - Carsten On Oct 22, 2008, at 1:18 PM, Vladi Solutka wrote: Hi! Well, the code snippet you mentioned is only reached if that variable is set, or f you export using a double prefix argument.. Anyway, I believe this problem is now fixed, get back to me if it

Re: [Orgmode] org-plot questions

2008-10-22 Thread Eric Schulte
JBash <[EMAIL PROTECTED]> writes: > Hi, > > First of all, thanks to all for the work on org-mode and org-plot. > > A question about org-plot... > > Question 1: > When I include an index column in the first column of the table, I am > getting evenly spaced data points, > with the xtic labels bein

Re: [Orgmode] Timestamps and `org-table-copy-down'

2008-10-22 Thread Carsten Dominik
This is a bug, fixed, thanks. - Carsten On Oct 22, 2008, at 11:47 AM, James TD Smith wrote: In a table column containing timestamps, pressing S-return with the cursor on the brackets surrounding the timestamp results the insertion of a copy of the timestamp with the active status toggled.

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread Carsten Dominik
On Oct 22, 2008, at 11:42 AM, James TD Smith wrote: Hi Carsten, On 2008-10-22 11:18:59(+0200), Carsten Dominik wrote: this is a non-trivial patch, and have not yet had the time to look at it carefully. And I am too close to the next release 6.10, which will likely be the final version t

[Orgmode] org-plot questions

2008-10-22 Thread JBash
Hi, First of all, thanks to all for the work on org-mode and org-plot. A question about org-plot... Question 1: When I include an index column in the first column of the table, I am getting evenly spaced data points, with the xtic labels being coming from the 'ind:' column (2, in the first data

Re: [Orgmode] How to move DEADLINE/SCHEDULED to the same line as Head line?

2008-10-22 Thread Larry . Liu
On Wed, Oct 22, 2008 at 5:07 PM, Manish <[EMAIL PROTECTED]>wrote: > On Wed, Oct 22, 2008 at 3:48 PM, Larry. Liu wrote: > > Now in my configuration, head lines with a DONE/DEADLINE stamp looks > like > > * DONE Ask Manish the database username/password for PRD. > > CLOSED: [2008-10-01

Re: [Orgmode] Re: org-mode and git

2008-10-22 Thread Phil Jackson
Richard Riley <[EMAIL PROTECTED]> writes: > Looks good, a shame vc-git doesn't seem to work though. I will look into > why as another set of non standard keys will make my head explode :-( > Having said that its time to do some housekeeping anyway as there are > few niggly little things I run into

[Orgmode] Re: org-mode and git

2008-10-22 Thread Richard Riley
Phil Jackson <[EMAIL PROTECTED]> writes: > Richard Riley <[EMAIL PROTECTED]> writes: > >> What, if any, git interface for emacs do you guys recommend? > > I would highly recommend magit[1]. I've been using it for a while now > and it far better fits around the way /I/ use git :) > > You'll need a

Re: [Orgmode] org-mode and git

2008-10-22 Thread Phil Jackson
Richard Riley <[EMAIL PROTECTED]> writes: > What, if any, git interface for emacs do you guys recommend? I would highly recommend magit[1]. I've been using it for a while now and it far better fits around the way /I/ use git :) You'll need a version[2] of git that supports --graph on the log com

Re: [Orgmode] org-mode and git

2008-10-22 Thread Manish
On Wed, Oct 22, 2008 at 5:03 PM, Richard Riley wrote: > > Hi folks, > > I had used bog standard RCS behind vc before (works fine for little > stand alone projects), but recently loaded up the vc-git.el and added it > to the supported backends for vc but some problems trying to update

Re: [Orgmode] How to move DEADLINE/SCHEDULED to the same line as Head line?

2008-10-22 Thread Manish
On Wed, Oct 22, 2008 at 3:48 PM, Larry. Liu wrote: > Now in my configuration, head lines with a DONE/DEADLINE stamp looks like > * DONE Ask Manish the database username/password for PRD. > CLOSED: [2008-10-01 Wed 10:00] How do you know I work on databases? :) > * DONE Revi

Re: [Orgmode] org-mode and git

2008-10-22 Thread Tim O'Callaghan
Also does anyone have a working Xemacs git support? Tim 2008/10/22 Richard Riley <[EMAIL PROTECTED]>: > > Hi folks, > > I had used bog standard RCS behind vc before (works fine for little > stand alone projects), but recently loaded up the vc-git.el and added it > to the supported backends for vc

[Orgmode] org-mode and git

2008-10-22 Thread Richard Riley
Hi folks, I had used bog standard RCS behind vc before (works fine for little stand alone projects), but recently loaded up the vc-git.el and added it to the supported backends for vc but some problems trying to update my org-mode install using it. Is it mature enough for this. What, if any, git

[Orgmode] After a custom agenda as follows I get a wrongly sorted result

2008-10-22 Thread Rainer Stengele
Hi! After a custom agenda as follows I get a wrongly sorted (see time gird) result (see below) (setq org-agenda-custom-commands '( ... ("00" "agenda + prio a todos sorted prio up" ((agenda "prio ABC agenda" ((org-agenda-ndays 1) (org

[Orgmode] Re: Error exporting indirect buffer to ASCII

2008-10-22 Thread Vladi Solutka
Hi! > Well, the code snippet you mentioned is only reached if that variable > is set, or f you export using a double prefix argument.. > > Anyway, I believe this problem is now fixed, get back to me if it > persists in the latest git version. I just took the latest git snapshot and get the s

[Orgmode] How to move DEADLINE/SCHEDULED to the same line as Head line?

2008-10-22 Thread Larry . Liu
Now in my configuration, head lines with a DONE/DEADLINE stamp looks like * DONE Ask Manish the database username/password for PRD. CLOSED: [2008-10-01 Wed 10:00] * DONE Review the issues of 9-27 DEADLINE: <2008-09-30 Tue 18:00> But the format I prefer is as below, you can se

Re: [Orgmode] Re: Sync org-mode files in different computers

2008-10-22 Thread Ian Barton
Hi, I am a new emacs user and I am exploring org-mode which is really amazing. I would like to know how I sync org-mode files in different computer over local network and over the internet. Hi, I personally use git to sync my org-mode files but there are lots of tools available to sync file

[Orgmode] Timestamps and `org-table-copy-down'

2008-10-22 Thread James TD Smith
In a table column containing timestamps, pressing S-return with the cursor on the brackets surrounding the timestamp results the insertion of a copy of the timestamp with the active status toggled. Repeated a few times you end up with this: , | | Date | | |--| | | [

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread James TD Smith
Hi Carsten, On 2008-10-22 11:18:59(+0200), Carsten Dominik wrote: > this is a non-trivial patch, and have not yet had the time to look at > it carefully. And I am too close to the next release 6.10, which will > likely be the final version that will make it into Emacs 23, so I do > not fe

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread Helge Gudmundsen
Sure thing, I will test it (he said, while frantically typing 'man patch' in a terminal window). Best regards, Helge (and once again, thanks for org-mode, which has ended my search for the perfect note-taking and organizing application) On Wed, Oct 22, 2008 at 10:18 AM, Carsten Dominik <[EMAIL

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread Carsten Dominik
Hi Helge, this is a non-trivial patch, and have not yet had the time to look at it carefully. And I am too close to the next release 6.10, which will likely be the final version that will make it into Emacs 23, so I do not feel comfortable to add it now. After 6.10, good chances, yes.

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread Helge Gudmundsen
Any chance that this patch will make it to the git repo? ___ 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

Re: [Orgmode] Re: Error exporting indirect buffer to ASCII

2008-10-22 Thread Carsten Dominik
Well, the code snippet you mentioned is only reached if that variable is set, or f you export using a double prefix argument.. Anyway, I believe this problem is now fixed, get back to me if it persists in the latest git version. - Carsten On Oct 22, 2008, at 10:02 AM, Vladi Solutka wrote:

[Orgmode] Re: Error exporting indirect buffer to ASCII

2008-10-22 Thread Vladi Solutka
Hi! > > I get a "wrong type argument: stringp, nil" when exporting to ASCII > > from > > an indirect buffer. I guess the problem is in the file > > > > org-6.09a/org-exp.el at line 1052: > > > > (file-name-nondirectory (buffer-file-name)) > have you customized org-export-run-in-background? No,

[Orgmode] Re: Debugging the publishing process?

2008-10-22 Thread Ángel de Vicente
Hi, thanks Bernt (and Sebastian) for the help with this. In the end it turned out that I had two places with the ORG files and apparently it was getting quite confused with both. Getting rid of one of them and just leaving the 6.09a one did the trick. (I hadn't touched this computer for a b