Re: [O] [new exporter] empty lines in LaTeX header

2012-11-07 Thread Eric S Fraga
Andreas Leha writes: > Hi all, > > how is it possible to add an empty line to a LaTeX header? > Any empty > #+latex_header: > is 'stripped' from the exported document. > > > Background: > I am building a beamer presentation using the progress bar from > http://www.mrunix.de/forums/showpost.php?p

Re: [O] [new exporter] what is the label syntax for LaTeX export?

2012-11-07 Thread Myles English
Nicolas Goaziou writes: > Colons are now allowed in targets. > > Thanks for submitting the suggestion. Thanks a lot Nicolas. In case anyone else finds this useful, here is the filter I'll use to replace \ref with \autoref: (defun my-autoref-filter-link-func (output backend info) (when (

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-07 Thread Eric S Fraga
Eric S Fraga writes: > I will try to repeat this and develop a repeatable test case. I have been unable to have this problem (disappearing src code blocks) appear again. Thanks, eric -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.2.50.1 and Org release_7.9.2-570-gc149e04a

Re: [O] [PATCH] Separate clocksum format for durations >= 1 day

2012-11-07 Thread Nicolas Goaziou
Toby Cubitt writes: > But that only needs to parse clock strings stored in properties/drawers, > not the ones displayed in overlays (column view) or in the mode-line. Correct. > Are the clock strings stored in properties/drawers formatted using the > existing org-time-clocksum-* defcustoms? I c

Re: [O] [new exporter] what is the label syntax for LaTeX export?

2012-11-07 Thread Nicolas Goaziou
Colons are now allowed in targets. Thanks for submitting the suggestion. Regards, -- Nicolas Goaziou

Re: [O] Include a limited level of subheadings for export/publish?

2012-11-07 Thread John Hendy
On Wed, Nov 7, 2012 at 10:48 AM, Phil! Gold wrote: > I've been through all of the export and publishing documentation and what > I could find about includes and I can't see a way to do what I want to > accomplish. > > I have multiple org files, each of which represents a project, with the > first

Re: [O] [bug] [new exporter] export of inline babel calls confused

2012-11-07 Thread Eric S Fraga
Apologies! I attached the latex file generated by the old exporter instead of the one generated by the new one. Here is the latex generated by the new exporter (I hope ;-). Thanks, eric -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.2.50.1 and Org release_7.9.2-568-gc2ebee % Crea

[O] [bug] [new exporter] export of inline babel calls confused

2012-11-07 Thread Eric S Fraga
Hello, in trying to see if I could replicate a problem with disappearing src code blocks, I have run into problems with the new exporter. The attached minimal example generates a very strange convoluted latex output (also attached). The old exporter doesn't do a perfect job but comes a lot close

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-07 Thread Eric S Fraga
Andy Moreton writes: > I'm seeing a similar problem in emacs trunk (r110821) where "C-c '" in > the *Org Src* buffer closes the source edit window and discards the > entire contents of the source block. > > Should I raise an emacs bug for this ? > > AndyM I've seen this happen recently as wel

Re: [O] [new exporter] what is the label syntax for LaTeX export?

2012-11-07 Thread Myles English
Nicolas Goaziou writes: >> One problem I am having is that the exported LaTeX replaces the ":" with >> a "-" to become \ref{tab-niceone} which precludes the use of (e.g.) >> \autoref which would need to know that the thing being referenced was a >> table by recognising the "tab:", no? I am sure

[O] Javascript in postamble

2012-11-07 Thread Vikas Rawal
For a website that I am producing using orgmode, I would like to insert a javascript code in the postamble to get a piwik installation to track traffic to the website. I am unable to add html markup/java script to :html-postamble in project alist. The documentation on postamble is too brief for me

Re: [O] end-of-line behaviour [was: (no subject)]

2012-11-07 Thread Kevin Buchs
I'm running version 7.8.10 of org-mode. I think I should grab an update. I did see some recent discussion which cued by memory but I thought since I was not using visual-line-mode that it did not apply. Thanks. What an interesting title your group has! - Kevin Buchs On Wed, Nov 7, 2012 at 1:50 P

Re: [O] end-of-line behaviour [was: (no subject)]

2012-11-07 Thread Toby Cubitt
This sounds like it might be related to recent end-of-line changes and an even more recent (not yet applied) patch I posted. On Wed, Nov 07, 2012 at 12:50:20PM -0600, Kevin Buchs wrote: > I would like to solve a problem I have: C-e (org-end-of-line) does not > move to the end of the line with long

Re: [O] Bug: Messaging when moving in the agenda [7.9.2 (7.9.2-GNU-Emacs-24-3 @ /usr/share/emacs/24.2.50/lisp/org/)]

2012-11-07 Thread Christopher Schmidt
Christopher Schmidt writes: > +1, I totally agree. These message do not need to be logged into the ^^^ > *Messages*-buffer because this provides no benefit whatsoever. s/message/messages Christopher

Re: [O] Bug: ORG_ADD_CONTRIB does not work the first time [7.9.2]

2012-11-07 Thread Christopher Schmidt
Achim Gratz writes: > Christopher Schmidt writes: >> I am using the maint as of today (c20730b). >> >> make "ORG_ADD_CONTRIB=org-contacts" prefix=/tmp/org install >> >> Running this once in a clean org-mode working tree results in org not >> copying org-contacts.el(c) to /tmp/org/emacs/site-li

