[Orgmode] Not inserting new lines

2009-05-23 Thread Konstantin Antipin
Dear all, While I am enjoying the power of orgmode, one thing annoys me. If I have todo-item ** TODO Fix orgmode endline problem:emacs: And I want, for example, to add some property. I use \C-c\C-xp for that. Here is the result: ** TODO Fix orgmode endline problem :emacs: :PROPERTI

Re: [Orgmode] Not inserting new lines

2009-05-23 Thread Carsten Dominik
Hi Does this only happen at the end of the file, or anywhere inside the file as well? - Carsten On May 23, 2009, at 1:23 PM, Konstantin Antipin wrote: Dear all, While I am enjoying the power of orgmode, one thing annoys me. If I have todo-item ** TODO Fix orgmode endline problem:emac

Re: [Orgmode] Not inserting new lines

2009-05-23 Thread Konstantin Antipin
Hi, This happens inside the file as well... Konstantin On Sat, May 23, 2009 at 1:53 PM, Carsten Dominik wrote: > Hi > > Does this only happen at the end of the file, or anywhere > inside the file as well? > > - Carsten > > On May 23, 2009, at 1:23 PM, Konstantin Antipin wrote: > >> Dear all, >>

[Orgmode] C-k makes entries disappear in agenda view

2009-05-23 Thread emacs-orgmode
Hello, As I was saying in anoter post, it looks like there's something weird happening when using C-k in agenda view: 1. Create two new remember entries (i.e. test and test2) with the same tag (I used @office) 2. Narrow down the agenda view to only see the @office entries. 3. Kill the last but on

[Orgmode] org-search-view and files without headlines

2009-05-23 Thread Bart Bunting
Hi, I have been experimenting using org-search-view to search my large amount of notes files. Some of these are org files and others are just text without any headings. I have found that if there is a match in one of the text files that does not contain an org headline then org-mode i

Re: [Orgmode] Hiding #+XXX lines

2009-05-23 Thread Michael Mrozek
Daniel J. Sinder wrote: > As Keith Lancaster so eloquently wrote on 5/21/2009 2:41 PM: >> Is it possible to hide, during normal editing, the configuration / >> comment lines in a project file? > > I put my entire top-of-the-file configuration in a property drawer. > It can obviously be expanded on

[Orgmode] 'new line' problem

2009-05-23 Thread Konstantin Antipin
Dear all, While I am enjoying the power of orgmode, one thing annoys me. If I have todo-item ** TODO Fix orgmode endline problem    :emacs: And I want, for example, to add some property. I use \C-c\C-xp for that. Here is the result: ** TODO Fix orgmode endline problem

[Orgmode] howto? expand highlighted region only

2009-05-23 Thread Sivaram Neelakantan
My time keeping is simple. * effort tracking <2009-03-13 Fri> * effort tracking <2009-03-20 Fri> * effort tracking <2009-03-30 Mon> ... * effort tracking <2009-04-07 Tue> And within each are some text and numbers. Sometimes I just want to view only a few days entries by marking the regio

Re: [Orgmode] Release 6.27

2009-05-23 Thread Eraldo Helal
Great work! I love the development speed of Org... .oO( I still have to learn to cope with it, but I love it *g* ) Greetingsand thanks, Eraldo On Sat, May 23, 2009 at 08:52, Russell Adams wrote: > Carsten, > > Exciting new stuff! Kudos to you and all the contributors! > > Thanks. > > On Sat, May

[Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Bill White
How would you code a .org file to produce this sort of html page, which contains items that look like numbered list elements? http://press-pubs.uchicago.edu/founders/documents/v1ch2s1.html In that page, a number at the beginning of a line indicates a paragraph in the original work, so the exporte

Re: [Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Bill White
On Sat May 23 2009 at 14:30, Bill White wrote: > How would you code a .org file to produce this sort of html page, which > contains items that look like numbered list elements? > > http://press-pubs.uchicago.edu/founders/documents/v1ch2s1.html > > In that page, a number at the beginning of a line

Re: [Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Carsten Dominik
On May 23, 2009, at 9:30 PM, Bill White wrote: How would you code a .org file to produce this sort of html page, which contains items that look like numbered list elements? http://press-pubs.uchicago.edu/founders/documents/v1ch2s1.html In that page, a number at the beginning of a line indic

Re: [Orgmode] howto? expand highlighted region only

2009-05-23 Thread Carsten Dominik
On May 23, 2009, at 7:11 PM, Sivaram Neelakantan wrote: My time keeping is simple. * effort tracking <2009-03-13 Fri> * effort tracking <2009-03-20 Fri> * effort tracking <2009-03-30 Mon> ... * effort tracking <2009-04-07 Tue> And within each are some text and numbers. Sometimes I just

Re: [Orgmode] 'new line' problem

2009-05-23 Thread Carsten Dominik
On May 23, 2009, at 1:21 PM, Konstantin Antipin wrote: Dear all, While I am enjoying the power of orgmode, one thing annoys me. If I have todo-item ** TODO Fix orgmode endline problem:emacs: And I want, for example, to add some property. I use \C-c\C-xp for that. Here is the result:

Re: [Orgmode] org-search-view and files without headlines

2009-05-23 Thread Carsten Dominik
On May 22, 2009, at 12:34 AM, Bart Bunting wrote: Hi, I have been experimenting using org-search-view to search my large amount of notes files. Some of these are org files and others are just text without any headings. I have found that if there is a match in one of the text files that

Re: [Orgmode] html export of things that look like numbered lists

2009-05-23 Thread Bill White
On Sat May 23 2009 at 14:46, Carsten Dominik wrote: > On May 23, 2009, at 9:30 PM, Bill White wrote: > >> How would you code a .org file to produce this sort of html page, >> which >> contains items that look like numbered list elements? >> >> http://press-pubs.uchicago.edu/founders/documents/v1c

Re: [Orgmode] C-k makes entries disappear in agenda view

2009-05-23 Thread Carsten Dominik
Fixed, thanks, please verify. - Carsten On May 23, 2009, at 2:13 PM, emacs-orgmode@gnu.org wrote: Hello, As I was saying in anoter post, it looks like there's something weird happening when using C-k in agenda view: 1. Create two new remember entries (i.e. test and test2) with the same tag (

Re: [Orgmode] Re: Exporting org to LaTeX to PDF: headings do not convert to sections

2009-05-23 Thread Alan E. Davis
This solved my problem also. Thank you! Alan Davis "An inviscid theory of flow renders the screw useless, but the need for one non-existent." ---Lord Raleigh (John William Strutt), or else his son, who was also a scientist. ___ Emac

Re: [Orgmode] Not inserting new lines

2009-05-23 Thread Konstantin Antipin
Dear all, the solution was quite simple - as always. I use longlines-mode with org-mode, and that caused this problem. Once I switched longlines-mode off, everything works as expected. I am not sure if it is a bug or intended behavior, but I hope this will help somebody. my best, Konstantin On S

RE: [Orgmode] org-search-view and files without headlines

2009-05-23 Thread Bart Bunting
Carsten, No worries, these are old files and there are a lot of them I just thought if it was easy to add. I can just write a script to add a headline to the top of each file. Cheers Bart -Original Message- From: emacs-orgmode-bounces+bart=bunting.net...@gnu.org [mailto:emacs-orgmod

[Orgmode] org-export-html-table-use-header-tags-for-first-column

2009-05-23 Thread Keith Swartz
Shouldn't that variable have been titled org-export-html-table-use-header-tags-for-first-row? Thanks for the new release! Cheers, Keith ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http