Re: [O] OT: collage of scripts [was: Re: table alignment failed for Asian characters]

2011-10-27 Thread Jambunathan K
> Jambunathan's mention of Tamil brought to mind a picture that > I had seen long ago and found mysterious, beautiful and fascinating. > It is Fig. 40, p. 168, in Hofstadter's "Gödel, Escher, Bach": I looked > for a copy on the web, but I only found the complete book. > > The picture is a collage o

Re: [O] Feature Request: Disable auto-insert-mode exporting

2011-10-27 Thread Darlan Cavalcante Moreira
Thanks Nick, You right, the master file question comes from auctex. But with your code it's simple to add the relevant variable to solve the issue. The final function is --8<---cut here---start->8--- (defadvice org-export (around org-export-no-auto-insert) (l

Re: [O] [ANN][RFC] org-odt.texi/org-odt.pdf preview (was Re: Org-odt table format)

2011-10-27 Thread Jambunathan K
Christian Moe writes: > Hi, Jambunathan, > > This is great. I'd be happy to proofread. Thanks. That is nice. > What's the best way to return the proofs to you? A diff of the .texi? Whatever suits you. You can just send me a copy/paste/modify text snippets - with "change this to that" - on t

Re: [O] Org-odt table format

2011-10-27 Thread Jambunathan K
Vikas Rawal writes: > Is there a way to specify (in the org file) column widths of a table > when exported to an odt file. Ok, looks like the manual was dense. Copy the two files seen here: http://repo.or.cz/w/org-mode/org-jambu.git/tree/private:/contrib/odt/tests and put it in the same direct

Re: [O] Org-odt table format

2011-10-27 Thread Vikas Rawal
> Let me see how good my documentation is ... Thanks very much for responding to my query and for sending the documentation. This indeed clarifies the approach one needs to take in formatting the odt documents. I, however, realise that I need to understand a lot more of odt internals to be able to

Re: [O] Bug? in the latest revision of org

2011-10-27 Thread Paul Sexton
Marcelo de Moraes Serpa gmail.com> writes: > > Hey list,Just updated to the latest rev. of org in git. When I try to press just in the beginning of a headline in order to move it one line below, I'm getting this error message:: Wrong type argument: listp, org-level-1Any ideas?Marcelo. Yes,

[O] [odt] equation labels

2011-10-27 Thread Myles English
Hello {Jambunathan}, I have found that Equations become labelled as Figures in the version I am using: emacs 23.3.1 org-mode from git commit 71f1c1be (Oct 26) (?I'm not sure if it is the most recent version of contrib/org-odt as the README.org says "This release is is as good as org-20110613" e

[O] "Clocktable summary at ..." line not showing up right in export

2011-10-27 Thread Herbert Sitz
I'm exporting a file with a clocktable and the first line of the Clocktable shows up with no date or time info, just: "Clock summary at" [followed by nothing] The rest of the clocktable shows up fine, and has lines that look like: #+begin: clocktable :maxlevel 1 Clock summary at [2011-10-27 Thu

Re: [O] Trying to use a custom face for highlighting tags used in agenda filtering

2011-10-27 Thread Sebastien Vauban
Hello, Please find a (very useful ;-)) patch for highlighting (in the mode-line) the tags which are used to filter the agenda. I'd like even to be able to put in one color the "positive" tags and in another the "negative" ones, but that's above my current knowledge of text-properties... Anyway,

Re: [O] Text preceding first headline is well/not exported

2011-10-27 Thread Sebastien Vauban
Hi Bernt, Bernt Hansen wrote: > "Sebastien Vauban" writes: > >> #+TITLE: Opening text >> #+DATE: 2011-10-27 >> #+LANGUAGE: en >> >> Do you see me? >> >> * Overview >> >> With the same settings, there is a difference between exporters for what's >> done to the text before the first headin

Re: [O] Feature Request: Disable auto-insert-mode exporting

2011-10-27 Thread Nick Dokos
Darlan Cavalcante Moreira wrote: > > I consider auto-insert-mode to be a very useful feature in Emacs and it > works great in most situations, except when exporting an org-mode buffer. > > If I export to PDF or HTML, for instance, then org-mode creates a TeX or an > HTML buffer and auto-insert

