[Orgmode] Args out of range, XEmacs 21.4.21

2008-12-04 Thread Hugh Daschbach
I'm a late comer. Just found Carston's presentation at Google. Nice piece of work. Many thanks. Unfortunately, the first thing I did failed with an "Args out of range error". I've worked through that (described below). And have just finished converting all my sticky notes to org-mode. Label

Re: [Orgmode] latex <-> org ?

2008-12-04 Thread Dan Davison
For what it's worth, here's my attempt at a simple version of this. These flip a latex document into org mode so that you can see the document structure, and then flip it back, hopefully to the same latex document. #+begin_src ... #+end_src are inserted in the org version so that text in unfolded s

Re: [Orgmode] Export without TODO keywords

2008-12-04 Thread Carsten Dominik
Hi Daniel, (setq org-export-with-timestamps nil) also removes the DEADLINE and SCHEDULED keywords. - Carsten On Dec 4, 2008, at 11:45 PM, Daniel Clemente wrote: Thanks, this is indeed helpful. I found also two things that could be considered „todo keywords“ too: - TODO state changes (e.g

Re: [Orgmode] Export without TODO keywords

2008-12-04 Thread Daniel Clemente
Thanks, this is indeed helpful. I found also two things that could be considered „todo keywords“ too: - TODO state changes (e.g. the CLOSED keyword) and the short notes you can make when a task is done - SCHEDULED and DEADLINE keywords Both are currently always exported below the headline.

Re: [Orgmode] Feature request: org-tag-keyword-faces

2008-12-04 Thread Samuel Wales
Thanks! (Yes, "keyword" needed to be removed.) ___ 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] Re: WISH: Add the possiblity to add captions to tables/images

2008-12-04 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > HTML does not really have a natural way to add a caption to an image > or a table (as far as I know, that is). What structural element > would you propose? Tables are easy. blah the caption goes here ... http://www.w3.org/TR/html401/struct/t

Re: [Orgmode] Feature request: org-tag-keyword-faces

