Re: [Orgmode] FR: make LaTeX export recognize LANGUAGE option

2009-05-06 Thread Carsten Dominik
H Kevin, maybe the easiest would be #+LATEX_HEADER: \usepackage[nynorsk,english]{babel} However, this will be inserted directly before \begin{document} which might be too late if what you say about inserting early is right. Maybe we need to change the insertion point of these additions. Any

Re: [Orgmode] Re: File local variables and export?

2009-05-06 Thread Carsten Dominik
On May 5, 2009, at 5:15 PM, Jason Riedy wrote: And Carsten Dominik writes: I can smuggle the value in by adding an entry to org-export-plist-vars referring to org-export-latex-image-default-option and pulling the value from the plist, but that feels incorrect. To me it sounds correct,

Re: [Orgmode] possible to make loading org not make any changes?

2009-05-06 Thread Carsten Dominik
On May 6, 2009, at 4:35 AM, Samuel Wales wrote: I've noticed that loading org undoes some changes that I do, such as redefining keys in org-mode-hook back to what they did before. I wonder if it's possible and practical as a matter of philosophy to make loading org not have any side effects?

Re: [Orgmode] Is org-export's hard coded dispatching on purpose?

2009-05-06 Thread Carsten Dominik
On May 6, 2009, at 4:28 AM, eric johnson wrote: Hi - I was looking at org-export and realized that the dispatching for that is all hardcoded in the assignment to cmds. Is that on purpose? Seems like it would be more useful if we could get some control over there. Yes, one more

Re: [Orgmode] sorting entries on date created?

2009-05-06 Thread Carsten Dominik
On Apr 29, 2009, at 7:41 PM, Nick Dokos wrote: Marko Schütz markoschu...@web.de wrote: I use remember to add todo entries. Mine look like this ** TODO kpdf as standard pdf viewer from auctex [2008-07-19 Sat] where the inactive timestamp is added at creation. I'd like to use org-sort to

[Orgmode] Re: How to set a entry with Chinese calender?

2009-05-06 Thread Leo
On 2009-05-06 06:27 +0100, Wei-Wei Guo wrote: [...] How do you make calendar show the age of your father? I put %%(diary-chinese-anniversary 12 1 1952) in my diary file and on 2008.12.27 (solar calendar), it says '56 years old', isn't this correct? Saturday 27 December 2008 Birthday:

Re: [Orgmode] sorting entries on date created?

2009-05-06 Thread Carsten Dominik
On May 6, 2009, at 10:11 AM, Carsten Dominik wrote: On Apr 29, 2009, at 7:41 PM, Nick Dokos wrote: Marko Schütz markoschu...@web.de wrote: I use remember to add todo entries. Mine look like this ** TODO kpdf as standard pdf viewer from auctex [2008-07-19 Sat] where the inactive

Re: [Orgmode] Two questions about code references and HTML export

2009-05-06 Thread Carsten Dominik
On Apr 30, 2009, at 8:17 PM, Shaun Johnson wrote: Hi, Consider the following Org file: * Test See [[(foo)][FOOBIE]] #+BEGIN_EXAMPLE foo: blah blah (ref:foo) #+END_EXAMPLE Question 1) In Org mode the link displays as FOOBIE, in the exported HTML it displays as (foo).

Re: [Orgmode] Re: How to set a entry with Chinese calender?

2009-05-06 Thread Wei-Wei Guo
Leo 写道: Hi Leo, There are different ways of counting ages. The diff var in the diary-chinese-anniversary holds the age value. Incidentally I found a bug in diary-chinese-anniversary. Could you test the attached version? The new version cause .org very slow and shows Bad sexp at line 36 in

Re: [Orgmode] Latex export colouring and properties

2009-05-06 Thread Carsten Dominik
On Apr 22, 2009, at 6:04 PM, Simon Brown wrote: Hi all, Is it possible to colour the output in pdf export in the same way it is done in html export? The colouring of tags and timestamps is very useful. I guess this could be implemented, but for me, LaTeX is still mainly used for BW text,

Re: [Orgmode] A Mark-up rule question

2009-05-06 Thread Carsten Dominik
On Apr 22, 2009, at 4:21 PM, Xin Shi wrote: Hi Carsten, That's great! It would be nice that we document all of this symbols in the manual. Are you volunteering to make this table? :-) - Carsten Another question related to the Mark-up: Is there any way to by pass the + mark-up

Re: [Orgmode] iCal export - possible timezone bug

2009-05-06 Thread Carsten Dominik
On Apr 25, 2009, at 10:51 PM, Richard Riley wrote: My ics file exported from org has the following content: X-WR-TIMEZONE:CEST However, in Google calendar, it says the imported calendar is (GMT+00:00) GMT (no daylight saving) A quick Google for ical and timezone makes me believe

Re: [Orgmode] pop-up-windows

2009-05-06 Thread Carsten Dominik
Hi Samuel, On Apr 25, 2009, at 5:44 AM, Samuel Wales wrote: When I click on a link, org-open-at-point splits the window. What I would like is for it to open the link in the current window. The same occurs with org-remember; it splits the window, but I would like to have the whole window.

Re: [Orgmode] A Mark-up rule question

