Re: [Orgmode] exporting a html table with gridlines - is it possible

2010-10-23 Thread Noorul Islam
On Fri, Oct 22, 2010 at 9:34 PM, Cook, Malcolm wrote: > I don't see any hooks for this. > Did you try this above the table? #+ATTR_HTML: border="1" rules="all" frame="all" Thanks and Regards Noorul ___ Emacs-orgmode mailing list Please use `Reply

Re: [Orgmode] capture initial "level" and refile of capture buffer

2010-10-23 Thread Noorul Islam
On Fri, Oct 22, 2010 at 5:13 PM, Richard Riley wrote: > > What determines the level of a new capture element? e.g I just created > one and it started at "". > > feature request : when I added some sub elements to a capture buffer e.g > > * my new capture > > ** sub point > > *** sub sub point

[Orgmode] Lisp error

2010-10-23 Thread Marvin Doyley
There would seem to be an error in the latest version of org.elc. I get = the following error when I run a make lisp/org.el:16219:1:Error: Invalid character: 1048575, #o377, =#xf make: *** [lisp/org.elc] Error 1 cheers M ___ Emacs-orgmode mailin

Re: [Orgmode] Lisp error

2010-10-23 Thread Noorul Islam
On Sat, Oct 23, 2010 at 6:26 AM, Marvin Doyley wrote: > There would seem to be an error in the latest version of org.elc. I get = > the following error when I run a make > > lisp/org.el:16219:1:Error: Invalid character: 1048575, #o377, =#xf > make: *** [lisp/org.elc] Error 1 > I am not fa

Re: [Orgmode] capture initial "level" and refile of capture buffer

2010-10-23 Thread Noorul Islam
On Sat, Oct 23, 2010 at 2:12 PM, Noorul Islam wrote: > On Fri, Oct 22, 2010 at 5:13 PM, Richard Riley wrote: >> >> What determines the level of a new capture element? e.g I just created >> one and it started at "". >> >> feature request : when I added some sub elements to a capture buffer e.g

Re: [Orgmode] capture initial "level" and refile of capture buffer

2010-10-23 Thread Noorul Islam
On Sat, Oct 23, 2010 at 3:46 PM, Noorul Islam wrote: > On Sat, Oct 23, 2010 at 2:12 PM, Noorul Islam wrote: >> On Fri, Oct 22, 2010 at 5:13 PM, Richard Riley >> wrote: >>> >>> What determines the level of a new capture element? e.g I just created >>> one and it started at "". >>> >>> featur

Re: [Orgmode] Lisp error

2010-10-23 Thread Marvin Doyley
I am working on a mac osx snow leopard. I got the error after I pull the latest changes. I am still puzzled cheers M On Sat, Oct 23, 2010 at 5:32 AM, Noorul Islam wrote: > On Sat, Oct 23, 2010 at 6:26 AM, Marvin Doyley > wrote: > > There would seem to be an error in the latest version of org.

Re: [Orgmode] Lisp error

2010-10-23 Thread Carsten Dominik
On Oct 23, 2010, at 2:56 AM, Marvin Doyley wrote: There would seem to be an error in the latest version of org.elc. I get = the following error when I run a make lisp/org.el:16219:1:Error: Invalid character: 1048575, #o377, =#xf make: *** [lisp/org.elc] Error 1 That is due to a

Re: [Orgmode] Lisp error

2010-10-23 Thread Marvin Doyley
Problem solved, Cheers, M On Sat, Oct 23, 2010 at 8:46 AM, Carsten Dominik wrote: > > On Oct 23, 2010, at 2:56 AM, Marvin Doyley wrote: > > There would seem to be an error in the latest version of org.elc. I get = >> the following error when I run a make >> >> lisp/org.el:16219:1:Error: Invalid

Re: [Orgmode] MobileOrg : Reminders

2010-10-23 Thread Greg Troxel
Martin Stemplinger writes: >> Does MobileOrg support "reminders", like a buzz from the phone 10 (or a >> customizable number of) minutes before any appointment from the agenda? > As far as I know (and see on my iPhone) it does not yet provide such a > feature. But i agree that it would be really

Re: [Orgmode] Lisp error

2010-10-23 Thread Noorul Islam
On Sat, Oct 23, 2010 at 6:16 PM, Carsten Dominik wrote: > > On Oct 23, 2010, at 2:56 AM, Marvin Doyley wrote: > >> There would seem to be an error in the latest version of org.elc. I get = >> the following error when I run a make >> >> lisp/org.el:16219:1:Error: Invalid character: 1048575, #o3

Re: [Orgmode] Lisp error