Re: [O] Text preceding first headline is well/not exported

2011-10-27 Thread Bernt Hansen
"Sebastien Vauban" writes: > #+TITLE: Opening text > #+DATE: 2011-10-27 > #+LANGUAGE: en > > Do you see me? > > * Overview > > With the same settings, there is a difference between exporters for what's > done to the text before the first heading: > > - *not* exported to HTML > - well

[O] Feature Request: Disable auto-insert-mode exporting

2011-10-27 Thread Darlan Cavalcante Moreira
I consider auto-insert-mode to be a very useful feature in Emacs and it works great in most situations, except when exporting an org-mode buffer. If I export to PDF or HTML, for instance, then org-mode creates a TeX or an HTML buffer and auto-insert kicks-in in both cases (asking for the title in

[O] Bug? in the latest revision of org

2011-10-27 Thread Marcelo de Moraes Serpa
Hey list, Just updated to the latest rev. of org in git. When I try to press just in the beginning of a headline in order to move it one line below, I'm getting this error message: : Wrong type argument: listp, org-level-1 Any ideas? Marcelo.

Re: [O] "git describe" in version of info file with "make info_git_describe"

2011-10-27 Thread Michael Brand
Hi Achim Thank you for your review. On Wed, Oct 26, 2011 at 18:56, Achim Gratz wrote: > The set-version.pl file may be obsolete (perl is still required), If set-version.pl would be obsolete my patch would be much shorter and I would use something even more portable than perl to change the versi

[O] Elisp programming style

2011-10-27 Thread Thorsten
Hi List, doing some Elisp programming (in an orgmode context) recently, the following question with regards to the 'accepted programming style' for Elisp concerned me: How independent and self-sustained should helper functions be? I found some redundancy in elisp code, e.g. several (main and h

Re: [O] Internal link doesn't work

2011-10-27 Thread Jambunathan K
Ning Zheng writes: > Hi, > > When I create an internal link using format [[My Target]], most of > the time it cannot find the text in the file and tells me "No match - > create this as a new heading?" > The only situation it can find the text is when I have a heading My > Target, and it has to be

[O] Internal link doesn't work

2011-10-27 Thread Ning Zheng
Hi, When I create an internal link using format [[My Target]], most of the time it cannot find the text in the file and tells me "No match - create this as a new heading?" The only situation it can find the text is when I have a heading My Target, and it has to be an EXACT match, any extra text in

Re: [O] Patch: Mark org-diary-class as obsolete and skip entries on holidays in org-class

2011-10-27 Thread Achim Gratz
This change introduced a new warning: In end of data: org-agenda.el:8536:1:Warning: the function `calendar-check-holidays' is not known to be defined. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf Blofeld V1.15B11: http:

Re: [O] Bug: Remote reference (@>$1) doesn't work while ($LR1) works. [7.7]

2011-10-27 Thread Christian Moe
Yes, that fixed it. Thanks! Yours, Christian On 10/27/11 6:13 PM, Carsten Dominik wrote: This should be fixed now, please verify. Thanks! - Carsten

[O] OT: collage of scripts [was: Re: table alignment failed for Asian characters]

2011-10-27 Thread Nick Dokos
[I hope you'll forgive me the off-topic ruminations] Jambunathan K wrote: > If you do a > > C-h C-\ RET tamil-itrans RET > > you will see a nicely aligned table which gives translation table for > tamil characters - (OK, Tamil is the language I speak) - which look like > > http://debbugs.gn

Re: [O] Bug: Remote reference (@>$1) doesn't work while ($LR1) works. [7.7]

2011-10-27 Thread Carsten Dominik
Hi Wu Feng, thank your for this rather clear bug report, even including the correct analysis. And Christian, thanks for confirming that this is a bug. As already suggested by Wu Feng, this error is caused by a premature expansion of @>$1, while still inside the context of table 2. In that conte

Re: [O] table alignment failed for Asian characters

2011-10-27 Thread Jambunathan K
Carsten Dominik writes: > On Oct 27, 2011, at 4:00 PM, Giovanni Ridolfi wrote: > >> Torsten Wagner writes: >> >>> Well the FAQ tells me >>> what I thought already. I will post here a specific solution for >>> Japanese and it might be added to the FAQ later. Maybe others can >>> contribute to ad

Re: [O] table alignment failed for Asian characters

2011-10-27 Thread Carsten Dominik
On Oct 27, 2011, at 4:00 PM, Giovanni Ridolfi wrote: > Torsten Wagner writes: > >> Well the FAQ tells me >> what I thought already. I will post here a specific solution for >> Japanese and it might be added to the FAQ later. Maybe others can >> contribute to add Chinese, Korean and other langua

Re: [O] table alignment failed for Asian characters

2011-10-27 Thread Giovanni Ridolfi
Torsten Wagner writes: > Well the FAQ tells me > what I thought already. I will post here a specific solution for > Japanese and it might be added to the FAQ later. Maybe others can > contribute to add Chinese, Korean and other languages. Personally I think that it does not woth to add a *specif

[O] Text preceding first headline is well/not exported

2011-10-27 Thread Sebastien Vauban
#+TITLE: Opening text #+DATE: 2011-10-27 #+LANGUAGE: en Do you see me? * Overview With the same settings, there is a difference between exporters for what's done to the text before the first heading: - *not* exported to HTML - well exported to LaTeX Best regards, Seb -- Sebastien

Re: [O] table alignment failed for Asian characters

2011-10-27 Thread Carsten Dominik
On Oct 27, 2011, at 3:26 PM, Torsten Wagner wrote: > > > Carsten Dominik wrote: > >> >> On Oct 27, 2011, at 1:33 PM, Torsten Wagner wrote: >> >>> Hi, >>> just noticed, that the table alignment fails if I use Asian >> characters >>> within the table. Guess this has nothing to do with the tab

Re: [O] table alignment failed for Asian characters

2011-10-27 Thread Torsten Wagner
Carsten Dominik wrote: > >On Oct 27, 2011, at 1:33 PM, Torsten Wagner wrote: > >> Hi, >> just noticed, that the table alignment fails if I use Asian >characters >> within the table. Guess this has nothing to do with the table itself >> but rather something with the different spacing of differen

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-10-27 Thread Suvayu Ali
On Thu, 27 Oct 2011 13:42:20 +0200 Suvayu Ali wrote: > Hi Giovanni, > > On Thu, 27 Oct 2011 11:06:00 +0200 > Giovanni Ridolfi wrote: > > > suvayu ali writes: > > > > Hi, Suvayu, > > > > > > I also have a subtree where I > > > wrote beamer presentation about the project. I would like to > > >

Re: [O] table alignment failed for Asian characters

2011-10-27 Thread Carsten Dominik
On Oct 27, 2011, at 1:33 PM, Torsten Wagner wrote: > Hi, > just noticed, that the table alignment fails if I use Asian characters > within the table. Guess this has nothing to do with the table itself > but rather something with the different spacing of different character > sets. > Maybe someone

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-10-27 Thread Suvayu Ali
Hi Giovanni, On Thu, 27 Oct 2011 11:06:00 +0200 Giovanni Ridolfi wrote: > suvayu ali writes: > > Hi, Suvayu, > > > > I also have a subtree where I > > wrote beamer presentation about the project. I would like to exclude > > this from the html export, so I tag it with noexport. > > > > Now when

[O] table alignment failed for Asian characters

2011-10-27 Thread Torsten Wagner
Hi, just noticed, that the table alignment fails if I use Asian characters within the table. Guess this has nothing to do with the table itself but rather something with the different spacing of different character sets. Maybe someone had a similar problem already and know how to solve this. Thank

[O] [SOLVED] Re: Problems with Org Mobile

2011-10-27 Thread Giovanni Ridolfi
Forwarding to the list. Renger van Nieuwkoop writes: > Thanks Giovanni > There it was set to an old, non-existing directory. > Now it works

[O] org-save-outline-visibility and isearch

2011-10-27 Thread Milan Zamazal
After using org-save-outline-visibility the invisible parts of the buffer become invisible to isearch. I have to do something like calling org-global-cycle to restore the buffer to its original state and allow searching in its invisible parts again. The problem seems to be in the functions org-ou

Re: [O] Problems with Org Mobile (was:org-mode)

2011-10-27 Thread Giovanni Ridolfi
Renger van Nieuwkoop writes: Hi Renger > > I have the following problem with org-mobile: If I want to push my > org-files, I get the message that I should set my org-directory. > This directory is set in my .emacs file, how? did you customize it with the custom interface? I didn't. So when I p

[O] Problems with org-mode

2011-10-27 Thread Renger van Nieuwkoop
Hi I have the following problem with org-mobile: If I want to push my org-files, I get the message that I should set my org-directory. This directory is set in my .emacs file, so I don't know why I have to set it again. If I set it with set-variable -- org-directory and then put D:/Daten/org I

Re: [O] [Bug] Return on description link

2011-10-27 Thread Maximilian Matthé
Bastien writes: > Hi Maximilian, > > maxi.mat...@googlemail.com (Maximilian Matthé) writes: > >> See the attached org-file for more information. Hitting return on a link >> in a description list does not follow the link but insert . >> >> I have org-return-follows-link set to t. > > This is now

Re: [O] Suddenly, my timestamps get localized!

2011-10-27 Thread Sebastien Vauban
Hi Tassilo, Tassilo Horn wrote: > "Sebastien Vauban" writes: > >> Just to confirm: >> >>(setq system-time-locale (getenv "en_US.utf8")) >> >> in my .emacs is not working for me: I get French timestamps (I mean: >> weekday abbreviations) in Org (on `C-c .', for example). > > Well, that line ab

Re: [O] Bug: Remote reference (@>$1) doesn't work while ($LR1) works. [7.7]

2011-10-27 Thread Christian Moe
Reproduced. I think this qualifies as a bug. Yours, Christian

Re: [O] [ANN][RFC] org-odt.texi/org-odt.pdf preview (was Re: Org-odt table format)

2011-10-27 Thread Christian Moe
Hi, Jambunathan, This is great. I'd be happy to proofread. What's the best way to return the proofs to you? A diff of the .texi? A couple of questions and suggestions. First, about the syntax rather than about the manual: - Image attributes: Are the parentheses needed in the ATTR_ODT line?

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-10-27 Thread Giovanni Ridolfi
suvayu ali writes: Hi, Suvayu, > > I also have a subtree where I > wrote beamer presentation about the project. I would like to exclude > this from the html export, so I tag it with noexport. > > Now when I do a subtree export ^ > to get the beamer presentation,

Re: [O] [PATCH] org-crypt: when running org-decrypt-entry, only run auto-save-mode check if on an encrypted entry

2011-10-27 Thread Pieter Praet
On Sat, 8 Oct 2011 18:11:32 +0200, Carsten Dominik wrote: > Accepted, thanks. Thanks Carsten! BTW, my FSF copyright assignment is completed (assignment number #705083) so I should probably be added to the list of signees [1]. Would you like me to provide a patch to that effect? > - Carsten >

Re: [O] Suddenly, my timestamps get localized!

2011-10-27 Thread Tassilo Horn
"Sebastien Vauban" writes: Hi Sebastien, > Just to confirm: > >(setq system-time-locale (getenv "en_US.utf8")) > > in my .emacs is not working for me: I get French timestamps (I mean: > weekday abbreviations) in Org (on `C-c .', for example). Well, that line above tries to get the value of

Re: [O] Suddenly, my timestamps get localized!

2011-10-27 Thread Sebastien Vauban
Hi Tassilo, > Tassilo Horn wrote: >> "Sebastien Vauban" writes: >> What's going on? I even have no glue how org/emacs (correctly) guesses that I'm German. My locale is en_US.UTF-8... >>> >>> Found in my .emacs: >>> >>> #+begin_src emacs-lisp >>> ;; system locale to use for forma