2009-05-06 Thread Xin Shi
On Wed, May 6, 2009 at 6:30 AM, Carsten Dominik carsten.domi...@gmail.comwrote: On Apr 22, 2009, at 4:21 PM, Xin Shi wrote: Hi Carsten, That's great! It would be nice that we document all of this symbols in the manual. Are you volunteering to make this table? :-) Sure. I'll be glad

[Orgmode] An improvement for a reading of exported HTML tables

2009-05-06 Thread Jan Buchal
Hello, I create simple org table with the build-in table editor. First row I use for name of columns. If I export the table to HTML then is there only td/td tags. That is problem for screen reader because it nothing knows about name of column which is read. If will be used th/th tag then screen

Re: [Orgmode] A Mark-up rule question

2009-05-06 Thread Carsten Dominik
On May 6, 2009, at 3:08 PM, Xin Shi wrote: On Wed, May 6, 2009 at 6:30 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Apr 22, 2009, at 4:21 PM, Xin Shi wrote: Hi Carsten, That's great! It would be nice that we document all of this symbols in the manual. Are you

Re: [Orgmode] iCal export - possible timezone bug

2009-05-06 Thread Richard Riley
Carsten Dominik carsten.domi...@gmail.com writes: On Apr 25, 2009, at 10:51 PM, Richard Riley wrote: My ics file exported from org has the following content: X-WR-TIMEZONE:CEST However, in Google calendar, it says the imported calendar is (GMT+00:00) GMT (no daylight saving) A

Re: [Orgmode] iCal export - possible timezone bug

2009-05-06 Thread Carsten Dominik
On May 6, 2009, at 3:42 PM, Richard Riley wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Apr 25, 2009, at 10:51 PM, Richard Riley wrote: My ics file exported from org has the following content: X-WR-TIMEZONE:CEST However, in Google calendar, it says the imported calendar is

[Orgmode] Re: How to set a entry with Chinese calender?

2009-05-06 Thread Leo
On 2009-05-06 11:40 +0100, Wei-Wei Guo wrote: The age is calculated right now and the package works fine now. Thanks a lot! Nice. I posted it to emacs-sources. See http://permalink.gmane.org/gmane.emacs.sources/3252 -- .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.

[Orgmode] Re: markup in environments in latex export

2009-05-06 Thread Chris Gray
Hi Carsten, You can find the commit in the special-blocks branch of my github repository. I've tested exporting both LaTeX and HTML. Cheers, Chris Carsten Dominik wrote: On May 4, 2009, at 9:52 AM, Chris Gray wrote: Hi Carsten, That seems like a good solution. I will work on it and

Re: [Orgmode] An improvement for a reading of exported HTML tables

2009-05-06 Thread Giovanni Ridolfi
--- Mer 6/5/09, Jan Buchal buc...@brailcom.org ha scritto: I create simple org table with the build-in table editor. Jan, your table is ... too simple ;-) The exporter has to know the first line is the header of the table: so use the separator (C-c -) | Project |HH | PDM |TC |

Re: [Orgmode] An improvement for a reading of exported HTML tables

2009-05-06 Thread Jan Buchal
GR == Giovanni Ridolfi giovanni.rido...@yahoo.it writes: GR --- Mer 6/5/09, Jan Buchal buc...@brailcom.org ha scritto: I create simple org table with the build-in table editor. GR Jan, your table is ... too simple ;-) GR The exporter has to know the first line is the

Re: [Orgmode] A Mark-up rule question

2009-05-06 Thread Sebastian Rose
To looup rarely used HTML-symbols, take a look at http://www-atm.physics.ox.ac.uk/user/iwi/charmap.html (not sure where I got the link from - maybe from this list/thread?) Best wishes Sebastian ___ Emacs-orgmode mailing list Remember:

Re: [Orgmode] A Mark-up rule question

2009-05-06 Thread Sebastian Rose
Forgot to say: It's always a good idea to use the unicode entity notations in (X)HTML, since you will not get an error `undefined entity...' Example: Use `#160;' instead of `nbsp;' Regards Sebastian Carsten Dominik carsten.domi...@gmail.com writes: On May 6, 2009, at 3:08 PM, Xin Shi

Re: [Orgmode] A Mark-up rule question

2009-05-06 Thread Xin Shi
Hi Carsten and Sebastian, Thanks for your suggestions! It seems the choice of unicode or not is up to the developer for coding that part. For documentation purpose only, I would prefer to have a first draft of character table which only contains two columns on Worg page: | Symbol | Org

Re: [Orgmode] possible to make loading org not make any changes?

2009-05-06 Thread Samuel Wales
Thanks for considering it. I didn't know whether it would be difficult or not. Obviously if it's too hard it's too hard. Background: I was hoping that some bugs I've not been able to track down could be fixed by making loading side-effect free. I thought it might help fix future bugs also.

[Orgmode] category keyword

2009-05-06 Thread eraldo
Is there a way to have a keyword for settings category?In other words... having a todo-keyword:** CATEGORY headlineinstead of writing:** headline#+CATEGORY: headlineinto the description textI could use keyword or tag inheritance + sorting ... both of which is not an option for me since I already