2010-10-23 Thread Carsten Dominik
On Oct 23, 2010, at 3:35 PM, Noorul Islam wrote: On Sat, Oct 23, 2010 at 6:16 PM, Carsten Dominik wrote: On Oct 23, 2010, at 2:56 AM, Marvin Doyley wrote: There would seem to be an error in the latest version of org.elc. I get = the following error when I run a make lisp/org.el:16219:1:

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-23 Thread Robert Horn
On 10/16/10 4:09 PM, Carsten Dominik wrote: > > On Oct 16, 2010, at 9:26 PM, Robert Horn wrote: > >> On 10/16/2010 01:32 AM, Carsten Dominik wrote: >>> >>> On Oct 15, 2010, at 4:43 PM, Ilya Shlyakhter wrote: >>> Karl Maihofer gmx.de> writes: > Besides that I have tags in other contexts, e

[Orgmode] Unable to quit emacs after enabling Clocking

2010-10-23 Thread mwnn
Hi all, I added the following lines to my .emacs file to enable task clocking across emacs sessions: (setq org-clock-persist 'history) (org-clock-persistence-insinuate) Now i am unable to quit Emacs with C-x C-c command. I get the following error message: Saving file /home/m

Re: [Orgmode] Tweaking org-laxtex-export-classes

2010-10-23 Thread Marvin Doyley
Thanks Chris, This worked like a charm. Cheers M On Fri, Oct 22, 2010 at 12:51 PM, Chris Malone wrote: > Hi Marvin, > > One hackish work around is to set the title to an empty string > > #+TITLE: > > This sets \title{} in the preamble and omits the \maketitle command. Then > after including al

Re: [Orgmode] TikZ to separate file (babel?) possible?

2010-10-23 Thread John Hendy
Thanks, Eric F. Got the preview package going and this is *exactly* what I would have been looking for. Eric S: yes, ImageMagick will take care of the rest :) Thanks all! John On Fri, Oct 22, 2010 at 6:11 PM, Eric S Fraga wrote: > On Fri, 22 Oct 2010 16:36:10 -0500, John Hendy wrote: > > > T

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-23 Thread Sebastian Rose
Carsten Dominik writes: >> OK, found it. It was in my .emacs which I didn't use for ages... >> >> But: >> >> > /> >> >> must be: >> >> > /> >> >> >> i.e. "" and "" have to occur only once each and >> wrap the "" definitions. >> >> The after each "" happens only for the second >> table. > > Hi

Re: [Orgmode] Org and ido mode

