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
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
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
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
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
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
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
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/
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)?
"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<
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 |
+-+---+--
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
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
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
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
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.
>>
>
Hello,
Yasushi SHOJI writes:
> Opps. Rebased version attached.
Applied. Thank you for your work.
Regards,
--
Nicolas Goaziou
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
36 matches
Mail list logo