[Orgmode] - before *, special C-a with plain lists, and * to - conversion

2007-08-09 Thread Scott Jaderholm
Welcome back Carsten,

I hope you enjoyed your well-deserved vacation.

#1 is a bug, #2 and #3 are feature requests (both of which sound
familiar; apologies if they've been mentioned before).

1. Type "- " at the beginning of a blank buffer and then press M-RET.
On my system it stalls but if you press C-g it will insert another
line with -, but leave the cursor on the first line. I think it's a
problem with there not being a * first.

2. Should special C-a on plain lists work like it does on headings?

3. Is there a way to convert back and forth between headings and plain
lists? I often find myself creating a list of headings and then
deciding I'd really like it to be a plain list, or visa versa.
Handling indentation would obviously be important. Perhaps C-c - on
headings and C-u C-c - on plain lists could be used?

Thank you,
Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Column view questions

2007-08-09 Thread Bastien Guerry
Hi,

"Egli Christian (KIRO 41)" <[EMAIL PROTECTED]> writes:

>> Yes. Is there an easy way to create HTML that allows outline folding?
>> Would be nice for this application.
>
> Do you mean something along the line of
> http://freemind.sourceforge.net/PublicMaps-exported.html?

I just stumble on this:

  http://tinyurl.com/28x5nw - "New elements in HTML 5"

It seems that HTML 5 will support new elements like
article/section/nav/time, etc.  I let you check on the
page, but it sounds like pretty exciting, especially for
structured content like the one Org-mode produces!

Best,

-- 
Bastien


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [PATCH]: typo and wishlist bug

2007-08-09 Thread Giovanni Ridolfi
Hello, Crasten, everybody,

I found a typo in org.el v5.04  "l" instead of "L"
for creating a timeline for the current buffer
(see the patch file).

Then I ask you to remove the feature (I asked you to add
!-): the five "-" that are exported in HTML as  
(see the patch file).

Well, I think that such feature is superfluous in org-mode,
since it adds a further check on the lines when
there are better and cleaner ways to achieve the 
same result, i.e. @ or a suitable css instruction.

Giovanni

-- 
Giovanni Ridolfi
--- org.el  2007-07-20 13:41:05.0 +
+++ org.el  2007-08-09 13:10:01.0 +
@@ -16184,7 +16184,7 @@
 m Call `org-tags-view' to display headlines with tags matching
   a condition  (the user is prompted for the condition).
 M Like `m', but select only TODO entries, no ordinary headlines.
-l Create a timeline for the current buffer.
+L Create a timeline for the current buffer.
 e Export views to associated files.
 
 More commands can be added by configuring the variable
@@ -21245,11 +21245,6 @@
  (and par (insert "\n")))
(throw 'nextline nil))
 
- ;; Horizontal line
- (when (string-match "^[ \t]*-\\{5,\\}[ \t]*$" line)
-   (insert "\n\n")
-   (throw 'nextline nil))
-
  ;; make targets to anchors
  (while (string-match "<<]*\\)>>>?\\((INVISIBLE)\\)?[ 
\t]*\n?" line)
(cond
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode