[Orgmode] publish - date format

2008-07-11 Thread Richard G Riley

Is it possible to change the exported date format for the html timestamp
in the postamble and other places?

It is currently in the form 02:15:03 PM, but I would like it in 24
hour. I tried to modify 'calendar-time-display-form but that did not
work.



___
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] Numbered lists

2008-07-11 Thread Stas Boukarev
When I put `1.' on the first line of a blank file, and then press
M-return I get the following:
1.
1.
2.
3.

Is it a supposed result?

Emacs and org-mode from cvs and git respectively.

-- 
With Best Regards, Stas.


___
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] Export the org spreadsheet into a tab seperated text file

2008-07-11 Thread Csányi Pál
Hello!

Is there available from Org-mode to export a table to a Tab separated 
text file? 

-- 
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm



___
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: Export the org spreadsheet into a tab seperated text file

2008-07-11 Thread Bernt Hansen
[EMAIL PROTECTED] (Csányi Pál) writes:

 Hello!

 Is there available from Org-mode to export a table to a Tab separated 
 text file? 

Hi!

Yes it's easy.  Put the pointer on the table and M-x org-table-export
Export table to: /tmp/some-table.txt
Format: orgtbl-to-tsv

HTH,
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


RE: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile

2008-07-11 Thread Parker, Matthew
Sorry, 

But, can you describe exactly what you mean by Put the pointer on the table

I tried putting point in various places (indicated w/ [p] below) and ran M-x 
org-table-export. But got messages: No Table at point or before first 
heading

Thanks!

[p]
| *one* | *two*| *three*|
| asdf | asdf | asdf |
|1 |1 |1 |


[p] | *one* | *two*| *three*|
| asdf | asdf | asdf |
|1 |1 |1 |

|[p] *one* | *two*| *three*|
| asdf | asdf | asdf |
|1 |1 |1 |



| asdf | asdf | asdf |
|1 |1 |1 |
[p]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernt Hansen
Sent: Friday, July 11, 2008 3:39 PM
To: Csányi Pál
Cc: emacs-orgmode@gnu.org
Subject: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile

[EMAIL PROTECTED] (Csányi Pál) writes:

 Hello!

 Is there available from Org-mode to export a table to a Tab separated 
 text file? 

Hi!

Yes it's easy.  Put the pointer on the table and M-x org-table-export
Export table to: /tmp/some-table.txt
Format: orgtbl-to-tsv

HTH,
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


___
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


Re: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile

2008-07-11 Thread Bernt Hansen
Parker, Matthew [EMAIL PROTECTED] writes:

 But, can you describe exactly what you mean by Put the pointer on the table

 I tried putting point in various places (indicated w/ [p] below) and ran 
 M-x org-table-export. But got messages: No Table at point or before first 
 heading

 Thanks!

 [p]
 | *one* | *two*| *three*|
 | asdf | asdf | asdf |
 |1 |1 |1 |


 [p] | *one* | *two*| *three*|
 | asdf | asdf | asdf |
 |1 |1 |1 |

 |[p] *one* | *two*| *three*|
 | asdf | asdf | asdf |
 |1 |1 |1 |



 | asdf | asdf | asdf |
 |1 |1 |1 |
 [p]

The middle two above should work fine as long as you have a heading
before it.  Just insert a line

* Test

in front of the table.

Put the point on the table is just put the cursor anywhere inside the
table.

-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


RE: [Orgmode] Re: Export the org spreadsheet into a tab seperated textfile

2008-07-11 Thread Parker, Matthew
Worked. Thanks.

-Original Message-
From: Bernt Hansen [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 11, 2008 5:12 PM
To: Parker, Matthew
Cc: Csányi Pál; emacs-orgmode@gnu.org
Subject: Re: [Orgmode] Re: Export the org spreadsheet into a tab seperated 
textfile

Parker, Matthew [EMAIL PROTECTED] writes:

 But, can you describe exactly what you mean by Put the pointer on the table

 I tried putting point in various places (indicated w/ [p] below) and ran 
 M-x org-table-export. But got messages: No Table at point or before first 
 heading

 Thanks!

 [p]
 | *one* | *two*| *three*|
 | asdf | asdf | asdf |
 |1 |1 |1 |


 [p] | *one* | *two*| *three*|
 | asdf | asdf | asdf |
 |1 |1 |1 |

 |[p] *one* | *two*| *three*|
 | asdf | asdf | asdf |
 |1 |1 |1 |



 | asdf | asdf | asdf |
 |1 |1 |1 |
 [p]

The middle two above should work fine as long as you have a heading
before it.  Just insert a line

* Test

in front of the table.

Put the point on the table is just put the cursor anywhere inside the
table.

-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