Re: [O] orgguide translated to spanish

2012-12-28 Thread Bastien
Hi David, davi...@es.gnu.org (David Arroyo Menéndez) writes: > I've translated orgguide to spanish. You can download the sources doing > git pull to worg. Thanks for this work! This is great. It would be nice to have some explanations on how to rebuild the manual from the .po file. Also, org

Re: [O] Howto convert a complete bibtex file into an orgmode file?

2012-12-28 Thread Bastien
Hi Eric, Eric Schulte writes: > I just added three functions to org-bibtex.el which should help in these > use cases. Nice, thanks a lot! -- Bastien

Re: [O] Line breaking problem in Description List

2012-12-28 Thread Bastien
Hi Sanjib, Sanjib Sikder writes: > Can anyone look into the issue please ? Please wait for one week before "pinging" the list for a reply. Doing otherwise sends useless emails to the >1400 subscribers of the list. Thanks! -- Bastien

Re: [O] Booktabs in new LaTeX exporter

2012-12-28 Thread RCY
Hi, Thanks for looking into this. I tried your suggestions but I am still having the problem. It seems that some but not all attributes I set are recognized. So in the example below it sets sideways table but ignores the booktabs and positioning attributes. #+LATEX_CLASS: article #+LATEX_HEADER:

Re: [O] orgguide translated to spanish

2012-12-28 Thread Takaaki ISHIKAWA(石川 孝明)
Hi Bastien, I think it is a good idea to keep .po files for many languages. A translation project of the org-mode manual for Japanese is still working, which is based on a .po file. If we want, we can use a translation system like Pootle. Pootle: http://docs.translatehouse.org/projects/pootle/en/

[O] mostely my fault, only a minor bug remains (was: Re: Bug: inline tasks behave strange with respect to visibility cycling within plain lists)

2012-12-28 Thread Gregor Zattler
Hi Bastien, org developers, * Gregor Zattler [25. Dec. 2012]: > I did the whole thing again but with more care: Now I learned that although org-inlinetask.el is not in contrib (anymore), it has to be activated as a module. > Summary: > > 1) With respect to visibility cycling I would expect t

