Re: [O] [PATCH] Change to org-src-preserve-indentation documentation

2014-02-04 Thread Sebastien Vauban
John Hendy wrote: >> It should be Org, not org. And two spaces are required. > > Got it. I thought the same thing, but swear I just ran into that > ("org" vs. "Org") recently and followed the convention. Grepping files > in org.git and worg.git revealed only a handful of instances where > lower cas

Re: [O] Need extra text in ODT export of headers

2014-02-04 Thread Christian Moe
Hi, Jambunathan, I was going to tell Dan the same thing, but for some reason, the below doesn't work for me with outline numbering. Can you confirm that it works for you? When I try, the paragraph styles from the template *do* get applied (tested by coloring some headings), but the custom outlin

Re: [O] patch for ob-sql and postgresql for supporting :colnames

2014-02-04 Thread Joost Helberg
Bastien, OK, I understand. regards, Joost > "bzg" == bzg writes: > From: b...@gnu.org > To: jo...@snow.nl > Cc: schulte.e...@gmail.com, emacs-orgmode@gnu.org > Subject: Re: patch for ob-sql and postgresql for supporting :colnames > Date: 03-Feb-14 15:54 > Hi Joost, > Joost Helber

Re: [O] Bug: dragging a line in agenda moves following hidden lines

2014-02-04 Thread Bastien
Hi Thomas, Thomas Morgan writes: > I think it would be more useful and intuitive for hidden lines not to be > affected by dragging. I agree to some extent, but this is difficult to achieve. The agenda is read-only. Dragging lines in agenda, although permitted, is convenient for temporary view

Re: [O] [PATCH][ox-koma-letter] changed-in-buffer, subject, minor fixes

2014-02-04 Thread Alan Schmitt
Hello, Sorry for not replying earlier, I've been swamped by traveling and work. Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> Would you give the attached patches a spin? I think they work nicely; >> only the second patch is non-trivial. Basically, one can ignore >> subject and tit

Re: [O] Accessing #+EMAIL in LaTeX Export

2014-02-04 Thread R. Michael Weylandt
On Tue, Feb 4, 2014 at 12:54 AM, Nick Dokos wrote: > "R. Michael Weylandt" writes: > >> HI, >> >> I'm writing a latex export class which has an \email macro. >> >> Is it possible to autofill this macro using the #+EMAIL: property? >> Looking at ox-latex.el, it seems that email is hardcoded to be

Re: [O] mis-alignment in org-tables with Tibetan characters

2014-02-04 Thread Eric Abrahamsen
Bastien writes: > Hi Steffan, > > thanks for reporting this. > > Steffan Iverson writes: > >> Any way to solve this problem? > > This is a recurring problem, and Eric is the one who tried > to solve it. > > Eric, I don't remember why we didn't follow-up on your patch > here: > > http://lists.gnu

Re: [O] Accessing #+EMAIL in LaTeX Export

2014-02-04 Thread Nick Dokos
"R. Michael Weylandt" writes: > On Tue, Feb 4, 2014 at 12:54 AM, Nick Dokos wrote: >> "R. Michael Weylandt" writes: >> >>> HI, >>> >>> I'm writing a latex export class which has an \email macro. >>> >>> Is it possible to autofill this macro using the #+EMAIL: property? >>> Looking at ox-latex.e

[O] any way how to look on what was done on particular day?

2014-02-04 Thread David Belohrad
Hi all, the question is simple: I'd like to look into the past, into particular day, and I'd like to see what TODOs have been modified at that day and how they have been modified, e.g. showing that on this/that time the TODO changed state from NEXT to WAITING. Most of those TODOs I have already a

Re: [O] mis-alignment in org-tables with Tibetan characters

2014-02-04 Thread Bastien
Eric Abrahamsen writes: > I've been using that patch or something like it for nearly a year now, > with no adverse effects. I'm on the road right now, give me a day and > I'll take a closer look at what I've got... Great -- thanks in advance! I'll then wait before releasing a new minor version

[O] unexpected link behavior in headlines - maybe bug

2014-02-04 Thread John Kitchin
I discovered an unexpected behavior with two links in a headline. The simplest example to reproduce it is here: * file:dft-course-mode.el [[file:my-theme.el][another file]] If I click on the first link, the second file opens. It seems specific to that format, because these links work as expecte

