Re: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script

2008-08-15 Thread Daniel J. Sinder
For the record, you can also fix this problem using the following file-local customization: #+OPTIONS: ^:{} I'm a regular LaTeX user, but find that escaping underscores (with '\') gets tedious when cutting and pasting multiple file names and/or variable names that include them. With the

Re: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script

2008-08-15 Thread Rick Moynihan
Parker, Matthew wrote: Hi, The export to HTML is really great One thing that I'm tripping up on is that I'm trying to list data base names that have underscores, e.g. prc_tms. And the 'second word' is coming out subscript: 'prctms' field I had this same problem and tried to find a

[Orgmode] date marking with (org-diary)

2008-08-15 Thread Ulf Stegemann
Hi all, I was recently playing around with marking org agenda items in the calendar using (org-diary) in the diary file. I encountered a problem already described by Wanrong Lin some time ago (see http://www.mail-archive.com/emacs-orgmode@gnu.org/msg05839.html). Unfortunately no answers were

RE: [Orgmode] Problem with date calculations in a table

2008-08-15 Thread Chris Randle
Nick Dokos wrote: I've been trying to make a table with the following structure: column 1 contains either a date or is empty; column 2 contains a date that's calculated from the corresponding date in column 1 (if column 1 contains a date) or is empty (if column 1 is empty). In the example

Re: [Orgmode] Problem with date calculations in a table

2008-08-15 Thread Nick Dokos
Chris Randle [EMAIL PROTECTED] wrote: Nick Dokos wrote: I've been trying to make a table with the following structure: column 1 contains either a date or is empty; column 2 contains a date that's calculated from the corresponding date in column 1 (if column 1 contains a date) or is empty

Re: [Orgmode] Re: Very slow agenda view

2008-08-15 Thread Jason F. McBrayer
Rainer Stengele [EMAIL PROTECTED] writes: takes several seconds on my EmacsW32 3 GHz CPU. After changing the tag inheritance setting to nil the view shows in about 1 second! Which is good enough! I have the same behaviour here; I had thought that the slowness was mainly due to some of my

RE: [Orgmode] Problem with date calculations in a table

2008-08-15 Thread Stephan Schmitt
Nick Dokos wrote: Chris Randle wrote: I had problems getting date arithmetic to work in tables. I posted my findings and solutions here: http://article.gmane.org/gmane.emacs.orgmode/6536/ Don't know if it will fix your problem (too lazy to try!) but I suspect it will. It did! I don't

[Orgmode] protecting ascii art

2008-08-15 Thread Scott Otterson
Is there a way to protect text regions from org mode parsing? When I paste the following under an org mode headline: +---+ +-- future x ++ |predict| | +---+ x --|TDL +--| x |--+--| | ++ +---+

Re: [Orgmode] protecting ascii art

2008-08-15 Thread Eddward DeVilla
I think that's a bug. prefixing the lines with : ought to do it. It prevents the | character from becoming tables, but it's not preventing the + from creating strike throughs. I would think that #+BEGIN_QUOTE ought to work too, but it doesn't. That maybe for export only. Edd On Fri, Aug 15,

[Orgmode] org-refile gets the level wrong

2008-08-15 Thread Trey Jackson
All, Just started using org (6.06b). I've got .emacs customization: (setq org-log-done t) (setq org-directory ~/org/) (setq org-agenda-files (list ~/org/orgTutorial.org)) (setq org-default-notes-file ~/org/orgTutorial.org) (setq org-return-follows-link t) (setq org-blank-before-new-entry