Re: [O] Exporting to multiple files

2014-10-01 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Eric Abrahamsen writes: > >> Not many formats: many files. To be honest, it's not necessary for epub >> to export to many separate files, but it's often done. It is easier to >> deal with, if you're editing the epub afterwards. > > In this case, the back-end can genera

Re: [O] [patch, ox] Unnumbered headlines

2014-10-01 Thread Rasmus
["Cloud-note" to self (probably) or, preferably, someone else] One "deficit" of unnumbered headlines in odt is that they are indented. This looks dumb! Here's some notes on how I think is the best way to get rid of the indention in ox-odt. If this bothers someone, please go ahead and fix it! O

Re: [O] behavior of org-image-actual-size with units in attr_* :width

2014-10-01 Thread John Kitchin
Nicolas Goaziou writes: is it the case that ATTR_HTML width attributes are only in pixels? If so, that is certainly an easier modification to make, and would solve my problem (we almost exclusively use attr_latex for that export). Your comment inspired me to solve it this way: #+attr_latex: :wi

[O] Bug: org-time-stamp keymap [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-10-01 Thread Pierre-Yves Luyten
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] Improved way to include some headlines from an external org file

2014-10-01 Thread Andrea Rossetti
Xavier Garrido writes: > Thanks for the follow-up. Actually I am waiting this patch > http://article.gmane.org/gmane.emacs.orgmode/90932/match=include+resolve+links > to be pushed by Rasmus (see the comment in the endlessparentheses Ahem... sincere apologies for the noise. I got confused by those

Re: [O] [patch, ox] #+INCLUDE resolves links

2014-10-01 Thread Rasmus
Hi, Nicolas Goaziou writes: > It isn't very important, but you forgot full stops at the end of > comments in the test file. Fixed. >> I want to discuss one more important potential issue before having the >> patch applied. Currently, location is ignored if the included part is >> not an env

Re: [O] [org-publish] Error exporting my project

2014-10-01 Thread Brady Trainor
Nicolas Goaziou writes: > Hello, > > Leandro Noferini writes: > >> Yes, I have on Debian unstable, either emacs24 and org-mode package: how >> could I choose to use only org-mode package? Do you use the built-in package manager? I do, so I think I simply need (package-initialize) before anythi

Re: [O] Adding new table rows/cols in a formula update

2014-10-01 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Dima Kogan writes: > >> OK. Patch attached. > > Thanks for your patch. Some comments follow. > >> From 3b6581c647cb87f0d3e8cee94ce2fb1fb122d3fd Mon Sep 17 00:00:00 2001 >> From: Dima Kogan >> Date: Tue, 30 Sep 2014 22:36:21 -0700 >> Subject: [PATCH] Field fo

Re: [O] [patch, ox] #+INCLUDE resolves links