2010-10-23 Thread Christopher Witte
Carsten, C-c C-a a or any of C-c C-a c/m/l don't give me an ido find file. Cheers Chris. On 22 October 2010 18:03, Carsten Dominik wrote: > > On Oct 19, 2010, at 5:20 PM, Christopher Witte wrote: > > Hi, >> >> I have org-completion-use-ido set to true but when I try and attach a file >> it d

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-23 Thread Sebastian Rose
Carsten Dominik writes: >> How about this (line-wrapped for readability): >> >> >> >> 1 >> bar >> text >> >> >> instead of >> >> >> 1 >> bar >> text >> >> >> ?? >> >> >> Combined with the ways to add IDs and classes to tables, we could then style >> the >> columns better. >> >> I would l

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-23 Thread Sebastian Rose
Carsten Dominik writes: > I have now in the default style: > > td, th { vertical-align: top; } > th.right { text-align:right; } > th.left { text-align:left; } > th.center { text-align:center; } > td.right { text-align:right; } > td.left { text-align:left; } > td.center {

[Orgmode] Lines starting with a star not interpreted as a headline ?

2010-10-23 Thread Frederic Couchet
Hello, Is it possible to configure drawers so that lines starting with a star are not interpreted as a headline ? I like to store in drawers useful text, for example excerpt from emails. But, if the text contains for example lines like : * blabla the line is interpreted as a headline by orgmod

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-23 Thread Uwe Brauer
>> Regarding Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not >> known; Carsten Dominik adds: > On Oct 15, 2010, at 3:30 PM, Uwe Brauer wrote: > Hi Uwe, > Does the latest Org-mode git version work for you now? Hi Carsten I did not try yet, will do so tomorrow. Do I u

Re: [Orgmode] Org and ido mode

2010-10-23 Thread Samuel Wales
Look for ido-hacks.el. ___ 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

Re: [Orgmode] Lines starting with a star not interpreted as a headline ?

2010-10-23 Thread Sebastian Rose
Frederic Couchet writes: > Hello, > > Is it possible to configure drawers so that lines starting with a star > are not interpreted as a headline ? > > I like to store in drawers useful text, for example excerpt from > emails. But, if the text contains for example lines like : > > * blabla > > the

[Orgmode] [PATCH] quote the real csv separator

2010-10-23 Thread Łukasz Stelmach
Hi. I'd rather use an optional sep argument to the org-quote-csv-field function but I've got no idea how to stick it into the orgtbl-apply-fmt. However, the quoting function should use current rather then assume comma. --8<---cut here---start->8--- diff --git a

[Orgmode] Minor docstring bug: org-footnote-goto-previous-reference

2010-10-23 Thread Robert Goldman
The docstring for the command "org-footnote-goto-previous-reference" is Find the next previous of the footnote with label LABEL. ...which I can't actually parse. "Find the (immediately) previous reference to the footnote with label LABEL." Is that better? Cheers, r

Re: [Orgmode] conditional export based on target

2010-10-23 Thread Juan Pechiar
On Thu, Oct 07, 2010 at 01:24:28AM -0300, Ezequiel Birman wrote: > Is there something like conditional export? I'd like to use tikz when > exporting to latex but my own hand-made ascii drawing when exporting to > ascii/latin1/utf8. Hi, I've been thinking on your request, and today this appeared o

[Orgmode] Patchwork system is down

2010-10-23 Thread Noorul Islam
John, It looks like the patchwork system is down for sometime now. Thanks and Regards Noorul ___ 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

Re: [Orgmode] Unable to quit emacs after enabling Clocking

2010-10-23 Thread Noorul Islam
On Saturday, October 23, 2010, mwnn wrote: > Hi all, >    I added the following lines to my .emacs file to enable task clocking > across emacs sessions: > >    (setq org-clock-persist 'history) >    (org-clock-persistence-insinuate) > > Now i am unable to quit Emacs with C-x C-c command. I get

Re: [Orgmode] Unable to quit emacs after enabling Clocking

2010-10-23 Thread mwnn
The call trace is as shown below: Debugger entered--Lisp error: (wrong-type-argument stringp (".~")) expand-file-name((".~") "/home/mwnn/.emacs.d/") make-backup-file-name-1("/home/mwnn/.emacs.d/org-clock-save.el") find-backup-file-name("/home/mwnn/.emacs.d/org-clock-save.el") backup-buffe

Re: [Orgmode] Minor docstring bug: org-footnote-goto-previous-reference

2010-10-23 Thread Noorul Islam
On Sun, Oct 24, 2010 at 5:00 AM, Robert Goldman wrote: > The docstring for the command "org-footnote-goto-previous-reference" is > >   Find the next previous of the footnote with label LABEL. > > ...which I can't actually parse. > > "Find the (immediately) previous reference to the footnote with l

[Orgmode] Bug: Re: Latex export: Differing behavior for symbols in headlines

2010-10-23 Thread Richard Lawrence
Nick Dokos writes: >> 1) Is this difference between whole-document vs. current-subtree export >> the expected behavior? >> > Looks like a bug to me. I can reproduce it too. Was my original email enough to constitute a bug report? >> 2) If so, what's the right way to work around it? If not,

Re: [Orgmode] Unable to quit emacs after enabling Clocking

2010-10-23 Thread Noorul Islam
On Sun, Oct 24, 2010 at 8:54 AM, mwnn wrote: > The call trace is as shown below: > > Debugger entered--Lisp error: (wrong-type-argument stringp (".~")) >  expand-file-name((".~") "/home/mwnn/.emacs.d/") >  make-backup-file-name-1("/home/mwnn/.emacs.d/org-clock-save.el") >  find-backup-file-name("/

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-23 Thread Puneeth
On Sun, Oct 24, 2010 at 1:50 AM, Uwe Brauer wrote: >>> Regarding Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not >>> known; Carsten Dominik adds: > >   > On Oct 15, 2010, at 3:30 PM, Uwe Brauer wrote: > >   > Hi Uwe, > >   > Does the latest Org-mode git version work for you now?

Re: [Orgmode] Re: Orgmode meetup at FOSDEM, February 2011. Who would come?

2010-10-23 Thread Puneeth
Hi Richard, The FOSDEM site says, 2010-10-23: Acceptance notification of devrooms Wondering if you have any news on this. Best, Puneeth ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://

[Orgmode] Re: Patchwork system is down

2010-10-23 Thread John Wiegley
On Oct 23, 2010, at 11:05 PM, Noorul Islam wrote: > It looks like the patchwork system is down for sometime now. Thanks, there was a service whose init.d files weren't setup to start on reboot. John ___ Emacs-orgmode mailing list Please use `Reply All

Re: [Orgmode] VISIBILITY property and C-u C-u

2010-10-23 Thread Michael Brand
> On Oct 17, 2010, at 5:41 PM, Gez wrote: >> C-u C-u TAB also cycles when it's repeated. I have also noticed this buglet and have used a workaround until now. On Fri, Oct 22, 2010 at 18:14, Carsten Dominik wrote: > I believe I have fixed this, please verify. Thank you for this, it resolves both