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

2008-10-17 Thread Carsten Dominik
Hi Peter, thanks for the patches. I certainly like the change re-hiding a folded headline. I am not so sure about forcing headline creation even when in a plain list item. I can see why you would want it like this. However, the reason for the current behavior is that then you can use the

[Orgmode] [PATCH] Fix Subtle Heading Creation Bugs

2008-10-17 Thread Peter Jones
Since commit 238d0d1 (Improve consistency for inserting new headlines) a few minor inconsistencies were introduced to heading creation with the control key, A.K.A. org-insert-heading-respect-content. This patch resolves those subtle "bugs". This patch changes org-insert-heading-respect-content s

[Orgmode] RE: orgmode and physical fitness training

2008-10-17 Thread David O'Toole
I've started a basic "training.org" file and added some data. So far I can get a nice columns view of my weight and body-fat percentage. There is much more to be done (in particular tracking poundages) but perhaps others will have responses or suggestions. I'll continue posting tidbits as I move mo

[Orgmode] org-table-export, orgtbl-to-html, missing tag

2008-10-17 Thread Sullivan, Gregory (US SSA)
Small bug with latest org from git (6.09a): org-table-export, orgtbl-to-html is missing the starting "" tag. --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) [EMAIL P

[Orgmode] simple spreadsheet question - hlines affecting formulas

2008-10-17 Thread Sullivan, Gregory (US SSA)
The following spreadsheet behaves as expected, and every time I hit C-c* on the "Total" row, the formula recalculates to 0.4 | Name | Percent | | Foo | .1 | | Bar | .3 | | Total | 0.4 | #+TBLFM: @4$2=vsum(@[EMAIL PROTECTED]) The following spreadsheet is exactly the same, and h

[Orgmode] Re: Org-Mode Presentation Videos

2008-10-17 Thread Leo
On 2008-10-17 20:30 +0100, [EMAIL PROTECTED] wrote: > I sometimes wish that AUCTeX was included in the Emacs distribution. I think this is the goal. They're collecting copy assignments from developers. Sometimes this can take forever:( Best, -- .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Ke

Re: [Orgmode] Org-Mode Presentation Videos

2008-10-17 Thread Russell Adams
On Fri, Oct 17, 2008 at 03:30:12PM -0400, [EMAIL PROTECTED] wrote: > > The videos are all extremely useful and enjoyable. Too bad they are not > available in OGG format. They are! Ogg Theora "raw" video is available on http://video.houstonlinux.org/, in the raw directory. The timestamp is August

Re: [Orgmode] Org-Mode Presentation Videos

2008-10-17 Thread srandby
Russell Adams wrote: Fellow Org'ers, About a month after Carsten gave his incredible presentation at Google, I shared his video with the Houston Linux Users Group at one of our bimonthly Saturday meetings. Instead of reinventing the wheel, I chose to share his video with the group and augment i

Re: [Orgmode] Re: how to change agenda split windows setting

2008-10-17 Thread Sebastian Rose
See also: http://orgmode.org/worg/org-hacks.php#sec-7 which shows how to do it (code). Carsten Dominik wrote: On Oct 17, 2008, at 12:04 PM, Leo wrote: On 2008-10-17 09:57 +0100, Rainer Stengele wrote: Having a new widescreen LCD I would like to have my agenda i the left window and the co

Re: [Orgmode] BUG: Problems with LaTeX exporting of ^ and _

2008-10-17 Thread Carsten Dominik
Hi Daniel and Greg, I believe I have fixed these issues. I am not entirely sure though if I do understand Bastien's code well enough. Please test and report back. One addition I have made: If the sub/superscript is a single char, it it typeset in the normal math italic. If it is longe

[Orgmode] save from column view of an agenda

2008-10-17 Thread George Pearson
One can save all org mode buffers from a agenda - it would be a nice feature if this were also available from the column view of an agenda. Just a thought... ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-or

Re: [Orgmode] category in column view?

2008-10-17 Thread George Pearson
On 17 Oct 2008 at 15:47, Carsten Dominik wrote: > On Oct 16, 2008, at 10:23 PM, George Pearson wrote: > > > Is there a way to display a category column in column view? > No, there is not, but in the agenda, the category is always shown. Or > are you talking about column view in a buffer, this

Re: [Orgmode] date rows in weekly agenda column mode

2008-10-17 Thread George Pearson
On 17 Oct 2008 at 15:47, Carsten Dominik wrote: > in my Emacs, these lines have a white background and are therefore > easily distinguished. Interesting. The only date line I've seen with a white background in the column view of a weekly agenda was a Saturday with NO tasks yet assigned. In th

Re: [Orgmode] Re: how to change agenda split windows setting

2008-10-17 Thread Carsten Dominik
On Oct 17, 2008, at 12:04 PM, Leo wrote: On 2008-10-17 09:57 +0100, Rainer Stengele wrote: Having a new widescreen LCD I would like to have my agenda i the left window and the corresponding org file entries in the right window. By default the splitting is top and bottom. Can I change this

Re: [Orgmode] Clocking Time Inserts Time 1 Hour Earlier

2008-10-17 Thread Carsten Dominik
Hi Chris, unfortunately I have no idea what might be causing this. Maybe you can look at the return value of the function (current-time- zone), if that returns something strange? - Carsten On Oct 16, 2008, at 12:56 PM, Chris Willard wrote: Hello All, I have been using org-mode for a whil

Re: [Orgmode] category in column view?

2008-10-17 Thread Carsten Dominik
On Oct 16, 2008, at 10:23 PM, George Pearson wrote: Is there a way to display a category column in column view? I tried org-customize to add %CATEGORY to the front of the org-columns-default-format variable and saved it for current and future sessions. However, when I requested a column vie

Re: [Orgmode] date rows in weekly agenda column mode

2008-10-17 Thread Carsten Dominik
Hi George, in my Emacs, these lines have a white background and are therefore easily distinguished. These lines use org-agenda-date and org-agenda- date-weekend as their faces, respectively. Ah, I guess you mean when you are computing summaries in the agenda column view? No, I don't think

Re: [Orgmode] Summarizing on a property

2008-10-17 Thread Carsten Dominik
Hi Russel, there is nothing in Org currently to make this possible. However, using the mapping API (see Appendix B6 in the manual), it should be straight forward to write a function to do this. - Carsten On Oct 17, 2008, at 12:06 AM, Russell Adams wrote: If I want to sum how many hours Bill

Re: [Orgmode] Not all org-publish-* functions are accessible initially

2008-10-17 Thread Carsten Dominik
Hi Sebastian, On Oct 17, 2008, at 2:32 AM, Seb wrote: Hi, I was wondering if all the org-publish-* functions should be available directly after org-mode is loaded ? Initially I only see org-publish-{all,current-file,current-project} as available (before doing any org-publish related work). Aft

RE: [Orgmode] BUG: Problems with LaTeX exporting of ^ and _

2008-10-17 Thread Sullivan, Gregory (US SSA)
As far as: Ideally, it should be \item This is a $\mbox{super}^{\mbox{\scriptsize{s}}}$cript but I'd settle for this \item This is a $super^{s}cript$ I agree that it should be the first (using mbox). The second is just wrong, as it uses math mode spacing for each letter. Possibly a simpler way

[Orgmode] Export to PDF - invalid fontname

2008-10-17 Thread Manish
Hello Carsten, Thanks for adding the new option to export directly to PDF. I think I will start to draft my work docments in Org finally. But at the moment it doesn't seem to work on Windows. I had some text listing a path name and Latex exported file was failing a compile even when done manual

[Orgmode] Re: how to change agenda split windows setting

2008-10-17 Thread Leo
On 2008-10-17 09:57 +0100, Rainer Stengele wrote: > Having a new widescreen LCD I would like to have my agenda i the left window > and the corresponding org file entries in the right window. > > By default the splitting is top and bottom. > > Can I change this setting by customising org or is this

Re: [Orgmode] Org-Mode Presentation Videos

2008-10-17 Thread Rick Moynihan
Russell Adams wrote: Fellow Org'ers, About a month after Carsten gave his incredible presentation at Google, I shared his video with the Houston Linux Users Group at one of our bimonthly Saturday meetings. Instead of reinventing the wheel, I chose to share his video with the group and augment i

[Orgmode] how to change agenda split windows setting

2008-10-17 Thread Rainer Stengele
Having a new widescreen LCD I would like to have my agenda i the left window and the corresponding org file entries in the right window. By default the splitting is top and bottom. Can I change this setting by customising org or is this an emacs option? I could not find a hint in the manual. T