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.
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
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
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
>> "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
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
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
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
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
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
>> "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
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
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
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
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
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
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"
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
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
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
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
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
* 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
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
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
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
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
27 matches
Mail list logo