Re: [O] Go to heading using LISP

2013-06-09 Thread Jambunathan K
Eric Abrahamsen writes: > if you're just looking for a lisp function to jump to a headline One can use org-ctags and use Emacs and etags interface (M-. etc) to jump to a headline. One can also choose the headline via completion.

Re: [O] org-cut-subtree, bug?

2013-06-09 Thread Andreas Röhler
Issue doesn't show up with Emacs built from trunk GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.18) of 2013-06-07 Thanks, Andreas

Re: [O] Go to heading using LISP

2013-06-09 Thread Eric Abrahamsen
Alexander Wingård writes: > Eric Abrahamsen ericabrahamsen.net> writes: > >> >> Alexander Wingård gmail.com> writes: >> >> > Hi! >> > >> > I want to create special key-bindings that use the org-refile goto >> > interface to jump to specific headings. > More specific example, let's say I want

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-09 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > Nathaniel Cunningham writes: > >> Suvayu Ali gmail.com> writes: >> >>> >>> Org mode >>> translates _underlined text_ to \underline{underlined text}, however if >>> you read the TeX.sx question referenced below you will see that it >>> doesn't support line b

Re: [O] Xemacs 21.5.32 & org-8.03 almost

2013-06-09 Thread Uwe Brauer
>> "Achim" == Achim Gratz writes: > Uwe Brauer writes: >> The strange this is that C-h f define-obsolete-function-alias tells me >> that the function is advised and points to org-compat but it seems not >> to work. > I think it is possible that XEmacs treats advices a bit differe

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-09 Thread Michael Brand
Hi Eric On Sun, Jun 9, 2013 at 9:18 PM, Eric Schulte wrote: > Export buffers are sometimes modified or narrowed during the export > process, so I wouldn't depend too much on the absolute values of markers > generated during export. As long as the heading in which the marker > lives seems to be c

Re: [O] add "joint work with"

2013-06-09 Thread Andrej Depperschmidt
Eric S Fraga writes: > #+latex_header: \author[speaker]{speaker \\ joint work with second author and > third author} > #+latex_header: \renewcommand{\author}[1]{} Thank you very much! The second line is the one that I was missing. Cheers, Andrej

Re: [O] Xemacs 21.5.32 & org-8.03 almost

2013-06-09 Thread Achim Gratz
Uwe Brauer writes: > The strange this is that C-h f define-obsolete-function-alias tells me > that the function is advised and points to org-compat but it seems not > to work. I think it is possible that XEmacs treats advices a bit differently. Anyway, the idea of the advice is to drop the (not n

[O] BUG in org-element-context

2013-06-09 Thread Eric Schulte
To demonstrate, run M-: (org-element-context) with the point at the beginning of the following, and notice that the second ")" is not included in the returned string. call_foo(bar=(+ 2 2)) Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] add "joint work with"

2013-06-09 Thread Eric S Fraga
Andrej Depperschmidt writes: > Hello emacs-orgmode list! > > I am trying to prepare a talk using ox-beamer and am missing a function > that I am used to. > > In beamer latex one can for example write > > \author[speaker]{speaker \\ joint work with second author and third author} > > Then I get my

Re: [O] Xemacs 21.5.32 & org-8.03 almost

2013-06-09 Thread Uwe Brauer
>> "Achim" == Achim Gratz writes: > Uwe Brauer writes: >> (I had this issue for example in Ulf icalendar.el). I thought of >> wrapping (if (featurep 'xemacs) around the relevant code, till I >> found out that there is already a org-compat, so I >> added (require 'org-compat) and t

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-09 Thread Eric Schulte
Michael Brand writes: > Hi Eric > > On Sat, Jun 8, 2013 at 8:03 PM, Eric Schulte wrote: >> I've just pushed up a commit which should fix this problem. The >> org-babel-current-exec-src-block-head variable wasn't bound during >> export. > > Confirmed, thanks. In the attached marker_offset.org th

Re: [O] Xemacs 21.5.32 & org-8.03 almost

2013-06-09 Thread Achim Gratz
Uwe Brauer writes: > (I had this issue for example in Ulf icalendar.el). I thought of > wrapping (if (featurep 'xemacs) around the relevant code, till I > found out that there is already a org-compat, so I >added (require 'org-compat) and then the problem disappeared. > > - However I now r

[O] Xemacs 21.5.32 & org-8.03 almost

2013-06-09 Thread Uwe Brauer
Hello I hope I am almost done with the installation. - First thanks to Achim Gratz for pointing out http://orgmode.org/worg/dev/org-build-system.html#sec-4-1-4 to set the compilation and built process correctly. - next, when I compiled installed and restarted xemacs using

Re: [O] koma letter exporter: changing the priority of options

2013-06-09 Thread Viktor Rosenfeld
Hi Alan, Alan Schmitt wrote: > Hello, > > I just had to write a new letter with a fresh LCO file, and I would like > to propose to change the priority of options. The current priority is: > local options > emacs variables > lco file. > > Unfortunately emacs variables have a default value, which

[O] bug#14586: 23.3; void-variable calendar-view-diary-initially-flag

2013-06-09 Thread Glenn Morris
Version: 24.1 Mike Kupfer wrote: > 1. visit an org-mode file. > 2. insert a date (C-c ! RET) > 3. M-x calendar RET > > This gives me (from *Messages*): > > calendar: Symbol's value as variable is void: > calendar-view-diary-initially-flag [...] > This is with the stock Emacs that comes with Ubun

Re: [O] Go to heading using LISP

2013-06-09 Thread Alexander Wingård
Eric Abrahamsen ericabrahamsen.net> writes: > > Alexander Wingård gmail.com> writes: > > > Hi! > > > > I want to create special key-bindings that use the org-refile goto > > interface to jump to specific headings. More specific example, let's say I want to bind keys in my .emacs file: "C-c b"

Re: [O] 'listings' package used but not required in LaTeX export

2013-06-09 Thread Thorsten Jolitz
Rasmus writes: Nicolas Goaziou writes: > By default, `org-latex-listings' is nil, which means no "listings" code > is inserted in the output. Therefore, the problem comes from your > configuration (i.e. you changed variable's value without reading its > docstring). Ok, thanks to both of you, k

[O] koma letter exporter: changing the priority of options

2013-06-09 Thread Alan Schmitt
Hello, I just had to write a new letter with a fresh LCO file, and I would like to propose to change the priority of options. The current priority is: local options > emacs variables > lco file. Unfortunately emacs variables have a default value, which means they are output in the .tex file even

Re: [O] [PATCH] lisp/ox-html.el: Minimal encoding for code and verbatim text

2013-06-09 Thread Nicolas Goaziou
Hello, Aurélien Aptel writes: > I've reported the following bug earlier: > http://article.gmane.org/gmane.emacs.orgmode/72967 > > Here's a fix, attached. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-09 Thread Nicolas Goaziou
Hello, Nathaniel Cunningham writes: > Suvayu Ali gmail.com> writes: > >> >> Org mode >> translates _underlined text_ to \underline{underlined text}, however if >> you read the TeX.sx question referenced below you will see that it >> doesn't support line breaks and the TeX community recommends

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-09 Thread Michael Brand
On Sun, Jun 9, 2013 at 9:56 AM, Michael Brand wrote: > In the attached marker_offset.org Sorry, forgot that. marker_offset.org Description: Binary data

[O] [PATCH] summarize timestamps in column view

2013-06-09 Thread Pedro Silva
* org-colview.el (org-columns-compile-map): (org-columns-number-to-string): (org-columns-string-to-number): Handle timestamp summaries. * org.texi (Column attributes): Document timestamp summaries. TINYCHANGE --- contrib/lisp/org-colview-xemacs.el | 11 ++- doc/org.texi

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-09 Thread Michael Brand
Hi Eric On Sat, Jun 8, 2013 at 8:03 PM, Eric Schulte wrote: > I've just pushed up a commit which should fix this problem. The > org-babel-current-exec-src-block-head variable wasn't bound during > export. Confirmed, thanks. In the attached marker_offset.org the evaluation of the variable todo-s

Re: [O] [PATCH (v3)][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-09 Thread Nicolas Goaziou
Hello, Rasmus writes: > Nicolas Goaziou writes: > >> It is, thank you. Here is another round of comments. > > v4 attached. Thank you. The patch looks good, but the feature needs to be documented. I think you could add a paragraph in `org-latex-classes' docstring, below the first reference t

Re: [O] Avoid escaping braces in LaTeX export?

2013-06-09 Thread Nicolas Goaziou
Hello, Richard Lawrence writes: > Eric S Fraga writes: > >> Richard Lawrence writes: >> Org is not latex, for better or for worse. However, it does allow you >> to mix the two in various ways. The inline approach is limited to >> {text} that is on the same line. You could try using visual-l

Re: [O] 'listings' package used but not required in LaTeX export

2013-06-09 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > Rasmus writes: > >> Thorsten Jolitz writes: >> >>> but there is no >>> >>> ,-- >>> | \usepackage{listings} >>> `-- >> >> This is a feature to my understanding. > > mmhh ... I would rather say that the defaults can be as