Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Jambunathan K
Rustom Mody writes: > Ended with: ox-odt cannot find factory style files You need (setq org-odt-data-dir "~/src/org-mode/etc/") Modify the path. If the *Messages* say that it is not able to find the styles dir, it really means that it is not able to find the styles files. > Checked that

Re: [O] How to signal end of a section or subsection

2014-01-16 Thread Eric S Fraga
Ken Mankoff writes: [...] > I just discovered org inline tasks. This seems to be another approach, and > very useful! Indeed! I use these all the time for when I have tasks inersprsed in a large document. I'm not sure why I forgot to mention this capability; probably because org has so many

[O] exporting tex macros to mathjax js file

2014-01-16 Thread cedric
Hi, I am discovering the org-mode. I wonder if there is a way to transpose an include file containing tex macros to a mathjax local configuration file. I guess it is possible to use sed to do that but is there a better way to handle that? Maybe I should ask to mathjax developpers? What do you

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-16 Thread Eric S Fraga
Nicolas Goaziou writes: [...] > So, here comes another patch. WDYT? Seems to work fine. I've tried using the export snippets together with the filter for checkboxes and my lists come out looking as they should. Changing my documents won't be too onerous. -- : Eric S Fraga (0xFFFCF67D), Emac

Re: [O] using lightbox plugins in HTML export

2014-01-16 Thread Peter Salazar
Alternatively, how do I specify the LaTeX image on one line, and the HTML image as an on a different line, such that the link doesn't appear in the LaTeX export and the image doesn't get duplicated in the HTML export? Thanks! On Wed, Jan 15, 2014 at 1:32 AM, Peter Salazar wrote: > Does anyone

[O] How to bind opening a custom agenda to a single key?

2014-01-16 Thread Martin Beck
Hi,   I'm sorry, if this is obvious, but I did not find a solution in the manual or in the internet:   At the moment, I have to type C-c a h to open my main agenda, which I do quite often a day. I want to simplify that keystroke and bind it to a function key, e.g. F12.   What works for me is

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Miguel Ruiz
This is my setup in .emacs; it runs without problems version after version. ;; ;; Remove Org remnants built into Emacs ;; ;; from Achim Gratz ;; https://github.com/emacsmirror/org/blob/master/testing/org-batch-test-init.el ;; clean load-path (setq load-path   (delq nil (mapcar          (fun

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Rustom Mody
On Thu, Jan 16, 2014 at 1:59 PM, Jambunathan K wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.orgmode as well. > > Rustom Mody writes: > >> Ended with: ox-odt cannot find factory style files > > You need > > (setq org-odt-data-dir "~/src/

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-16 Thread Sebastien Vauban
Hello Eric, Eric S Fraga wrote: > Seems to work fine. I've tried using the export snippets together with > the filter for checkboxes and my lists come out looking as they > should. Changing my documents won't be too onerous. Would you mind sharing your filter (or put it on Worg hacks, maybe)?

Re: [O] How to bind opening a custom agenda to a single key?

2014-01-16 Thread Sebastien Vauban
"Martin Beck" wrote: > I want to simplify that keystroke and bind it to a function key, e.g. F12. > What works for me is (global-set-key (kbd "") 'org-agenda) which at least > brings me to the overview over all defined agendas, but how can I bind F12 > directly to the Agenda with trigger "h"? --8<

[O] Exporting table.el tables to LaTeX: set environment?

2014-01-16 Thread Gary Oberbrunner
If I have a table.el table, is there any way to set the LaTeX table environment for it (longtable, tabularx etc.)? Here's a simple sample: * Table Test This is a table.el table: +-+---+---+ | Test| Test2 | Test3 | +-+---+--

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Jambunathan K
Rustom Mody writes: > I could check that org-odt-data-dir is coming in bound to > /usr/share/emacs/etc/org (which is non-existent) before the defvar in > ox-odt.el, so that defvar is not happening > And changing the prefix in local.mk does not seem to do anything Don't worry about the make file

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-16 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Nicolas Goaziou writes: > > [...] > >> So, here comes another patch. WDYT? > > Seems to work fine. Applied. Thank you. > I've tried using the export snippets together with the filter for > checkboxes and my lists come out looking as they should. Changing my > doc

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Jambunathan K
Rustom Mody writes: > org-odt-data-dir is coming in bound to /usr/share/emacs/etc/org (which > is non-existent) Open a bug against the packager. (ox-odt.el is an exception. It is uncommon for Emacs libraries to come with auxiliary support files). The distributors need to make sure 1. Style f

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-16 Thread Eric S Fraga
Sebastien Vauban writes: > Hello Eric, > > Eric S Fraga wrote: >> Seems to work fine. I've tried using the export snippets together with >> the filter for checkboxes and my lists come out looking as they >> should. Changing my documents won't be too onerous. > > Would you mind sharing your filt

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-16 Thread Nicolas Goaziou
Eric S Fraga writes: > Sebastien Vauban writes: > >> Hello Eric, >> >> Eric S Fraga wrote: >>> Seems to work fine. I've tried using the export snippets together with >>> the filter for checkboxes and my lists come out looking as they >>> should. Changing my documents won't be too onerous. >> >

Re: [O] [RFC] ox-ascii.el: fixing variable width character handling

2014-01-16 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Opps. Rebased version attached. Applied. Thank you for your work. Regards, -- Nicolas Goaziou

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-16 Thread Sebastien Vauban
Nicolas Goaziou wrote: > Eric S Fraga writes: >> Sebastien Vauban writes: >>> Eric S Fraga wrote: Seems to work fine. I've tried using the export snippets together with the filter for checkboxes and my lists come out looking as they should. Changing my documents won't be too oner

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Achim Gratz
Jambunathan K writes: > Rustom Mody writes: > >> I could check that org-odt-data-dir is coming in bound to >> /usr/share/emacs/etc/org (which is non-existent) before the defvar in >> ox-odt.el, so that defvar is not happening > >> And changing the prefix in local.mk does not seem to do anything >

Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]

2014-01-16 Thread Eric S Fraga
Sebastien Vauban writes: > Nicolas Goaziou wrote: [...] >> The question is still open, though: should it be the default? > > I'd vote for it, for both LaTeX and HTML. > > Best regards, > Seb As would I. Check boxes with bullet points look quite ugly. Removing the bullet point leaves a very

Re: [O] Buffer local alias?

2014-01-16 Thread Achim Gratz
Andreas Leha writes: > Yes, I know. That's why I am sighing a bit: Both approaches need work > or are inconvenient in one way or the other. That trait of reproducibility is shared with security. You might want to have alook at this: https://www.vagrantup.com/ (no direct experience yet). Reg

Re: [O] Buffer local alias?

2014-01-16 Thread Rick Frankel
On 2014-01-16 11:44, Achim Gratz wrote: Andreas Leha writes: Yes, I know. That's why I am sighing a bit: Both approaches need work or are inconvenient in one way or the other. That trait of reproducibility is shared with security. You might want to have alook at this: https://www.vagrantup.c

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Achim Gratz
Rustom Mody writes: > I could check that > org-odt-data-dir is coming in bound to /usr/share/emacs/etc/org (which > is non-existent) before the defvar in ox-odt.el, so that defvar is not > happening > > And changing the prefix in local.mk does not seem to do anything What do you expect it to do if

Re: [O] odt exporter on mixed org setup

2014-01-16 Thread Rustom Mody
On Thu, Jan 16, 2014 at 8:22 PM, Jambunathan K wrote: > Rustom Mody writes: > >> org-odt-data-dir is coming in bound to /usr/share/emacs/etc/org (which >> is non-existent) > > Open a bug against the packager. Dunno what you mean... I am using org fresh-cooked off git! And anyway your setq to org

Re: [O] Buffer local alias?

2014-01-16 Thread Thomas S. Dye
Aloha Achim, Achim Gratz writes: > Andreas Leha writes: >> Yes, I know. That's why I am sighing a bit: Both approaches need work >> or are inconvenient in one way or the other. > > That trait of reproducibility is shared with security. You might want > to have alook at this: > > https://www.v

Re: [O] python :session does return

2014-01-16 Thread Ken Mankoff
Hi John, On Wed, 15 Jan 2014, John Hendy wrote: On Wed, Jan 15, 2014 at 6:22 AM, Ken Mankoff wrote: Are my results contrary to what's been happening to you? Actually things now seem to be working. All cases. No hanging when I run Python in a session, and return and print work when running I

[O] most robust linking practices?

2014-01-16 Thread John Kitchin
Hi all, I am using org-mode in a multiuser environment, (i.e. many people have access to the org-files). I create org-files with links in them to other files, and I am trying to find the most robust way to do that. For example, in one file in section I type C-c l to store a link, and then later C

Re: [O] Citations and references in ODT

2014-01-16 Thread Aric Gregson
Ken Mankoff writes: > Aric, perhaps you could add markdown support using export filters? I have > just come across this feature and it looks useful. > > http://thread.gmane.org/gmane.emacs.orgmode/74816/focus=74876 I'll give this a try, but my lisp knowledge is nil. I can pretty easily change th

[O] Spreadsheet formula evaluation without using tables?

2014-01-16 Thread Asif
Is it possible to have a list of tasks each with a formula to track progress in percentage based on other subtasks? The result will look like this: * [ 30%] Project Name ** [ 50%] Task A ** [ 10%] Task B This is what my formula in lisp will look like: ** [**(format "%3d" (+ (* TASKA 0.5) (* TASK

Re: [O] most robust linking practices?

2014-01-16 Thread Nick Dokos
John Kitchin writes: > Hi all, > > I am using org-mode in a multiuser environment, (i.e. many people have access > to the org-files). I create org-files with links in > them to other files, and I am trying to find the most robust way to do that. > > For example, in one file in section I type C-c

[O] [BUG] Testing fails after rename of ob-sh

2014-01-16 Thread Rick Frankel
Eric- After doing a git pull including the rename of ob-sh.el to ob-shell.el, testing fails with the error: Cannot open load file: no such file or directory, ob-sh rick

Re: [O] [RFC] vs in HTML export

2014-01-16 Thread Rick Frankel
On Sat, Jan 11, 2014 at 10:21:39AM +0100, Bastien wrote: > Rick Frankel writes: > > > I thing the solution is to use an tag for svg, but an > > tag for the rest. > > Yes -- I'm no HTML guru, but this corresponds to what I see in most > HTML pages. Change applied. You can use the html attribut

Re: [O] [RFC] vs in HTML export

2014-01-16 Thread Nick Dokos
Rick Frankel writes: > On Sat, Jan 11, 2014 at 10:21:39AM +0100, Bastien wrote: >> Rick Frankel writes: >> >> > I thing the solution is to use an tag for svg, but an >> > tag for the rest. >> >> Yes -- I'm no HTML guru, but this corresponds to what I see in most >> HTML pages. > > Change app

Re: [O] [RFC] vs in HTML export

2014-01-16 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > On Sat, Jan 11, 2014 at 10:21:39AM +0100, Bastien wrote: >> Rick Frankel writes: >> >> > I thing the solution is to use an tag for svg, but an >> > tag for the rest. >> >> Yes -- I'm no HTML guru, but this corresponds to what I see in most >> HTML pages. > > Ch

Re: [O] Bug: s5-export: Improved title template default. [8.2.1 (8.2.1-dist @ /usr/share/emacs/site-lisp/org-mode/)]

2014-01-16 Thread Rick Frankel
On Sat, Jan 11, 2014 at 02:27:01AM +0100, Arne Babenhauserheide wrote: > The following in ox-s5.el should fix this: > > (defcustom org-s5-title-slide-template > "%t > %a > %e > %d" applied in maint and master.

[O] Holidays without fixed dates

2014-01-16 Thread Pete Ley
For instance, New Year's Day is always on January 1st, but something like the start of Daylight Saving Time is always around the same time but on the closest Sunday. Is there a ready-made solution for working this sort of thing into the agenda? So far I just have holidays in my agenda that have fi