[Orgmode] Re: Including row numbers in a table
Bernt Hansen <[EMAIL PROTECTED]> writes: > This works better. It doesn't assume anything about the data and you > can add as many horizontal lines as you want in the table. This also > removes the requirement for the trailing horizontal line from the > previous solution. > > | Row | Data Column 1 | Data Column 2 | > |-+---+---| > | 1 | x1| | > | 2 | some data | more data | > |-+---+---| > | 3 | | | > | 4 | | | > | 5 | | | > | 6 | | | > #+TBLFM: $1=vlen(@I$2..0)/2;EN Last one... *honest* | Row | Data Column 1 | Data Column 2 | |-+---+---| | 1 | x1| | | 2 | some data | more data | |-+---+---| | 3 | | | | 4 | | | | 5 | | | #+TBLFM: $1=vlen(@I$1..0);EN -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Re: Including row numbers in a table
Bernt Hansen wrote: Bernt Hansen <[EMAIL PROTECTED]> writes: Last one... *honest* | Row | Data Column 1 | Data Column 2 | |-+---+---| | 1 | x1| | | 2 | some data | more data | |-+---+---| | 3 | | | | 4 | | | | 5 | | | #+TBLFM: $1=vlen(@I$1..0);EN Thanks for all three solutions -- I'm using the last one and it works great! (I think the '$1' is superfluous). Dan ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Plannerel migration
Hi, I am a plannel.el user. I would like to swithto org-mode without lose previous data (tasks, notes, etc). I'm looking for a data migration prcedure so I can import the data from planner.el into org-mode Thnks, Gianpaolo Posta, news, sport, oroscopo: tutto in una sola pagina. Crea l'home page che piace a te! www.yahoo.it/latuapagina ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Error:invalid face
Hello, I'm running the latest EmacsW32 whose homepage is at http://ourcomments.org/Emacs/EmacsW32.html#form3 and the latest Org package(6.06b).When I export my org file including a tag 'ARCHIVE' as HTML files,the editor outputs an error message "Invalid face".If the tag is deleted from the file,everything goes well. Is it a bug or something else? Thanks in advance. -- Department of Physics Wuhan university P.R.China ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] [PATCH] org-export generating invalid HTML due to "<\p>" typo
The "Generated by org-mode" text at the end of the document has a small HTML typo causing invalid HTML to be produced. Patch: --- diff -u c\:/Program\ Files/Emacs/emacs/site-lisp/org/org-exp.el c\:/Program\ Files/Emacs/emacs/site-lisp/org/org-exp-mine.el --- c:/Program Files/Emacs/emacs/site-lisp/org/org-exp.el 2008-07-25 15:19:00.0 +0100 +++ c:/Program Files/Emacs/emacs/site-lisp/org/org-exp-mine.el 2008-08-08 09:27:14.796875000 +0100 @@ -3325,7 +3325,7 @@ (nth 2 lang-words) ": " date "\n")) (when org-export-creator-info - (insert (format "HTML generated by org-mode %s in emacs %s<\p>\n" + (insert (format "HTML generated by org-mode %s in emacs %s\n" org-version emacs-major-version))) (insert "")) --- This is such a trivial change that I haven't signed papers with the FSF. -- -David House, [EMAIL PROTECTED] ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] org items in calendar
My .diary file consists of: &%%(org-diary :deadline :timestamp :sexp :scheduled) but I'm not seeing any org items which appear in my daily org agenda causing the calendar to hilight the days. What else do I need to do? I think I might have inadvertently deleted some hook line but can not see where. regards r. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode