Re: [O] export_file_name problem with new exporter

2012-12-20 Thread Alan Schmitt
Achim Gratz writes: > Alan Schmitt writes: >> I'll commit as soon as I can find the magic git incantations to get rid >> of the "merge" commits that happened as I was pulling changes from the >> repository. > > Just cherry-pick your changes on top of the new master or use the > rewrite facility in

Re: [O] export_file_name problem with new exporter

2012-12-20 Thread Bastien
Hi Alan, Achim Gratz writes: > Alan Schmitt writes: >> I'll commit as soon as I can find the magic git incantations to get rid >> of the "merge" commits that happened as I was pulling changes from the >> repository. > > Just cherry-pick your changes on top of the new master or use the > rewrite

Re: [O] export_file_name problem with new exporter

2012-12-20 Thread Achim Gratz
Alan Schmitt writes: > I'll commit as soon as I can find the magic git incantations to get rid > of the "merge" commits that happened as I was pulling changes from the > repository. Just cherry-pick your changes on top of the new master or use the rewrite facility in magit. If you want to avoid t

Re: [O] export_file_name problem with new exporter

2012-12-19 Thread Alan Schmitt
Nicolas Goaziou writes: >> By "validating", do you mean that I have received them back signed from >> the FSF? (I signed and sent them a few weeks ago, still waiting to get >> them back ...) > > Yes. We have to wait for confirmation from the FSF. It shouldn't be too > long now. I have received th

Re: [O] export_file_name problem with new exporter

2012-12-13 Thread Alan Schmitt
Achim Gratz writes: > Alan Schmitt writes: >> In other words, I see three places of interest: >> - where the org file is >> - where export and compilation occurs >> - where the final result is put >> >> Publishing lets us deal with the last one, but I don't think there is a >> way to distinguish

Re: [O] export_file_name problem with new exporter

2012-12-13 Thread Achim Gratz
Alan Schmitt writes: > In other words, I see three places of interest: > - where the org file is > - where export and compilation occurs > - where the final result is put > > Publishing lets us deal with the last one, but I don't think there is a > way to distinguish between the first two. Having

Re: [O] export_file_name problem with new exporter

2012-12-13 Thread Nicolas Goaziou
Alan Schmitt writes: > In other words, I see three places of interest: > - where the org file is > - where export and compilation occurs > - where the final result is put > > Publishing lets us deal with the last one, but I don't think there is a > way to distinguish between the first two. No, t

Re: [O] export_file_name problem with new exporter

2012-12-13 Thread Nicolas Goaziou
Alan Schmitt writes: > I understand it. What I actually would like is to be able to specify a > different "working directory". Right now it defaults to the directory > where the org file is, but it's often not satisfactory (especially when > compilation creates additional files). Would this be di

Re: [O] export_file_name problem with new exporter

2012-12-13 Thread Alan Schmitt
Nicolas Goaziou writes: > Alan Schmitt writes: > >> I understand it. What I actually would like is to be able to specify a >> different "working directory". Right now it defaults to the directory >> where the org file is, but it's often not satisfactory (especially when >> compilation creates ad

Re: [O] export_file_name problem with new exporter

2012-12-13 Thread Alan Schmitt
Nicolas Goaziou writes: > There is no #+EXPORT_FILE_NAME: keyword. But there is > an :EXPORT_FILE_NAME: node-property for subtree export. There could be > a #+FILE_NAME: keyword (much like :EXPORT_AUTHOR: and #+AUTHOR). Though, > it is too dangerous to my liking. > > For example, publishing expec

Re: [O] export_file_name problem with new exporter

2012-12-13 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I have "#+EXPORT_FILE_NAME: ~/tmp/jsseccloud.tex" in an org file, but > when I export it (either to beamer or to latex), it's using the name of > the file instead of the given file name. > > Am I doing something wrong here? There is no #+EXPORT_FILE_NAME: keyword.

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Achim Gratz
Suvayu Ali writes: > The FSF now accepts scans of the signed form I believe. So the process > can be completed without using snail-mail. The snail mail part wasn't the limiting factor, at least in my case. :-) Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Jambunathan K
Suvayu Ali writes: > On Sun, Dec 09, 2012 at 12:04:18PM +0100, Achim Gratz wrote: >> Alan Schmitt writes: >> > I have actually signed and sent the papers to the FSF, I'm waiting to >> > get them back. Nevertheless it may be good to clarify whether the >> > TINYCHANGE restriction applies to files

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Suvayu Ali
On Sun, Dec 09, 2012 at 12:04:18PM +0100, Achim Gratz wrote: > Alan Schmitt writes: > > I have actually signed and sent the papers to the FSF, I'm waiting to > > get them back. Nevertheless it may be good to clarify whether the > > TINYCHANGE restriction applies to files in contrib. > > Then I wou

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Achim Gratz
Alan Schmitt writes: > OK, there's something I'm missing here. First, the patch is a copy of > the same functions in org-e-latex with about 100 characters modified (by > repeatedly renaming "latex" into "beamer" in several places). I thought > it would qualify for a "TINYCHANGE", but I guess this j

Re: [O] export_file_name problem with new exporter

2012-12-09 Thread Alan Schmitt
Achim Gratz writes: > Alan Schmitt writes: >> TINYCHANGE > > As much as you would wish it wasn't so, your patch exceeds the tiny > change limit (not even counting your previous contributions) and you'll > need signed copyright papers for this to go into Org and Emacs. OK, there's something I'm m

Re: [O] export_file_name problem with new exporter

2012-12-08 Thread Achim Gratz
Alan Schmitt writes: > TINYCHANGE As much as you would wish it wasn't so, your patch exceeds the tiny change limit (not even counting your previous contributions) and you'll need signed copyright papers for this to go into Org and Emacs. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron mic

Re: [O] export_file_name problem with new exporter

2012-12-08 Thread Suvayu Ali
On Sat, Dec 08, 2012 at 12:13:30PM +0100, Alan Schmitt wrote: > Alan Schmitt writes: > > > I'll try to see if adding beamer support is difficult. > > It was trivial to add. Please find a patch attached. Thanks! > Should I push this commit myself, or let someone else do it? > If you have push

Re: [O] export_file_name problem with new exporter

2012-12-08 Thread Alan Schmitt
Alan Schmitt writes: > Well, replacing "org-e-beamer-publish-to-latex" by > "org-e-latex-publish-to-latex" results in the same error. I looked at > the code, and my problem was that ":include" expects a list, so I'm able > to make this . I forgot one word: "work". > I'll try to see if adding be

Re: [O] export_file_name problem with new exporter

2012-12-08 Thread Alan Schmitt
Suvayu Ali writes: >> > That said, publishing is fully supported by the new exporter, just >> > change the publishing function names to the functions provided by the >> > new exporter. >> > >> > Here is an improperly tested example from one of my tests: >> > >> > (setq org-e-publish-project-alist

Re: [O] export_file_name problem with new exporter

2012-12-07 Thread Suvayu Ali
On Fri, Dec 07, 2012 at 05:12:46PM +0100, Alan Schmitt wrote: > Suvayu Ali writes: > > > Since the new exporter is not documented yet, information is absent from > > the info manual. You can find relevant docs in the source files. I am > > slowly working towards a tutorial type docs for org-e-b

Re: [O] export_file_name problem with new exporter

2012-12-07 Thread Alan Schmitt
Suvayu Ali writes: > Since the new exporter is not documented yet, information is absent from > the info manual. You can find relevant docs in the source files. I am > slowly working towards a tutorial type docs for org-e-beamer. When it > is in shape, I'll push to Worg. Great. > That said,

Re: [O] export_file_name problem with new exporter

2012-12-07 Thread Suvayu Ali
On Fri, Dec 07, 2012 at 03:02:32PM +0100, Alan Schmitt wrote: > Suvayu Ali writes: > > > You could try the publishing facilities in Org. > > > > (info "(org)Publishing") > > I did not know about that, it's a very nice suggestion. I have one > question that I did not see addressed in the document

Re: [O] export_file_name problem with new exporter

2012-12-07 Thread Alan Schmitt
Suvayu Ali writes: > You could try the publishing facilities in Org. > > (info "(org)Publishing") I did not know about that, it's a very nice suggestion. I have one question that I did not see addressed in the documentation, though: is it possible to use it with the new exporter? Thanks a lot,

Re: [O] export_file_name problem with new exporter

2012-12-07 Thread Suvayu Ali
On Fri, Dec 07, 2012 at 01:38:50PM +0100, Alan Schmitt wrote: > Suvayu Ali writes: > > > On Fri, Dec 07, 2012 at 11:27:40AM +0100, Alan Schmitt wrote: > >> Hello, > >> > >> I have "#+EXPORT_FILE_NAME: ~/tmp/jsseccloud.tex" in an org file, but > >> when I export it (either to beamer or to latex),

Re: [O] export_file_name problem with new exporter

2012-12-07 Thread Alan Schmitt
Suvayu Ali writes: > On Fri, Dec 07, 2012 at 11:27:40AM +0100, Alan Schmitt wrote: >> Hello, >> >> I have "#+EXPORT_FILE_NAME: ~/tmp/jsseccloud.tex" in an org file, but >> when I export it (either to beamer or to latex), it's using the name of >> the file instead of the given file name. >> >> A

Re: [O] export_file_name problem with new exporter

2012-12-07 Thread Suvayu Ali
On Fri, Dec 07, 2012 at 11:27:40AM +0100, Alan Schmitt wrote: > Hello, > > I have "#+EXPORT_FILE_NAME: ~/tmp/jsseccloud.tex" in an org file, but > when I export it (either to beamer or to latex), it's using the name of > the file instead of the given file name. > > Am I doing something wrong here

[O] export_file_name problem with new exporter

2012-12-07 Thread Alan Schmitt
Hello, I have "#+EXPORT_FILE_NAME: ~/tmp/jsseccloud.tex" in an org file, but when I export it (either to beamer or to latex), it's using the name of the file instead of the given file name. Am I doing something wrong here? Thanks, Alan