Re: [O] Bug: Messaging when moving in the agenda [7.9.2 (7.9.2-GNU-Emacs-24-3 @ /usr/share/emacs/24.2.50/lisp/org/)]

2012-11-07 Thread Christopher Schmidt
Michael Heerdegen writes: > So, IMHO `org-display-outline-path' should still display its stuff in > the echo area, but prevent logging in *Messages*. AFAIK, the way to > do this is to bind `message-log-max' to nil. > > I'm not sure if this is the right thing in every case, but if the goal > is to

[O] (no subject)

2012-11-07 Thread Kevin Buchs
I would like to solve a problem I have: C-e (org-end-of-line) does not move to the end of the line with long lines that are not headings. I find myself wanting to get to the end of a long line often and have to hit multiple C-e sequences to get there. I don't have the org-special-ctrl-a/e set to no

Re: [O] Bug: ORG_ADD_CONTRIB does not work the first time [7.9.2]

2012-11-07 Thread Achim Gratz
Christopher Schmidt writes: > I am using the maint as of today (c20730b). > > make "ORG_ADD_CONTRIB=org-contacts" prefix=/tmp/org install > > Running this once in a clean org-mode working tree results in org not > copying org-contacts.el(c) to /tmp/org/emacs/site-lisp/org. Running the > comman

[O] Include a limited level of subheadings for export/publish?

2012-11-07 Thread Phil! Gold
I've been through all of the export and publishing documentation and what I could find about includes and I can't see a way to do what I want to accomplish. I have multiple org files, each of which represents a project, with the first level headings representing milestones for the project and lowe

Re: [O] [new exporter] empty lines in LaTeX header

2012-11-07 Thread Sebastien Vauban
Hi Andreas, Andreas Leha wrote: > how is it possible to add an empty line to a LaTeX header? > Any empty > #+latex_header: > is 'stripped' from the exported document. Couldn't you use a #+begin/end_LaTeX block instead? > Background: > I am building a beamer presentation using the progress bar f

[O] Suggestions for progress tracking

2012-11-07 Thread Eric Abrahamsen
I'm starting another novel translation, and want to keep track of progress in org (I've blown too many deadlines in the past). I've been looking at the habits functionality, but it doesn't quite match what I want, and I'm looking for a little advice here. I'd like to: 1. Set myself a minimum of pa

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-07 Thread Andy Moreton
On Thu 25 Oct 2012, Bastien wrote: > Hi Hsiu-Khuern, > > Hsiu-Khuern Tang writes: > >> Sorry if this has been reported -- a brief search didn't turn up >> anything. > > this is now fixed -- thanks for reporting this! > > Best, Has this been pushed to org in emacs trunk ? I'm seeing a similar pr

[O] [new exporter] empty lines in LaTeX header

2012-11-07 Thread Andreas Leha
Hi all, how is it possible to add an empty line to a LaTeX header? Any empty #+latex_header: is 'stripped' from the exported document. Background: I am building a beamer presentation using the progress bar from http://www.mrunix.de/forums/showpost.php?p=316577&postcount=3 and that definition re

Re: [O] Little link difficulty

2012-11-07 Thread François Pinard
Michael Brand writes: > Hi François Hello, Michael! > To check the invisible parts of an Org link here are some alternatives > to Fundamental mode that stay in Org mode: > 1) M-x org-toggle-link-display > 2) M-x visible-mode(also toggling) > 3) temporarily delete the first "[" or last "]" o

[O] solved (Re: BUG ? [new HTML exporter] subtree: newline and slash)

2012-11-07 Thread Giovanni Ridolfi
Da: Nicolas Goaziou inviato: Martedì 6 Novembre 2012 18:20 Giovanni Ridolfi writes: >> did you try to replicate the bug?  > Yes, sir. Thank you very much for having fixed it some time ago and, please, accept my apology for having overreacted yesterday evening,  without double checking. I

[O] Bug: ORG_ADD_CONTRIB does not work the first time [7.9.2]

2012-11-07 Thread Christopher Schmidt
I am using the maint as of today (c20730b). make "ORG_ADD_CONTRIB=org-contacts" prefix=/tmp/org install Running this once in a clean org-mode working tree results in org not copying org-contacts.el(c) to /tmp/org/emacs/site-lisp/org. Running the command a second time does that, though. This

Re: [O] [new exporter] what is the label syntax for LaTeX export?

2012-11-07 Thread Nicolas Goaziou
> One problem I am having is that the exported LaTeX replaces the ":" with > a "-" to become \ref{tab-niceone} which precludes the use of (e.g.) > \autoref which would need to know that the thing being referenced was a > table by recognising the "tab:", no? I am sure there is a good reason > for t

[O] Renaming the thread: orgmode-bibtex/html-export issues

2012-11-07 Thread Vikas Rawal
My problem with bibtex is in the context of a website I am developing using orgmode (http://www.indianstatistics.org). I would like some pages to have a bibliography of works relevant to the subject area. I need the kind of thing that is done using \nocite(key) in bibtex. \nocite is useful when on