Re: [O] How to get notify from Org-mode's clock, timestamps, and appointments etc with in modeline or with notify-send etc programs ?

2013-11-20 Thread Alexander Baier
chris numbch...@gmail.com 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

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-20 Thread Richard Lawrence
Eric Schulte schulte.e...@gmail.com writes: Ian Barton li...@wilkesley.net 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

Re: [O] Refresh buffer properties and local variables

2013-11-20 Thread Thomas S. Dye
Hi Nick, Nick Dokos ndo...@gmail.com 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

Re: [O] Refresh buffer properties and local variables

2013-11-20 Thread Bastien
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

[O] \newpage in HTML export

2013-11-20 Thread Luke Crook
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

[O] tricky odt export needs

2013-11-20 Thread Dan Griswold
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

Re: [O] Refresh buffer properties and local variables

2013-11-20 Thread Nick Dokos
I'll prepare a properly formatted patch later on tonight. Nick

[O] Links to headings not generated in Tables

2013-11-20 Thread Luke Crook
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

Re: [O] \newpage in HTML export

2013-11-20 Thread Dan Griswold
This works well for me: #+HTML: div style=page-break-before: alwaysnbsp;/div 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 l...@balooga.com wrote: Both \newpage and #+LATEX:

Re: [O] tricky odt export needs

2013-11-20 Thread Nicolas Goaziou
Hello, Dan Griswold dgris...@rochester.rr.com writes: @text:span text:style-name=HighlightThis is a highlighted text@/text:span. 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

Re: [O] Links to headings not generated in Tables

2013-11-20 Thread Nicolas Goaziou
Hello, Luke Crook l...@balooga.com 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

Re: [O] tricky odt export needs

2013-11-20 Thread Christian Moe
Hi, @text:span text:style-name=HighlightThis is a highlighted text@/text:span. 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

Re: [O] tricky odt export needs

2013-11-20 Thread Dan Griswold
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 n.goaz...@gmail.comwrote: Hello, Dan Griswold

Re: [O] tricky odt export needs

2013-11-20 Thread Dan Griswold
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 m...@christianmoe.comwrote: Hi, @text:span text:style-name=HighlightThis is a

Re: [O] Links to headings not generated in Tables

2013-11-20 Thread Luke Crook
Nicolas Goaziou n.goaziou at 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.

Re: [O] tricky odt export needs

2013-11-20 Thread Nicolas Goaziou
Dan Griswold dgris...@rochester.rr.com 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

Re: [O] Links to headings not generated in Tables

2013-11-20 Thread Nicolas Goaziou
Hello, Luke Crook l...@balooga.com 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

Re: [O] \newpage in HTML export

2013-11-20 Thread Luke Crook
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

Re: [O] \newpage in HTML export

2013-11-20 Thread Russell Adams
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

Re: [O] tricky odt export needs

2013-11-20 Thread Christian Moe
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-clicking on

Re: [O] tricky odt export needs

2013-11-20 Thread Dan Griswold
Thank you! On Wed, Nov 20, 2013 at 4:10 PM, Nicolas Goaziou n.goaz...@gmail.comwrote: Dan Griswold dgris...@rochester.rr.com 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

Re: [O] \newpage in HTML export

2013-11-20 Thread Suvayu Ali
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, \newpage should

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-20 Thread Jorge A. Alfaro Murillo
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

Re: [O] \newpage in HTML export

2013-11-20 Thread Eric Abrahamsen
Suvayu Ali fatkasuvayu+li...@gmail.com 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

[O] Problems with org-bibtex

2013-11-20 Thread Marvin Doyley
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

Re: [O] Problems with org-bibtex

2013-11-20 Thread Marvin Doyley
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)

Re: [O] How to get notify from Org-mode's clock, timestamps, and appointments etc with in modeline or with notify-send etc programs ?

2013-11-20 Thread stardiviner
Excerpts from [ Alexander Baier ] On [2013-11-20 11:49:48 +0100]: chris numbch...@gmail.com 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

Re: [O] Refresh buffer properties and local variables

2013-11-20 Thread Nick Dokos
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 refreshing

Re: [O] Refresh buffer properties and local variables

2013-11-20 Thread Bastien
Hi Nick, Nick Dokos ndo...@gmail.com writes: Patch attached. Looks good, please push! Thanks, -- Bastien