2008-12-04 Thread Carsten Dominik
Hi Samuel, yes, I agree that this would be a useful and consistent addition. You can now use the variable `org-tag-faces' for this purpose. - Carsten On Dec 4, 2008, at 3:38 AM, Samuel Wales wrote: It would be really nice if you could set tags to different faces the way you can with todo key

Re: [Orgmode] WISH: Add the possiblity to add captions to tables/images

2008-12-04 Thread Carsten Dominik
On Nov 20, 2008, at 2:26 PM, Daniel Pörsch wrote: Hi list, a feature which I miss in org-mode is the possibility to add captions to a table or a image. I use org-mode to prepare technical documents, currently mostly to export to HTML. It would be very nice to have usual technical writing style

Re: [Orgmode] org-publish-file

2008-12-04 Thread Richard Riley
Matthew Lundin <[EMAIL PROTECTED]> writes: > Hi Richard, > > Richard Riley <[EMAIL PROTECTED]> writes: > >> If I edit a file in an org web subdirectory and then publish that file it >> does >> not get published with the style sheet link content. >> >> e.g I have a file index.org in rgr-source/bik

Re: [Orgmode] quickly adding files to agenda..

2008-12-04 Thread Nick Dokos
sergio <[EMAIL PROTECTED]> wrote: > i have all my org files in a directory called 'orgfiles'... > > what i would like to do is mark all my files in dired or something > similar, then crank them all through C-c [ . > > right now, i have to open each file and C-c [ it.. > Would it help to add

Re: [Orgmode] org-publish-file

2008-12-04 Thread Matthew Lundin
Hi Richard, Richard Riley <[EMAIL PROTECTED]> writes: > If I edit a file in an org web subdirectory and then publish that file it does > not get published with the style sheet link content. > > e.g I have a file index.org in rgr-source/bike and when I publish it the > destination rgr-source/bike

[Orgmode] latex <-> org ?

2008-12-04 Thread Dan Davison
Has anyone worked on reversible transformation between org and latex? I'm collaborating on a latex document with some non-org users. Basically what I'd like to do is transform a latex document into an org document, fold/unfold sections and edit the document under org-mode, and then reconvert to lat

[Orgmode] org-publish-file

2008-12-04 Thread Richard Riley
If I edit a file in an org web subdirectory and then publish that file it does not get published with the style sheet link content. e.g I have a file index.org in rgr-source/bike and when I publish it the destination rgr-source/bike/index.html does not include the :style as specified in web-org b

RE: [Orgmode] quickly adding files to agenda..

2008-12-04 Thread Sullivan, Gregory (US SSA)
You could try the line (setq org-agenda-files (find-lisp-find-files "~/orgfiles/" "\.org")) I don't actually use this method for my setup, but that should work. --Greg -- Gregory T. Sullivan, Ph.D. BAE Systems Advanced Information Technologies 6 New England Executive Park, Burlington, MA 01803

Re: [Orgmode] Dynamix HTML preamble/postamble

2008-12-04 Thread Eric Schulte
Julien Barnier <[EMAIL PROTECTED]> writes: > Hi, > > I'm currently migrating a bunch of files from Muse to Org (not that > Muse was not a good project, but I'd like to minimize the number of > keyboard shortcuts to remember :-) ). > > One thing that I miss in Org is the ability to dynamically gene

Re: [Orgmode] latex page size..

2008-12-04 Thread sergio
On Dec 4, 2008, at 10:14 AM, Sebastian Rose wrote: does http://lists.gnu.org/archive/html/emacs-orgmode/2008-08/msg00044.html help? awesome.. trying an abbreviated version of this out.. thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com __

[Orgmode] exporting tables with row and column labels?

2008-12-04 Thread Eric S Fraga
Hello, I've been through the documentation but cannot find what I am looking for (probably my fault). I've also searched this mailing list to no avail. I would like to export a table (to LaTeX format) including the row and column labels that are displayed by ^c}. Is this possible? Many thanks!

Re: [Orgmode] quickly adding files to agenda..

2008-12-04 Thread sergio
On Dec 4, 2008, at 10:09 AM, Sullivan, Gregory (US SSA) wrote: http://article.gmane.org/gmane.emacs.orgmode/8992/match=sullivan illustrates the use of 'find-lisp-find-file' i am not good at lisp at all, but i have it slated to learn over christmas.. but.. here's what i am doing in my .

[Orgmode] Re: let repeat events show just once in agendar?

2008-12-04 Thread Bernt Hansen
Matthew Lundin <[EMAIL PROTECTED]> writes: > To limit repeating events to a single day in the agenda, I set the > following option to nil: > > (setq org-agenda-repeating-timestamp-show-all nil) And I learned something new again... Thanks Matt! -Bernt _

Re: [Orgmode] latex page size..

2008-12-04 Thread Sebastian Rose
Hi Sergio, does http://lists.gnu.org/archive/html/emacs-orgmode/2008-08/msg00044.html help? (BTW: it would be great to have something like in the footers/headers of posts in this list: => --->8->8->8--- Find out more about org-mode: - o

RE: [Orgmode] quickly adding files to agenda..

2008-12-04 Thread Sullivan, Gregory (US SSA)
http://article.gmane.org/gmane.emacs.orgmode/8992/match=sullivan illustrates the use of 'find-lisp-find-file' HTH. --Greg -- Gregory T. Sullivan, Ph.D. BAE Systems Advanced Information Technologies 6 New England Executive Park, Burlington, MA 01803 781-262-4553 (office), 978-430-3461 (cell) [EM

[Orgmode] Re: let repeat events show just once in agendar?

2008-12-04 Thread anhnmncb
On 2008-12-04, Matthew Lundin wrote: > anhnmncb <[EMAIL PROTECTED]> writes: > >> Agenda shows daily repeatly events everyday, it makes agendar mess, and let >> me >> hardly get notice the event that not repeatly. can I control it show the >> repeatly event just once? >> >> >> -- >> Regards, >> an

[Orgmode] Activating radio links when agenda called

2008-12-04 Thread Matthew Lundin
Hi everyone, When I load an org file into a buffer using find-file, radio targets (i.e., triple bracket targets such as <<>>) are automatically activated and the corresponding plain text (My Target) is turned into a link. However, when my org files are loaded into buffers by calling the agenda

[Orgmode] latex page size..

2008-12-04 Thread sergio
i am currently exporting to latex and printing my files, but am having problems with the paper size defaulting to a4. i have searched around, and can't seem to find where this is set in org-mode.. i ran texconfig, and changed the paper size to letter, but my exports are still in a4. a

[Orgmode] quickly adding files to agenda..

2008-12-04 Thread sergio
i am having an issue with aquamacs right now that is forcing me to rebuild my agenda list every time i restart emacs.. this is probably a more generally emacs question, but i thought this list might be a good place to start.. i have all my org files in a directory called 'orgfiles'... wh

Re: [Orgmode] let repeat events show just once in agendar?

2008-12-04 Thread Matthew Lundin
anhnmncb <[EMAIL PROTECTED]> writes: > Agenda shows daily repeatly events everyday, it makes agendar mess, and let me > hardly get notice the event that not repeatly. can I control it show the > repeatly event just once? > > > -- > Regards, > anhnmncb > Hi anhnmncb, To limit repeating events to

[Orgmode] Dynamix HTML preamble/postamble

2008-12-04 Thread Julien Barnier
Hi, I'm currently migrating a bunch of files from Muse to Org (not that Muse was not a good project, but I'd like to minimize the number of keyboard shortcuts to remember :-) ). One thing that I miss in Org is the ability to dynamically generate the pramble and postamble during HTML (or LaTeX) ex

[Orgmode] Re: let repeat events show just once in agendar?

2008-12-04 Thread anhnmncb
On 2008-12-04, Bernt Hansen wrote: > anhnmncb <[EMAIL PROTECTED]> writes: > >> Agenda shows daily repeatly events everyday, it makes agendar mess, and let >> me >> hardly get notice the event that not repeatly. can I control it show the >> repeatly event just once? > > I'm not aware of an option l

[Orgmode] Re: let repeat events show just once in agendar?

2008-12-04 Thread Bernt Hansen
anhnmncb <[EMAIL PROTECTED]> writes: > Agenda shows daily repeatly events everyday, it makes agendar mess, and let me > hardly get notice the event that not repeatly. can I control it show the > repeatly event just once? I'm not aware of an option like that. You can remove the repeated events fr

Re: [Orgmode] Spreadsheet question

2008-12-04 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > @-1 references the row above the current. If that is a hline, if > actually references the current line. Yes, I see that, but I wonder if that's actually the right thing to do. IMO defaulting to some cell/row/column which is not referenc

[Orgmode] let repeat events show just once in agendar?

2008-12-04 Thread anhnmncb
Agenda shows daily repeatly events everyday, it makes agendar mess, and let me hardly get notice the event that not repeatly. can I control it show the repeatly event just once? -- Regards, anhnmncb ___ Emacs-orgmode mailing list Remember: use `Repl

Re: [Orgmode] searchable refcard?

2008-12-04 Thread Carsten Dominik
Hi Samuel, On Dec 3, 2008, at 9:40 PM, Samuel Wales wrote: I do this: (w3m "http://orgmode.org/manual/index.html";) (w3m "http://orgmode.org/orgcard.txt";)) Would use http://orgmode.org/org.html but that might use up Carsten's bw too much and it is slow. I like plain text and

Re: [Orgmode] Spreadsheet question

2008-12-04 Thread Carsten Dominik
Hi Tassilo, @-1 references the row above the current. If that is a hline, if actually references the current line. So you are asking Org-mode to sum lines 2 - 6, which includes the result line. So each time the calculation is done, it add the two ones to the result from the previous cal

Re: [Orgmode] Can drawers be embedded in org-mode?

2008-12-04 Thread Carsten Dominik
Hi Jing Su, Org-mode does not allow to nest drawers. I guess you would simple use outline structure for whay rou are tyring to do: * Topic I ** Refs *** ref A Abstract blah blha *** ref B Abstract blah blha HTH - Carsten On Dec 3, 2008, at 11:50 PM, Jing Su wrote: