Hi Nick,
Nick Dokos writes:
> Patch attached.
Looks good, please push!
Thanks,
--
Bastien
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha all,
>
> I just discovered that refreshing buffer properties, C-c C-c at the top
> of my Org mode file, resets Local Variables to their default values (I
> think). At any rate, the Local Variables I set at the end of the file
> are changed by refreshi
Excerpts from [ Alexander Baier ] On [2013-11-20 11:49:48 +0100]:
> chris writes:
>
>
> You might want to take a look at this library:
> https://github.com/djcb/sauron
>
>
> Regards,
> Alex
>
This is really great. Thanks very much.
--
[ stardiviner ] Kill the world if you want. Tha
Sorry about that, I agree I should know better.
Here is the Backtrace that I got,
Cheers,
M
Debugger entered--Lisp error: (void-function bibtex-beginning-of-entry)
bibtex-beginning-of-entry()
org-bibtex-read()
org-bibtex-yank()
call-interactively(org-bibtex-yank record nil)
command-exec
Hi there,
I have decided to give org-bibtex a try. I have loaded it in my .emacs
file, but whenever I copy a bibtex entry and try to use org-bibtex-yank I
get the following error
Symbol's function definition is void: bibtex-beginning-of-entry
Could someone tell me what this mean and how to fix i
Suvayu Ali writes:
> On Wed, Nov 20, 2013 at 03:20:02PM -0600, Russell Adams wrote:
>> On Wed, Nov 20, 2013 at 09:15:43PM +, Luke Crook wrote:
>> >
>> > That works. But that means I need both #+HTML: and #+Latex: for the same
>> > thing. \newpage should convert as appropriate depending on th
I once tried to do something similar in org mode, at the end I thought I
was doing twice the work, so I ended up with just one big .bib file.
I copy the bib info from the website and then I have a function to yank it
a little bit cleaner into my bib file, something like this:
(defun bibtex-yank
On Wed, Nov 20, 2013 at 03:20:02PM -0600, Russell Adams wrote:
> On Wed, Nov 20, 2013 at 09:15:43PM +, Luke Crook wrote:
> >
> > That works. But that means I need both #+HTML: and #+Latex: for the same
> > thing. \newpage should convert as appropriate depending on the export.
> >
> > So, \newp
Thank you!
On Wed, Nov 20, 2013 at 4:10 PM, Nicolas Goaziou wrote:
> Dan Griswold writes:
>
> > It seems that my installation of org mode (from orgmode.org/elpa) does
> not
> > have its info file updated to reflect that change of syntax.
>
> I updated the manual. Thank you.
>
>
> Regards,
>
> -
I said:
> You can do cross-references with ordinary links. Have a look at the
> manual section 4.2, "Internal links". However, what you get out of the
> box is textual references to e.g. section headings, not page
> references. You can change that for each reference individually by
> right-clicki
On Wed, Nov 20, 2013 at 09:15:43PM +, Luke Crook wrote:
>
> That works. But that means I need both #+HTML: and #+Latex: for the same
> thing. \newpage should convert as appropriate depending on the export.
>
> So, \newpage should translate to the HTML equivalent on HTML export, and the
> Latex
That works. But that means I need both #+HTML: and #+Latex: for the same
thing. \newpage should convert as appropriate depending on the export.
So, \newpage should translate to the HTML equivalent on HTML export, and the
Latex equivalent on Latex export.
It only works correctly on Latex expor
Hello,
Luke Crook writes:
> Hi Nicolas, I'm definitely using 8.2.2, as reported by org-version.
OK. Then could you provide an ECM? I'm unable to reproduce the problem.
Regards,
--
Nicolas Goaziou
Dan Griswold writes:
> It seems that my installation of org mode (from orgmode.org/elpa) does not
> have its info file updated to reflect that change of syntax.
I updated the manual. Thank you.
Regards,
--
Nicolas Goaziou
Nicolas Goaziou gmail.com> writes:
>>
> You are probably using an old Org revision (e.g. the one shipped with
> Emacs 24.3).
>
Hi Nicolas, I'm definitely using 8.2.2, as reported by org-version.
Thank you Christian,
This is very helpful.
I'll do some comparing of the standard way of doing links with the
workaround I've stumbled into.
Cheers,
Dan
On Wed, Nov 20, 2013 at 3:34 PM, Christian Moe wrote:
>
> Hi,
>
> > @This is a
> > highlighted text@. But this is a
> > regular text.
> >
Thank you, Nicolas! This is just what I need.
It seems that my installation of org mode (from orgmode.org/elpa) does not
have its info file updated to reflect that change of syntax.
Dan
On Wed, Nov 20, 2013 at 3:24 PM, Nicolas Goaziou wrote:
> Hello,
>
> Dan Griswold writes:
>
> > @This is a
Hi,
> @This is a
> highlighted text@. But this is a
> regular text.
>
> doesn't work. That is, the resulting .odt file shows the text above with
> the @ symbols. Am I missing something?
No, the manual is. My bad, sort of; I meant to fix it a week ago but
never got around to it.
With the new ex
Hello,
Luke Crook writes:
> I am unable to get links of the following type to appear in Tables when
> exporting to HTML or Latex;
>
> [[*Heading 1][A Heading]]
>
> The links are valid in Emacs, meaning I can navigate to the target using C-c
> C-o.
>
> Links to headings using ID, or links to o
Hello,
Dan Griswold writes:
> @This is a
> highlighted text@. But this is a
> regular text.
>
> doesn't work. That is, the resulting .odt file shows the text above with
> the @ symbols. Am I missing something?
Syntax for Org > 8.0 is:
@@odt:@@
Regards,
--
Nicolas Goaziou
This works well for me:
#+HTML:
placed right where you want the page break.
The break will not appear in the browser, but it will when you print.
Dan
On Wed, Nov 20, 2013 at 1:52 PM, Luke Crook wrote:
> Both "\newpage" and "#+LATEX: \newpage" generate page breaks in Latex.
> However "\ne
I am unable to get links of the following type to appear in Tables when
exporting to HTML or Latex;
[[*Heading 1][A Heading]]
The links are valid in Emacs, meaning I can navigate to the target using C-c
C-o.
Links to headings using ID, or links to other tables ( e.g. [[tbl:aTable]]) do
seem
I'll prepare a properly formatted patch later on tonight.
Nick
Hi all,
I have a document that was formerly a LaTeX file. In it there were labels
and references using \label and \pageref. I am needing to export to doc
using ox-odt. I have been able to do some fairly advanced things like using
styles I've modified and created. But I'm having trouble with all bu
Both "\newpage" and "#+LATEX: \newpage" generate page breaks in Latex.
However "\newpage" is included verbatim in HTML export.
Should I use "#+LATEX: \newpage" instead?
/Luke
Hi Thomas and Nick,
t...@tsdye.com (Thomas S. Dye) writes:
> Thanks for your help. Is there something else I can do to get this
> change into Org?
Nick, feel free to push this fix -- it was indeed not intended.
Thanks!
--
Bastien
Hi Nick,
Nick Dokos writes:
> Looking at what normal-mode does, I came up with the following hack.
> Does it fix things for you?
>
> diff --git a/lisp/org.el b/lisp/org.el
> index febee75..caf0348 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -5512,7 +5512,8 @@ The following commands are a
Eric Schulte writes:
> Ian Barton writes:
>
>> On 19/11/13 01:40, Christopher W. Ryan wrote:
>>> Not sure "citational" is even a word, but hopefully it conveys my meaning!
>>>
>>> I've been using LaTeX for academic writing and reading for quite some
>>> time, with emacs as my editor. I'm pretty
chris writes:
> I want to good way to notify me about Org-mode's clock, timestamps,
> effort estimates and appointments etc with in Emacs's modeline or with
> notify programs like notify-send. And I hope this notify solution
> also can work for calendar events, new email's arrival, and IRC
> not
29 matches
Mail list logo