[O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Gregor Zattler
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Achim Gratz
Am 28.12.2012 14:36, schrieb Gregor Zattler: I use option `hidestars' and Emacs/org-mode on a terminal with black background. Since a few days the superflous stars are not hidden any more but shown on a white background. This makes them stand out very much. I don't see how this change is rela

[O] org-mime-htmlize

2012-12-28 Thread George McNinch
Hi-- I did a "clean" install of elpa package org-plus-contrib-20121224 (i.e. removed old package, restarted emacs with -q flag, installed above package, restarted emacs again...) Then I started gnus, started composing a message, and executed the command M-x org-mime-htmlize The result is

Re: [O] org-mime-htmlize

2012-12-28 Thread Eric Schulte
George McNinch writes: > Hi-- > > I did a "clean" install of elpa package > > org-plus-contrib-20121224 > > (i.e. removed old package, restarted emacs with -q flag, installed above > package, restarted emacs again...) > > Then I started gnus, started composing a message, and executed the comman

Re: [O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Nicolas Richard
Achim Gratz writes: > Am 28.12.2012 14:36, schrieb Gregor Zattler: >> I use option `hidestars' and Emacs/org-mode on a terminal with >> black background. Since a few days the superflous stars are not >> hidden any more but shown on a white background. This makes them >> stand out very much. > >

Re: [O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Achim Gratz
Am 28.12.2012 16:59, schrieb Nicolas Richard: I noticed the same kind of problem (outside org-mode). It turns out that the special color "unspecified-bg" [1] does not work as expected when using it as the foreground color : the text is not made invisible and the aforementioned behaviour occurs.

Re: [O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Nicolas Richard
Achim Gratz writes: > Am 28.12.2012 16:59, schrieb Nicolas Richard: >> I noticed the same kind of problem (outside org-mode). It turns out >> that the special color "unspecified-bg" [1] does not work as expected >> when using it as the foreground color : the text is not made invisible >> and the

Re: [O] Booktabs in new LaTeX exporter

2012-12-28 Thread Thomas S. Dye
Aloha RCY, Here is a (too long) working example that shows how to pass attributes. See especially :align, where you've passed a symbol instead of a string. Note that the new exporter is still in contrib and that at this stage in its life is documented in the code and in some messages and announcem

Re: [O] [bug] org-insert-link fails on special characters in headlines

2012-12-28 Thread Bastien
Hi William, William Léchelle writes: > Using org-store-link followed by org-insert-link RET RET fails on the > following > headline : > > ** TODO Special chars in titles > ! >[[*Special%20chars%20in%20titles%20][Special chars in titles > !]] > > The link ignores what follows the gre

Re: [O] Bug: Docstring of `org-clock-persist' doesn't mention `history' [7.9.2 (7.9.2-90-ge5ea08-elpaplus @ /Users/gvol/vcs/emacs/local/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2012-12-28 Thread Bastien
Hi Ivan, Ivan Andrus writes: > The manual suggests setting `org-clock-persist' to 'history, but this > value isn't documented in the docstring. There is an explicit check > for the value of history in `org-clock-save', so I think it should be > documented since it's more than just a non-nil val

Re: [O] Bug: Table export to [tc]sv doesn't convert \vert [7.8.11]

2012-12-28 Thread Bastien
Hi Nathan, Nathan Trapuzzano writes: > Converting \vert and \vert{} when exporting an Org table to csv or tsv does > not > properly convert them to the vertical bar. Instead, they are retained > literally. A hackish patch like this one fixes this, but it's not general enough. Also, converting

Re: [O] C-c ^ for plain lists? Why not?

2012-12-28 Thread Bastien
Hi James, James Harkins writes: > I finally had a chance to play with this -- works nicely, except I managed to > get emacs into an infinite loop this way: > > 1. C-c ^ f org-sort-list-by-checkbox-type > 2. This puts the done items at the top, which I didn't want, so... C-c ^ F > org- > sort-l

Re: [O] org-mime-htmlize

2012-12-28 Thread Bastien
Hi George, thanks for reporting this. Eric Schulte writes: > From cf2128fb320f714f78fa54b953405d01fa73bf33 Mon Sep 17 00:00:00 2001 > From: Eric Schulte > Date: Fri, 28 Dec 2012 08:20:56 -0700 > Subject: [PATCH] Pass the dir option on through org-export-as-string > > * lisp/org-exp.el (org-exp

[O] Fontification in Org tables

2012-12-28 Thread François Pinard
Hi, Org people. Let me report an old problem of mine about missing fontification in Org tables. In my .emacs file, I have: (defun fp-fontify-fixme () (font-lock-add-keywords nil '(("\\" 0 font-lock-warning-face t (let ((hooks '(c-mode-common-hook change-log-mode-hook cp

Re: [O] Agenda bug: q & x keys are swapped?

2012-12-28 Thread Bastien
Hi Huy, Huy writes: > It seems that org-agenda-quit (q) and org-agenda-exit (x) are swapped. > 'q' wants to close my the buffers loaded for the agenda. > > Strange. I cannot reproduce this. Does anyone can? Thanks, -- Bastien

[O] Errors from remote sh scripts somewhat non-intuititve

2012-12-28 Thread George Jones
When a a remote sh script fails in babel, the feedback to the user is "Setting current directory: no such file or directory, ..." even it what happened is just a command not found. It would be more useful to see the error output as happens with the local case. repete-by attached. Thanks, ---Geor

Re: [O] orgguide translated to spanish

2012-12-28 Thread Bastien
Hi Takaaki, Takaaki ISHIKAWA(石川 孝明) writes: > I think it is a good idea to keep .po files for many languages. > A translation project of the org-mode manual for Japanese is still > working, > which is based on a .po file. Yes, I remember that one. > If we want, we can use a translation system

Re: [O] [PATCH] Caching latex preview images

2012-12-28 Thread Bastien
Hi Abdó, Abdó Roig-Maranges writes: > Org mode lost the ability to reuse already generated latex preview > images in commit 27101a3e0ee7. Now it just regenerates all of them every > time. > > I don't see a reason for removing this feature (am I missing > something?), so here is a little patch re

Re: [O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Bastien
Achim Gratz writes: > I vote for a reversion of that patch until > this behaviour has been analysed in some detail. Done, thanks. -- Bastien

Re: [O] Bugs in org-cycle-internal-local?

2012-12-28 Thread Bastien
Hi Rémi, Rémi Vanicat writes: > This seem to do it Yes it does, but I implemented the fix another way. I've taken the time to double-check the fix does not slow down org-cycle, which is the main concern when changing org-cycle-internal-* functions. Thanks, -- Bastien

Re: [O] Booktabs in new LaTeX exporter

2012-12-28 Thread RCY
Hi Tom, Thanks for your patience. I did finally figure out what I was doing wrong. I was using org-export-as-latex-to-buffer (which uses the default exporter) instead of org-e-latex-export-as-latex or org-e-latex-export-to-pdf. However, I am still unable to set something like ':align rr' using org

Re: [O] Fontification in Org tables

2012-12-28 Thread Bastien
Hi François, François Pinard writes: > (defun fp-fontify-fixme () > (font-lock-add-keywords >nil '(("\\" 0 font-lock-warning-face t Use this instead: (defun fp-fontify-fixme () (font-lock-add-keywords nil '(("\\" 0 font-lock-warning-face t)) t)) HTH, -- Bastien

Re: [O] Fontification in Org tables

2012-12-28 Thread Jambunathan K
François Pinard writes: > Hi, Org people. > > Let me report an old problem of mine about missing fontification in Org > tables. In my .emacs file, I have: > > > (defun fp-fontify-fixme () > (font-lock-add-keywords >nil '(("\\" 0 font-lock-warning-face t > > (let ((hooks '(c-mode-common

Re: [O] Booktabs in new LaTeX exporter

2012-12-28 Thread Thomas S. Dye
I think the :align attribute expects a string instead of a symbol, so :align "rr" is probably what you want. I don't know about the new html exporter yet, but I'd be surprised if it looks at LaTeX attributes. You might want to experiment with alignment cookies in the table to see if they do what

[O] [BUG] [contrib/org-koma-letter.el] #+DATE and #+TO_ADDRESS picked up from outside the current subtree

2012-12-28 Thread Viktor Rosenfeld
Hi, I've configured the scrlttr2 exporter found in contrib/lisp/org-koma-letter.el to write letters directly in org-mode. I'm very happy with the results, but I've noticed the following bug: If there are multiple letters defined in an org-file, the contents of every #+DATE and #+TO_ADDRESS field w

[O] [PATCH] [contrib/org-koma-letter.el] Configurable subject title and place and signature bugfix

2012-12-28 Thread Viktor Rosenfeld
Hi, the attached patch adds the following options to the scrlttr2 exporter: - #+PLACE, or org-koma-letter-place: the place before the date, e.g., "Berlin, 28. Dezember 2012"; the place is only typeset if this variable is defined - #+SUBJECT_TITLE, or org-koma-letter-subject-title: the subject

Re: [O] Booktabs in new LaTeX exporter

2012-12-28 Thread RCY
Hi Tom, I hacked together a preliminary solution that uses the booktabs and threeparttable (for footnotes) packages, based on the suggestion in section 13.2 of http://orgmode.org/worg/org-tutorials/org-latex-export.html It seems to do OK in a simple example, and I will test it some more. It does

Re: [O] org reserved and special words in drawers

2012-12-28 Thread Tony Day
> Bastien writes: >> In other words, we could then /apply/ org-mode >> on a document rather than transforming a document into an org >> document. > What we may think about is a "Org readable exchange format (oref?)", > which would take the output of Nicolas' parser, export it in Org-mode > using

Re: [O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Gregor Zattler
Hi Achim, Bastien, org-developers, * Achim Gratz [28. Dec. 2012]: > Am 28.12.2012 14:36, schrieb Gregor Zattler: >>I use option `hidestars' and Emacs/org-mode on a terminal with >>black background. Since a few days the superflous stars are not >>hidden any more but shown on a white background. T

Re: [O] C-c ^ for plain lists? Why not?

2012-12-28 Thread James Harkins
On Dec 29, 2012 1:40 AM, "Bastien" wrote: > > > > 1. C-c ^ f org-sort-list-by-checkbox-type > > 2. This puts the done items at the top, which I didn't want, so... C-c ^ F org- > > sort-list-by-checkbox-type. > > 3. Emacs goes into a tailspin (recovered by C-g). > > `org-list-get-item-end-before-bl

Re: [O] Fontification in Org tables

2012-12-28 Thread François Pinard
Bastien writes: > (defun fp-fontify-fixme () > (font-lock-add-keywords >nil '(("\\" 0 font-lock-warning-face t)) t)) > HTH, IDHITAL = it did help indeed, thanks a lot! :-) I had more fontification to do in some tables, and succeeded because of your good hint. Joy! :-) François

[O] Trimming quotes

2012-12-28 Thread James Harkins
Just a reminder to be kind to list members who are receiving digests and TRIM QUOTED MATERIAL. Recently: http://article.gmane.org/gmane.emacs.orgmode/63982 48 lines of new content vs 1123 lines of quotes, for a whopping signal-to-noise ratio of 4.27%. Scrolling isn't *that* much fun... I reali

Re: [O] Fontification in Org tables

2012-12-28 Thread François Pinard
Jambunathan K writes: > 2. Turn on Hi-lock mode Wow, Jambunathan, thanks as well! I was not aware of this mode, which announces to be useful and handsome, especially when some often visited files would benefit from some very specific highlighting. How nice! François

Re: [O] C-c ^ for plain lists? Why not?

2012-12-28 Thread Bastien
Hi James, sorry, I copied the wrong function's name and my message was wrong. What I meant is this: you need to call `org-sort-list-by-checkbox-type' *directly* on the list you want to sort -- not after `C-c ^ f'. `C-c ^ f org-sort-list-by-checkbox-type RET' will end up in loop because org-sort-

Re: [O] store-link behavior

2012-12-28 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: > I pulled and tried M-x org-store-link RET at different points on a > #+name: line, but got the headline above every time It should be fixed now. Note that I had the correct link but with the headline used as the name, so maybe your problem is