Re: [O] Accessing #+EMAIL in LaTeX Export

2014-02-04 Thread Nick Dokos
Nick Dokos writes: > "R. Michael Weylandt" writes: > >> I want org-mode to export to the "amsart" class by default. In >> addition to the regular \title, \author, \date macros, amsart also >> allows for "email". >> >> (add-to-list 'org-latex-classes >>'("amsart" >> "\\documentcl

Re: [O] [PATCH][ox-koma-letter] changed-in-buffer, subject, minor fixes

2014-02-04 Thread Rasmus Pank Roulund
>>> Would you give the attached patches a spin? I think they work nicely; >>> only the second patch is non-trivial. Basically, one can ignore >>> subject and title differences as now by setting >>> org-koma-letter-prefer-subject to t and not use the SUBJECT keyword. >>> >>> I have set the default

Re: [O] any way how to look on what was done on particular day?

2014-02-04 Thread Ken Mankoff
In Agenda view, v A for view archive files v L for view Log then you can view day, week, month or year (press v and it'll prompt you), and then f,b moves forward and backward in time. -k. On Tue, 4 Feb 2014, David Belohrad wrote: Hi all, the question is simple: I'd like to look in

Re: [O] mis-alignment in org-tables with Tibetan characters

2014-02-04 Thread Michael Brand
Hi Steffan On Mon, Feb 3, 2014 at 6:33 AM, Steffan Iverson wrote: > Screenshot: http://oi59.tinypic.com/lz893.jpg Judging from e. g. this part | རྐུས་ | rkus | | གསོས་ | gsos | in your screenshot my speculation is that you get glyphs from not only your default monospace font but also from other

Re: [O] any way how to look on what was done on particular day?

2014-02-04 Thread Eric S Fraga
Have you tried "v l" or "v L" from within the agenda view on the particular day? It should show some of the activities you want. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.1, Org release_8.2.5h-585-g5f0ca0

[O] plain lists folded by default

2014-02-04 Thread Rémy Abergel
Hi Org users, do you know how to make plain lists folded by default? Let us consider the following example : * Section 1 A paragraph here. + item 1 :: description some long text here + item 1.1 :: description comes here let us say that a long text comes here + item 1.2 :

Re: [O] plain lists folded by default

2014-02-04 Thread Nick Dokos
Rémy Abergel writes: > Hi Org users, > > do you know how to make plain lists folded by default? > ... > Currently I need to manually fold the item one by one. Try this (but do read the doc for org-cycle-include-plain-lists for some caveats): --8<---cut here---start--

[O] export tables to html and odt, table borders

2014-02-04 Thread Uwe Brauer
Hi In orgmode 7.8 there was a variable (org-export-html-table-tag which allowed my to configure the table boundary to my liking for example: "") Now I installed the latest version available in elpa for GNU emacs24 and cannot find this variable. What is the corresponding new variable? Is t

Re: [O] any way how to look on what was done on particular day?

2014-02-04 Thread John Hendy
On Tue, Feb 4, 2014 at 9:33 AM, David Belohrad wrote: > > Hi all, > > the question is simple: I'd like to look into the past, into particular > day, and I'd like to see what TODOs have been modified at that day and > how they have been modified, e.g. showing that on this/that time the > TODO chang

Re: [O] how to customize date export

2014-02-04 Thread Eric S Fraga
Nick Dokos writes: [...] > Based on Eric's hint, I followed org-translate-time's docstring (and > references therein) and I came up with this which seems to work (in the > sense that the dates look like <2014/02/03 Monday> when exported, > which agrees with the specified format): > > #+STARTUP:

Re: [O] plain lists folded by default

2014-02-04 Thread Nick Dokos
So I was looking for this article using gmane's web interface and I couldn't see it. Turns out that you followed up on a different article (subject line was "auto-fill-mode for text changes (plain-lists) indentation"), so this thread got subsumed under that name. Please don't do that: if it is a di

[O] Quotes for LaTeX export

2014-02-04 Thread Laurens Van Houtven
Hi, I'm writing a book using org-mode. On export, org-mode turns double quotes like "hello" into ``hello''. Some modern LaTeXes no longer support that form, instead preferring semantic markup. (The reasoning being that the markup implies a particular quote style, whereas quotation style is langua

Re: [O] orgtbl-to-sqlinsert

2014-02-04 Thread Thierry Banel
Le 03/02/2014 00:47, Thomas S. Dye a écrit : > Aloha Thierry, > > Thierry Banel writes: > >> Hi Thomas. >> >> I don't understand this behavior yet. >> But here is a workaround: >> try the #+ORGTBL: SEND feature: >> 1- Add a #+ORGTBL: SEND line >> 2- Add a BEGIN RECEIVE ORGTBL block >> 3- Type C

Re: [O] plain lists folded by default

2014-02-04 Thread Rémy Abergel
Hi Nick, I am not sure to understand why today's post has been subsumed to my previous one (entitled indeed "auto-fill-mode for text changes (plain-lists) indentation") on the archive page http://lists.gnu.org/archive/html/emacs-orgmode/2014-02/threads.html today post appears in a single thre

Re: [O] Quotes for LaTeX export

2014-02-04 Thread Rasmus
Hi Laurens, Laurens Van Houtven <_...@lvh.io> writes: > I'm writing a book using org-mode. On export, org-mode turns double quotes > like "hello" into ``hello''. Some modern LaTeXes no longer support that > form, instead preferring semantic markup. (The reasoning being that the > markup implies a

Re: [O] how to customize date export

2014-02-04 Thread Rasmus
Nick Dokos writes: > Eric S Fraga writes: > >> Mirko Vukovic writes: >> >> [...] >> >>> Hi Eric, >>> >>> Thanks for the note. As it stands now, I cannot >>> customize these two variables to do what I want, as they accept the >>> whole time-steamp as argument. I will enter the dates manually >

Re: [O] Accessing #+EMAIL in LaTeX Export

2014-02-04 Thread R. Michael Weylandt
On Feb 4, 2014, at 12:31, Nick Dokos wrote: > Nick Dokos writes: > >> "R. Michael Weylandt" writes: >> >>> I want org-mode to export to the "amsart" class by default. In >>> addition to the regular \title, \author, \date macros, amsart also >>> allows for "email". >>> >>> (add-to-list 'org

Re: [O] orgtbl-to-sqlinsert

2014-02-04 Thread Thomas S. Dye
Aloha Thierry, Thierry Banel writes: > Hi again Thomas > > Probably the issue is not in orgtbl-to-sqlinsert, > because orgtbl-to-sqlinsert does not receive the header of the table. > Here is another fix which just recovers the lost header and passes it to > orgtbl-to-sqlinsert: > > ---8<

Re: [O] Quotes for LaTeX export

2014-02-04 Thread Nick Dokos
Rasmus writes: > Hi Laurens, > > Laurens Van Houtven <_...@lvh.io> writes: > >> I'm writing a book using org-mode. On export, org-mode turns double quotes >> like "hello" into ``hello''. Some modern LaTeXes no longer support that >> form, instead preferring semantic markup. (The reasoning being t

Re: [O] plain lists folded by default

2014-02-04 Thread Nick Dokos
Rémy Abergel writes: > Maybe it is due to the fact I "replied to all" from one of my old > messages, deleting the content and changing the email subject :'-( That would do it :-) > You mean I should have started from a blank email right? > Yes. > Well sorry for that, and thank you again for y

[O] Moving by block in the block agenda

2014-02-04 Thread Bart Bunting
Hi, I have a block agenda defined which is mostly taken from Bernt Hansen's org-mode.org. Some of the blocks contain many entries. I am trying to find out if there is a simple way to navigate between agenda blocks. The most likely thing I found was org-agenda-goto-block-beginning but it doesn't

Re: [O] export tables to html and odt, table borders

2014-02-04 Thread Bastien
Hi Uwe, Uwe Brauer writes: > In orgmode 7.8 there was a variable > (org-export-html-table-tag > which allowed my to configure the table boundary to my liking for > example: > > > " frame=\"border\">") > > > Now I installed the latest version available in elpa for GNU emacs24 and > cannot find

Re: [O] mis-alignment in org-tables with Tibetan characters

2014-02-04 Thread Steffan Iverson
Michael, that test case you suggest does indeed cause the same spacing problem. So this isn't a problem from the vowel stacking in Tibetan, because of the type of font it is? Sorry, generally new to Emacs so I'm not sure how to move forward with that insight. On Tue, Feb 4, 2014 at 10:13 AM, Mich

Re: [O] [PATCH][ox-koma-letter] changed-in-buffer, subject, minor fixes

2014-02-04 Thread Rasmus
Alan Schmitt writes: > Rasmus: do you want to change these, or should I do it and apply the > patch? (The former would be simpler, I have to say.) Attached. Sorry about the delay. They should fix Nicholas' 'concerns'. –Rasmus -- Vote for proprietary math! >From 8f3e69f5ca3d0153b6f4c80b74c7a

Re: [O] [PATCH][ox-koma-letter] changed-in-buffer, subject, minor fixes

2014-02-04 Thread Rasmus
Quick but unrelated question. I'm updating the Worg page and I noticed that the customize-group for ox-koma-letter is org-export-koma-letter. Given that other groups are org-latex and org-html etc., should the group not be called org-koma-letter? –Rasmus PS: Sorry for not starting a new thread

[O] [babel] cannot comment out noweb references

2014-02-04 Thread Samuel Wales
This: #+BEGIN_SRC org :exports none :noweb-ref whatever ... with "# " or COMMENT still tries to be read by Babel. The latter works as if not commented. The former errors. Hope that's enough to reproduce. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The di

Re: [O] [babel] cannot comment out noweb references

2014-02-04 Thread Eric Schulte
Samuel Wales writes: > This: > > #+BEGIN_SRC org :exports none :noweb-ref whatever > ... > > with "# " or COMMENT still tries to be read by Babel. The latter > works as if not commented. The former errors. > > Hope that's enough to reproduce. > I don't understand. Where are you putting th

Re: [O] mis-alignment in org-tables with Tibetan characters

2014-02-04 Thread Michael Brand
Hi Steffan On Wed, Feb 5, 2014 at 1:00 AM, Steffan Iverson wrote: > Michael, that test case you suggest does indeed cause the same spacing > problem. So this isn't a problem from the vowel stacking in Tibetan, Such combining characters and and also double width characters may still remain as sep

Re: [O] [babel] cannot comment out noweb references

2014-02-04 Thread Samuel Wales
hi eric, #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever a #+END_SRC # #+BEGIN_SRC org :results verbatim output :noweb yes :noweb-ref whatever # b # #+END_SRC #+BEGIN_SRC sh :results output :noweb yes echo <> #+END_SRC it is a bug that babel tries to use

[O] [babel] shell does not unquote

2014-02-04 Thread Samuel Wales
i don't know why the shell does not unquote here: #+BEGIN_SRC sh :results verbatim output :var how="a 'b' \c \"d\" e" :var dothis="echo \"hi\"" echo $how $dothis #+END_SRC #+RESULTS: #+begin_example a 'b' c "d" e "hi" #+end_example thanks. samuel -- The Kafka Pandemic: http://thek

Re: [O] Quotes for LaTeX export

2014-02-04 Thread Bastien
Nick Dokos writes: > IIRC, there was support for csquotes in the old exporter[fn:1] but I guess > it went away when the new exporter came along. Yes, it'd be good to make it possible again to use \usepackage{csquotes} and \enquote{something}. -- Bastien

Re: [O] [PATCH][ox-koma-letter] changed-in-buffer, subject, minor fixes

2014-02-04 Thread Nicolas Goaziou
Hello, Rasmus writes: > Given that other groups are org-latex and > org-html etc., should the group not be called org-koma-letter? No. Other groups are `org-export-latex', `org-export-html'... Regards, -- Nicolas Goaziou

Re: [O] [PATCH][ox-koma-letter] changed-in-buffer, subject, minor fixes

2014-02-04 Thread Bastien
Hi Rasmus, Rasmus writes: > Quick but unrelated question. I'm updating the Worg page and I > noticed that the customize-group for ox-koma-letter is > org-export-koma-letter. Given that other groups are org-latex and > org-html etc., should the group not be called org-koma-letter? Unless I mis