2014-10-01 Thread Nicolas Goaziou
Hello, Rasmus writes: > Changes are one sentence in the documentations, casing, and I changed > the regexp so that :only-contents is valid (it's nil). Thank you. It isn't very important, but you forgot full stops at the end of comments in the test file. > Is it better now? I think so. > I w

Re: [O] Adding new table rows/cols in a formula update

2014-10-01 Thread Dima Kogan
Hi. Thanks for replying. Nicolas Goaziou writes: > Thanks for your patch. Some comments follow. > >> From 3b6581c647cb87f0d3e8cee94ce2fb1fb122d3fd Mon Sep 17 00:00:00 2001 >> From: Dima Kogan >> Date: Tue, 30 Sep 2014 22:36:21 -0700 >> Subject: [PATCH] Field formulas can now add columns as nee

Re: [O] Adding new table rows/cols in a formula update

2014-10-01 Thread Nicolas Goaziou
Hello, Dima Kogan writes: > OK. Patch attached. Thanks for your patch. Some comments follow. > From 3b6581c647cb87f0d3e8cee94ce2fb1fb122d3fd Mon Sep 17 00:00:00 2001 > From: Dima Kogan > Date: Tue, 30 Sep 2014 22:36:21 -0700 > Subject: [PATCH] Field formulas can now add columns as needed > >

Re: [O] behavior of org-image-actual-size with units in attr_* :width

2014-10-01 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I have set this in my init file > > (setq org-image-actual-width '(600)) > > It works great, unless I use: > #+attr_latex: :width 4in > > This makes my images 4 inches wide in LaTeX, but it sets my images to > approximately 4 pixels wide! > > I feel like it is worth

Re: [O] Exporting to multiple files

2014-10-01 Thread Nicolas Goaziou
Eric Abrahamsen writes: > Not many formats: many files. To be honest, it's not necessary for epub > to export to many separate files, but it's often done. It is easier to > deal with, if you're editing the epub afterwards. In this case, the back-end can generate multiple files. AFAIK, ox-odt do

[O] clock table properties

2014-10-01 Thread Paul Rudin
Here's the contents of a file: #+PROPERTY: test_ALL: X * Eggs CLOCK: [2014-10-01 Wed 18:52]--[2014-10-01 Wed 19:52] => 1:00 #+BEGIN: clocktable :maxlevel 2 :scope file :properties ("test") :inherit-props t #+CAPTION: Clock summary at [2014-10-01 Wed 19:57] | test | Headline | Time | |-

Re: [O] [patchattached] Store link to url of eww

2014-10-01 Thread Aaron Ecay
Hi Marco, Excellent. I have pushed your patch to the master branch of the org-mode repo. If you want commit access, you can follow the instructions in the wiki: . Org’s maintainer Bastien (cc’d) is the only one who can actually verify the assign

Re: [O] Error Embedding SQL Source from code block into R Source of Another (noweb)

2014-10-01 Thread Nick Dokos
Grant Rettke writes: >> On Tue, Sep 30, 2014 at 9:23 PM, Nick Dokos wrote: >>> Grant Rettke writes: >>> Yikes what a week sorry about that here is what you would need I shall >>> be defining a function to provide all such details in the future and >>> thanks Nick for addressing: >>> >>> ╭ >

Re: [O] Error Embedding SQL Source from code block into R Source of Another (noweb)

2014-10-01 Thread Grant Rettke
> On Tue, Sep 30, 2014 at 9:23 PM, Nick Dokos wrote: >> Grant Rettke writes: >> Yikes what a week sorry about that here is what you would need I shall >> be defining a function to provide all such details in the future and >> thanks Nick for addressing: >> >> ╭ >> │ (setq org-babel-noweb-wrap

Re: [O] Exporting to multiple files

2014-10-01 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Marcin Borkowski writes: > >> Is it a bad idea to write an /export/ backend with one-to-many >> functionality? (Epub is probably the most obvious use case, but there >> are others.) > > I don't know if that is a bad idea, but it sounds odd. In particular, >

Re: [O] Multi-file and master files

2014-10-01 Thread Phillip Lord
Nicolas Goaziou writes: > phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > >> Slightly confusing. I would have expected ELPA to do a stable install, >> and then git for those wanting the bleeding edge. Is the only purpose >> for the org-mode ELPA to hold plus-contrib which probably includes n

Re: [O] [org-publish] Error exporting my project

2014-10-01 Thread Nicolas Goaziou
Hello, Leandro Noferini writes: > Yes, I have on Debian unstable, either emacs24 and org-mode package: how > could I choose to use only org-mode package? You have to make sure that newer Org is loaded before bundled one, i.e., nothing in your config requires (or autoloads) the bundled Org. Re

Re: [O] Exporting to multiple files

2014-10-01 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > Is it a bad idea to write an /export/ backend with one-to-many > functionality? (Epub is probably the most obvious use case, but there > are others.) I don't know if that is a bad idea, but it sounds odd. In particular, I don't get why it is "obvious" that ePu

Re: [O] Multi-file and master files

2014-10-01 Thread Nicolas Goaziou
Hello, phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > Slightly confusing. I would have expected ELPA to do a stable install, > and then git for those wanting the bleeding edge. Is the only purpose > for the org-mode ELPA to hold plus-contrib which probably includes no > FSF assigned code?

Re: [O] Multi-file and master files

2014-10-01 Thread Phillip Lord
Rasmus writes: > phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > >> Hmmm. I seem to have trashed by org install by loading from ELPA; >> currently, interactively, I can't export at all. > > Do C-h f on some org functions and check that they are from the elpa > installation. > > See also: > >

Re: [O] Tangling and Exporting an Unsupported Language.

2014-10-01 Thread Ista Zahn
On Wed, Oct 1, 2014 at 3:10 AM, Malcolm Purvis wrote: >> "Ista" == Ista Zahn writes: > > Ista> Exporting and tangling don't require any language support. > > Ista> #+begin_src foobarbas :tangle foo.bar > Ista> +end_src > > Ista> is perfectly fine and will export and tangle just fine. Or did I

Re: [O] Exporting to multiple files

2014-10-01 Thread Marcin Borkowski
On 2014-10-01, at 14:44, Nicolas Goaziou wrote: > Hello, > > Eric Abrahamsen writes: > >> I thought about using Org publishing mechanism instead of exporting, >> but the two systems seem pretty locked in their paradigms: publishing >> is many-to-many, exporting is one-to-one (or many-to-one, wit

Re: [O] Multi-file and master files

2014-10-01 Thread Rasmus
Hi Phillip, phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > Hmmm. I seem to have trashed by org install by loading from ELPA; > currently, interactively, I can't export at all. Do C-h f on some org functions and check that they are from the elpa installation. See also: http://orgmod

Re: [O] Multi-file and master files

2014-10-01 Thread Phillip Lord
Hmmm. I seem to have trashed by org install by loading from ELPA; currently, interactively, I can't export at all. debugger entered--Lisp error: (invalid-function org-with-silent-modifications) org-with-silent-modifications(nil) org-refresh-category-properties() org-get-category() It's st

Re: [O] Exporting to multiple files

2014-10-01 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > I thought about using Org publishing mechanism instead of exporting, > but the two systems seem pretty locked in their paradigms: publishing > is many-to-many, exporting is one-to-one (or many-to-one, with > includes). There's no built-in option for one-to-many.

Re: [O] Multi-file and master files

2014-10-01 Thread Rasmus
phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > Rasmus writes: > >> Hi Phillip, >> >> phillip.l...@newcastle.ac.uk (Phillip Lord) writes: >> >> I might be misunderstanding your question here, so bear(?) with me. >> >> I think #+INCLUDE: "$FILE" should take care of what you want. >> Basicall

Re: [O] Multi-file and master files

2014-10-01 Thread Phillip Lord
Rasmus writes: > Hi Phillip, > > phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > > I might be misunderstanding your question here, so bear(?) with me. > > I think #+INCLUDE: "$FILE" should take care of what you want. > Basically, at export time, INCLUDE is expanded to the content of $FILE >

Re: [O] [org-publish] Error exporting my project

2014-10-01 Thread Leandro Noferini
Nicolas Goaziou writes: [...] >> I have this error trying to publish my project that worked fine: >> >> Loading /home/leandro/.org-timestamps/Blog.cache...done >> Publishing file /home/leandro/Desktop/Documenti/org/blog.org using >> org-html-publish-to-html' >> org-html-publish-to-html: Wrong n

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-10-01 Thread Kyeong Soo (Joseph) Kim
On Mon, Sep 29, 2014 at 10:18 PM, Rasmus wrote: <- snip > > > It may be documented in chapter 4, entitled Hyperlinks. > >http://orgmode.org/org.html#Hyperlinks > > I don't know if this chapter describes export behavior. > It does not. > > You can skim through org-latex-link if you

Re: [O] Exporting to multiple files

2014-10-01 Thread Rasmus
Marcin Borkowski writes: > On 2014-03-09, at 02:34, Marcin Borkowski wrote: > >> Hi all, >> >> I'd like to export an Org-mode file to /multiple/ HTML files. For >> instance, I might want to convert all first and second level headings >> to files, and third-level headings to , fourth-level ones t

Re: [O] [patchattached] Store link to url of eww

2014-10-01 Thread Marco Wahl
Hi! Marco Wahl writes: > Aaron Ecay writes: >> 2014ko irailak 23an, Rasmus-ek idatzi zuen: >> ...that’s in the section for tinychange contributors without papers on >> file though. > > I just initiated the assignment process according to your hint. AFAICS > it's time for some patience now. I w

Re: [O] Multi-file and master files

2014-10-01 Thread Rasmus
Hi Phillip, phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > I've been writing a long document in org-mode recently. I decided to use > org-mode for two reasons: firstly, I wrote the outline plan in org > anyway and switching tools was irritating; second, I want both PDF and > HTML output. M

[O] Multi-file and master files

2014-10-01 Thread Phillip Lord
I've been writing a long document in org-mode recently. I decided to use org-mode for two reasons: firstly, I wrote the outline plan in org anyway and switching tools was irritating; second, I want both PDF and HTML output. My tool of choice would have been latex and auctex where it not for the H

Re: [O] Tangling and Exporting an Unsupported Language.

2014-10-01 Thread Malcolm Purvis
> "Ista" == Ista Zahn writes: Ista> Exporting and tangling don't require any language support. Ista> #+begin_src foobarbas :tangle foo.bar Ista> +end_src Ista> is perfectly fine and will export and tangle just fine. Or did I Ista> misunderstand your question? Thanks, I wasn't aware that yo