[O] DevonThink links in org mode?

2012-07-16 Thread Alan Schmitt
Hello, I discovered that "message:" links work great in org-mode (it opens the message in Mail.app). However, if I click on a link from DevonThink (which looks like this: x-devonthink-item://700A651C-E395-462C-873A-13FC92035FBD), I get a dialog which says "no match, create this as a new heading

Re: [O] DevonThink links in org mode?

2012-07-16 Thread Alan Schmitt
On 16 juil. 2012, at 14:26, Bastien wrote: > Hi Alan, > > Alan Schmitt writes: > >> Is there a way to tell org-mode to pass the resolution of this link to the >> system? (For instance, if I do a "open >> x-devonthink-item://700A651C-E395-462C-873A-13FC92035F

Re: [O] DevonThink links in org mode?

2012-07-18 Thread Alan Schmitt
On 16 juil. 2012, at 20:22, John Wiegley wrote: > I created org-devonthink.el a long time ago: > >https://github.com/jwiegley/dot-emacs/blob/master/lisp/org-devonthink.el Really nice, thanks a lot! Alan

[O] [OT] Configuring bbdb 3

2012-07-25 Thread Alan Schmitt
Hello, Since I'm spending more and more time in Emacs, mostly in org mode, I moved my email reading and writing there. Everything is happily configured (I'm using gnus), with one exception: email address completion. I've read a few things online and it seems that bbdb is the way to go, so I compil

Re: [O] [OT] Configuring bbdb 3

2012-07-26 Thread Alan Schmitt
Eric Abrahamsen writes: > For adding records automatically to BBDB, you say you're using gnus, but > also say you've moved your email reading to org. Where are you that > you'd like to automatically add the record? In gnus, I've bound ";" to > `bbdb-mua-edit-field-sender', and also have this: > >

[O] local.mk and up2 (Was: [OT] Configuring bbdb 3)

2012-07-27 Thread Alan Schmitt
François Allisson writes: > One should add "up2::" in local.mk (with a double-colon). I've just > done it, because I really like "make up2", and it's easier than ever: > "make" and that's it. Great ! It works great with one caveat: it's calling "sudo" to do the "make install". As I install local

Re: [O] local.mk and up2

2012-07-28 Thread Alan Schmitt
Nick Dokos writes: > I said: > > , > | You can always redefine makefile variables on the command line: > | > | make SUDO= up2 > | > | will redefine SUDO to nothing for this run. > ` > > but I should also have added that you can redefine the variable in > local.mk as well for more perm

[O] stable links to gnus messages?

2012-08-14 Thread Alan Schmitt
Hello, I'm starting to play with org-store-link, and I've noticed that if I create a link to a gnus message, this link will be broken if I move the message to another mailbox. Is it possible to have a stable link that would survive such a move? Thanks, Alan

Re: [O] stable links to gnus messages?

2012-08-14 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> I'm starting to play with org-store-link, and I've noticed that if I >> create a link to a gnus message, this link will be broken if I move the >> message to another mailbox. Is it possible to have

Re: [O] test fails

2012-09-01 Thread Alan Schmitt
Bastien writes: > Hi Erich, > > Erich Neuwirth writes: > >> I am building org mode on 2 Macs with OSX 10.8.1 and Emacs 24.2.1 >> >> One one machine, this works. >> On the other machine, the build fails. > > Maybe you can run `make config-test' to see if the testing si > configured the same way o

[O] repeater not working?

2012-09-01 Thread Alan Schmitt
Hello, I'm starting to play with repeaters, and I cannot make them work. Here is a sample of a small file I have: *** Archive Mail [2/2] SCHEDULED: <2012-09-01 Sat +1m> DONE Read and archive all mail (orgmode, Sent) CLOSED: [2012-09-01 Sat 15:03] DONE Create monthly folder and

Re: [O] repeater not working?

2012-09-01 Thread Alan Schmitt
Memnon Anon writes: > http://doc.norang.ca/org-mode.html#ChecklistHandling describes a similar > case. Ah, interesting. I'll give it a try. > For minor (less than 5 minutes) subtasks like "Create folder, move mail > there", I would not want that to show up in my agenda, but only the > "real" ta

Re: [O] repeater not working?

2012-09-02 Thread Alan Schmitt
I found the problem, and it was me: my original entry does not have a "TODO" in the title. (My reasoning for not putting the TODO was that it's a project, so as such it should not appear in my agenda, only the tasks should appear.) So when I close it (change the state to DONE), the "choose a state

Re: [O] repeater not working?

2012-09-05 Thread Alan Schmitt
Memnon Anon writes: > My point was: > > TODO Items will pop up in your agenda, checklists will not. > If "Archive Mail" involves some ministeps you just want to make sure you > won't forget, which you don't want to log separately, checklists are > probably a better idea. But don't overuse them; a

Re: [O] repeater not working?

2012-09-06 Thread Alan Schmitt
"Sebastien Vauban" writes: > Hi Alan, > > Alan Schmitt wrote: >>> * TODO Return books to library [/] >>> ** TODO Search books >>> ** TODO Put books in bag >>> ** TODO Unlock bike >>> ** TODO Drive to library >> >> Is th

[O] Compilation problem

2012-09-10 Thread Alan Schmitt
Hello, I cannot compile the current version of org-mode (from git): something fails during testing: make test-dirty install -m 755 -d /var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T//tmp-orgtest TMPDIR=/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T//tmp-orgtest /Applications/Emacs.app/Content

Re: [O] Compilation problem

2012-09-10 Thread Alan Schmitt
Achim Gratz writes: > Alan Schmitt writes: >> EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs > > As with the problems John Hendy has: is that the actual Emacs binary or > a wrapper script? If it is a script, it seems that it doesn't correctly > feed all the optio

Re: [O] Compilation problem

2012-09-10 Thread Alan Schmitt
Bastien writes: > Achim Gratz writes: > >> Nick Dokos writes: >>> I can reproduce this. AFAIK, it's new - I stripped down the command >>> line above and kept getting the error until the -l org-install.el, so >>> it's clearly something in org-install.el. I modified the function >>> org-make-org-

Re: [O] [OT] Org spotted in the wild

2012-09-18 Thread Alan Schmitt
Toke Høiland-Jørgensen writes: > "Loris Bennett" writes: > >> While looking for a solution to the problem of emacs hanging if the SSH >> connection to remote files goes down > > Did you find one (a solution, that is)? This has been bothering me for a > while as well... I've been using mosh for

Re: [O] Compilation problem

2012-09-18 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> I cannot compile the current version of org-mode (from git): something >> fails during testing: > > did you find a workaround? There was a revert of a commit that fixed it, and I got back to the usual state

Re: [O] [OT] Org spotted in the wild

2012-09-19 Thread Alan Schmitt
Toke Høiland-Jørgensen writes: > Alan Schmitt writes: > >> I've been using mosh for a couple weeks now, and I'm really happy >> about it: connections survive changing ip addresses and the laptop >> going to sleep. I find it quite robust. > > Does mosh

Re: [O] Compilation problem

2012-09-19 Thread Alan Schmitt
Achim Gratz writes: > Alan Schmitt writes: >> There was a revert of a commit that fixed it, and I got back to the >> usual state of getting stuck on some test. (I tried finding which test >> is getting stuck, but I don't know how. I just know the last test to >>

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-26 Thread Alan Schmitt
Eden Cardim writes: > Links are the basis for decent planning, I spend half of my day in > planning mode where I write links for everything I'm gonna do while > I'm in "cranking mode". When I switch over to cranking mode, I just > open whatever the task is linking to (like source code, an email,

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-26 Thread Alan Schmitt
Eden Cardim writes: >>>>>> "Alan" == Alan Schmitt writes: > Alan> Do you have a reliable system to link to emails? I've been > Alan> working on this and I'm not too satisfied yet. > > Not sure what you mean by reliable. I use

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-26 Thread Alan Schmitt
Thanks a lot to you and Robert for the tips. Alan

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-26 Thread Alan Schmitt
Nick Dokos writes: > The message ID is preserved even if I move messages to other > folders. So as long as your search engine searches by message ID, you > should be all set, except that you might have to resync the database of > your search engine, if it uses one. I guess this is the crux of my

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-27 Thread Alan Schmitt
Alan Schmitt writes: > Nick Dokos writes: > >> The message ID is preserved even if I move messages to other >> folders. So as long as your search engine searches by message ID, you >> should be all set, except that you might have to resync the database of >> your

Re: [O] Remembrance Agent and Orgmode

2012-10-11 Thread Alan Schmitt
Dear all, I'm trying to set up the remembrance agent, but I'm not able to get the binaries to work. I'm on OS X Mountain Lion, and the binaries from http://www.remem.org/ tell me "bad CPU type". I tried building it from source, but I'm getting an error about strnlen. If someone knows how to build

Re: [O] Remembrance Agent and Orgmode

2012-10-12 Thread Alan Schmitt
Alan Schmitt writes: > I'm trying to set up the remembrance agent, but I'm not able to get the > binaries to work. I'm on OS X Mountain Lion, and the binaries from > http://www.remem.org/ tell me "bad CPU type". I tried building it from > source, but I&#x

Re: [O] Remembrance Agent and Orgmode

2012-10-13 Thread Alan Schmitt
Benjamin Slade writes: > So do you have it working now? I don't run Macs, so I didn't have > anything to suggest earlier. Yes, it's working now. > That sounds like something which should > be documented somewhere (i.e. which now someone should document). Yes, probably. I don't know where, thou

[O] org-beginning-of-line, org-end-of-line, and visual line mode

2012-11-05 Thread Alan Schmitt
Hello, I'm using a very recent version of org-mode (compiled earlier today from git), and I see that using visual-line-mode, the "org-beginning-of-line" goes to the beginning of the visual line (it does not ignore soft line breaks), whereas "org-end-of-line" goes to the end of the real line (it ig

Re: [O] org-beginning-of-line, org-end-of-line, and visual line mode

2012-11-05 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm using a very recent version of org-mode (compiled earlier today from >> git), and I see that using visual-line-mode, the "org-beginning-of-line" >> goes to the beginning of the visual

Re: [O] Extending org-koma-letter.el

2012-11-06 Thread Alan Schmitt
ngtable} \usepackage{float} \usepackage{wrapfig} \usepackage{soul} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{latexsym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{hyperref} \a

[O] Removing the date in a subtree export using the new exporter

2012-11-08 Thread Alan Schmitt
Hello, I'm using the new exporter to create a pdf (through latex) of a subtree of a huge file, and I want to remove some default information. I found out a way to do it, but I'm not sure it's the right way. Here it is. #+BEGIN_SRC org :PROPERTIES: :EXPORT_TITLE: Foo bar :EXPORT_OPTIONS: toc:nil a

[O] How can I use xelatex with the new latex exporter?

2012-11-08 Thread Alan Schmitt
Hello, I'm playing with the new latex exporter, and I'd like to use xelated with it. I used to follow the instructions from worg (http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export), but it seems that the hook org-export-latex-after-initial-vars-hook is not used for the new exporter

[O] Specifying multiple latex headers for export in properties block

2012-11-08 Thread Alan Schmitt
Hello, If I've understood things correctly, the canonical way to change export options for a subtree export is to put them in a properties block. I noticed that if I put several "EXPORT_LATEX_HEADER" entries in the properties block, only the first one is taken into account. Is it supposed to work

Re: [O] Specifying multiple latex headers for export in properties block

2012-11-09 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> If I've understood things correctly, the canonical way to change export >> options for a subtree export is to put them in a properties block. I >> noticed that if I put several "EXPORT_LA

Re: [O] How can I use xelatex with the new latex exporter?

2012-11-09 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm playing with the new latex exporter, and I'd like to use xelated >> with it. I used to follow the instructions from worg >> (http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-ex

Re: [O] How can I use xelatex with the new latex exporter?

2012-11-09 Thread Alan Schmitt
Suvayu Ali writes: >> Before using this machinery, is it enough to customize >> `org-e-latex-pdf-process'? >> > > This is pretty much what I do. > > > ;;; XeLaTeX customisations > ;; remove "inputenc" from default packages as it clashes with xelatex > (setf org-export-latex-default-packages-alis

Re: [O] Removing the date in a subtree export using the new exporter

2012-11-09 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm using the new exporter to create a pdf (through latex) of a subtree >> of a huge file, and I want to remove some default information. I found >> out a way to do it, but I'm

Re: [O] Removing the date in a subtree export using the new exporter

2012-11-09 Thread Alan Schmitt
On 9 nov. 2012, at 18:01, Nicolas Goaziou wrote: > It's better if you can provide a changelog entry and send it with "git > format-patch". Also, if you did not sign FSF papers, you will have to > add "TINYCHANGE" at the end of the change log. I'll do this when I get back near a computer. Also,

Re: [O] Removing the date in a subtree export using the new exporter

2012-11-09 Thread Alan Schmitt
Nicolas Goaziou writes: > Alan Schmitt writes: > >> I'll do this when I get back near a computer. > > Great. Attached. With another question: should the patch be sent to the list, or just to you (or any other process)? >> Also, about the FSF papers, is th

Re: [O] automating incrementing of date stamps

2012-11-13 Thread Alan Schmitt
Michael Brand writes: >> in emacs >> org-mode 7.9.2 this key combination did not increment the date stamp. > > What tells “C-h c S-” in that place? Also check the manual > section “3.1 The built-in table editor” about S- saying “This key > is also used by shift-selection and related modes (see Co

Re: [O] Extending org-koma-letter.el

2012-11-14 Thread Alan Schmitt
Nicolas Goaziou writes: > I cannot reproduce it. Also, I think Luis provided a better option for > letters with his Groff backend. You may want to try it. > > Anyway, for the record, I'm posting an updated version[1] of the file, > compatible with latest Org (master branch). It may solve your pro

[O] Literate programming of interactive proofs?

2012-11-15 Thread Alan Schmitt
al markers in some comments) into the final paper. Is any of this possible? The second option would probably require some custom code, but I don't know if it would be very complex. Thanks a lot, Alan Schmitt

[O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-15 Thread Alan Schmitt
Hello, I'm implementing some of the ideas of the great norang page (http://doc.norang.ca/org-mode.html), but there is one thing that is failing me. I can see that "org-agenda-ignore-scheduled" work for the global todo list, but it does not seem to be working when using a custom block. For instance

Re: [O] Question re. Bernt's agenda setup

2012-11-16 Thread Alan Schmitt
Viktor Rosenfeld writes: > Hi Manish, > > it's Shift-P and you need to bind the function bh/narrow-to-project to > the keycode. See the code blocks in the following two sections: > > http://doc.norang.ca/org-mode.html#SpeedCommands > http://doc.norang.ca/org-mode.html#NarrowToSubtree I managed t

Re: [O] subtree-export limitations

2012-11-16 Thread Alan Schmitt
Philipp Kroos writes: > currently the support for subtree export is somewhat limited due to the > fact that individual EXPORT_* options are allowed only once. > I.e., in the following the second latex-header-property will be ignored: > > * Some subtree > :PROPERTIES: > :LATEX_CLASS: scrartcl

Re: [O] subtree-export limitations

2012-11-19 Thread Alan Schmitt
Nicolas Goaziou writes: > Nicolas Goaziou writes: > >> It might support "Property+" syntax, but it looks like this is >> Babel-specific (no sign of such syntax in org.el, where property API is >> defined). I will look into it (unless you want to do it). > > Well, scratch that: it already support

Re: [O] Question re. Bernt's agenda setup

2012-11-19 Thread Alan Schmitt
Manish writes: > On Sat, Nov 17, 2012 at 6:25 PM, Manish wrote: > [snip (21 lines)] >> >> =F12 SPC= with =V= is so much better at doing project reviews than >> anything else I have ever seen. My only gripe is that functions called >> by =V= and =P= do not refresh the agenda. I am trying to unde

Re: [O] Literate programming of interactive proofs?

2012-11-19 Thread Alan Schmitt
Eric Schulte writes: > If you do end up writing any level of support for Coq code blocks please > consider contributing it to Org-mode. Thanks a lot for these suggestions. I'll explore these options, and will report back when I get something working. Alan

[O] refiling, ido-mode, and creating projects

2012-11-20 Thread Alan Schmitt
Hello, I found out that using ido-mode is very useful for refiling. However there is one thing I don't know how to do: how to create a parent node in this setup. Here is my configuration (straight from the usual http://doc.norang.ca/org-mode.html) #+BEGIN_SRC elisp ; Use full outline paths for r

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Alan Schmitt
Eric Abrahamsen writes: > Alan Schmitt writes: > >> Hello, >> >> I'm implementing some of the ideas of the great norang page >> (http://doc.norang.ca/org-mode.html), but there is one thing that is >> failing me. I can see that "org-agenda-ignore-sc

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Alan Schmitt
Samuel Wales writes: > Partly to avoid trouble like this, I use the general search instead of > the specialized ones. What are those general searches? > On 11/20/12, Alan Schmitt wrote: >> I decided to dig into this, and it's not a bug. One should set: >> >>

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Alan Schmitt
Samuel Wales writes: >> Or I just misunderstood everything and got it to work by mistake ;-) > > That is my guess. :) > > tags-todo is not a general tag search. > > The manual shows the different search types. If I'm reading org-agenda.el correctly, tags-todo is a tags search restricted to todo

[O] new exporter: remove postamble in html of export subtree

2012-11-21 Thread Alan Schmitt
Hello, I'm trying to remove the postamble in the html-export of a subtree, and I don't know how to do it. This is what I tried: #+BEGIN_SRC org :PROPERTIES: :EXPORT_OPTIONS: html-postamble:nil :END: #+END_SRC (I found the name of the option in the org-e-html.el file.) How can I specify this opt

Re: [O] new exporter: remove postamble in html of export subtree

2012-11-21 Thread Alan Schmitt
Jambunathan K writes: > Alan Schmitt writes: > >> Hello, >> >> I'm trying to remove the postamble in the html-export of a subtree, and >> I don't know how to do it. This is what I tried: > > C-h v org-e-html-postamble RET Yes, I had looked there

Re: [O] new exporter: remove postamble in html of export subtree

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou writes: > You can't specify this option at the subtree level, because you can't > specify it with neither a keyword nor an options item. > > The property :html-postamble is defined with the following line: > > (:html-postamble nil nil org-e-html-postamble) > > Its default val

Re: [O] Extending org-koma-letter.el

2012-11-22 Thread Alan Schmitt
Hello, Nicolas Goaziou writes: > Anyway, for the record, I'm posting an updated version[1] of the file, > compatible with latest Org (master branch). It may solve your problem. > > > Regards, > > [1] I do not seriously maintain this file. It was a proof of concept. I had to write yet another le

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > I've changed the attribute syntax for tables, images and lists in > e-latex back-end (new exporter). New this back-end conforms to the > syntax used by Babel and every other back-end. Hello, I think this has broken beamer export (new exporter). When I get ba

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou writes: > Alan Schmitt writes: > >> I think this has broken beamer export (new exporter). When I get back to >> commit 359b10b3070588e8b751935b3fbcc2c9d8885a6a everything works, but >> with this commit I have some error messages about the wrong number o

Re: [O] Extending org-koma-letter.el

2012-11-23 Thread Alan Schmitt
Nicolas Goaziou writes: >> The non-technical question: I understand this exporter is just a proof >> of concept, but it is working quite well for me, and I'm ready to help >> tweaking this. If I do further modifications, should I send them to the >> list? > > I classified it as "proof of concept"

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-23 Thread Alan Schmitt
Nicolas Goaziou writes: > * Images (from manual) > > #+caption: The black-body emission of the disk around HR 4049 > #+name: fig:SED-HR4049 > #+attr_latex: :options "5cm,angle=90" > [[./img/sed-hr4049.pdf]] > > #+attr_latex: :float wrap :placement "{r}{0.4\\textwidth}" :options > "widt

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-23 Thread Alan Schmitt
Nicolas Goaziou writes: > This is a bug which I fixed some hours ago. Though, you need to escape > the backslash. OK, it's working now. By the way, do I need to fully restart emacs after installing a new version of org-mode, or is there a simpler way to load it? Thanks, Alan

Re: [O] org-link and gnus-registry

2012-11-23 Thread Alan Schmitt
"Sven Bretfeld" writes: > As was discussed before in this list, gnus-register is the way to do > this. Otherwise org-link will not find the message after it has gone to > another group. > > This is not working for me. It might have to do with how org-store-links > creates the link. For me the li

Re: [O] Extending org-koma-letter.el

2012-11-26 Thread Alan Schmitt
Nicolas Goaziou writes: > OK. Keep us informed when the process is over. Note this step is not > mandatory to modify a file in contrib/, so you can do 1-3 meanwhile. I've added koma-letter to the repository, in contrib/lisp. Please let me know if I did something wrong. Alan

[O] running the new exporter asynchronously?

2012-11-28 Thread Alan Schmitt
Hello, I'm compiling a fairly large set of slides, that also contain quite a bit of code that is executed (it's a course on JavaScript which shows some of the language peculiarities). Thus exporting these slides takes a while. Unfortunately, when it's compiling, it's completely locking my emacs. W

Re: [O] running the new exporter asynchronously?

2012-11-28 Thread Alan Schmitt
Eric Schulte writes: > In the interim it, one solution which I personally like for large > projects is to offload compilation into an external batch Emacs process. > I find this not only useful for compilation while working, but if you > place all relevant config into an init.el file loaded by th

[O] temporary directory for export

2012-12-05 Thread Alan Schmitt
Hello, I have found how to set a temporary directory for org-babel export files (using org-babel-temporary-directory), but I cannot find how to specify that, by default (i.e., unless specified with a "file" option), files should be exported to a temporary directory. My motivation for this is that

Re: [O] The statement on what is orgmode.

2012-12-07 Thread Alan Schmitt
brian powell writes: > If I had to chose: I vote for #1 or something like: "Its your life > [organized] in plain text." There have been great suggestions on how to explain what is org-mode. But if we want a catch phrase I'd also vote for this. Orgmode: your life, in plain text. Alan

[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

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

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 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,

[O] including the result of a block in several places?

2012-12-07 Thread Alan Schmitt
Hello, I tried including the result of evaluation a block in several slides, but the second time it was not included. Here is the code I ran: #+begin_src org ** Prototype-based objects #+name: object_example #+begin_src js :results code output :exports both var f = function(a) { this.x =

Re: [O] including the result of a block in several places?

2012-12-08 Thread Alan Schmitt
"Sebastien Vauban" writes: > Hi Alan, > > Alan Schmitt wrote: >> I tried including the result of evaluation a block in several slides, >> but the second time it was not included. >> >> Is it possible to have the results of the evaluation of a block in

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-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

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 Em

Re: [O] including the result of a block in several places?

2012-12-10 Thread Alan Schmitt
t...@tsdye.com (Thomas S. Dye) writes: > I've had these in my .emacs for quite a while and they seem to work: > > ** ON Load Standard Library of Babel > #+begin_src emacs-lisp :tangle yes > (org-babel-lob-ingest > "~/.emacs.d/src/org-mode/contrib/babel/library-of-babel.org") > #+end_src Thanks

Re: [O] including the result of a block in several places?

2012-12-10 Thread Alan Schmitt
"Sebastien Vauban" writes: > In a hurry, to repeat the code: > > - use named blocks > - use Noweb expansion > > That is: > > #+name: mycode > #+begin_src coq > ... > #+end_src > > Inserted a first time here: > > #+begin_src coq :noweb yes > <> > #+end_src > > and another one here: > > #+begin_src

Re: [O] including the result of a block in several places?

2012-12-10 Thread Alan Schmitt
Eric Schulte writes: > Alan Schmitt writes: > >> "Sebastien Vauban" writes: >> >>> In a hurry, to repeat the code: >>> >>> - use named blocks >>> - use Noweb expansion >>> > > Another option would be, > > 1.

Re: [O] including the result of a block in several places?

2012-12-10 Thread Alan Schmitt
Eric Schulte writes: > Alan Schmitt writes: > >> "Sebastien Vauban" writes: >> >>> In a hurry, to repeat the code: >>> >>> - use named blocks >>> - use Noweb expansion >>> > > Another option would be, > > 1.

Re: [O] including the result of a block in several places?

2012-12-10 Thread Alan Schmitt
Thomas S. Dye writes: > Alan Schmitt writes: > >> Eric Schulte writes: >> >>> Alan Schmitt writes: >>> >>>> "Sebastien Vauban" writes: >>>> >>>>> In a hurry, to repeat the code: >>>>> >&g

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 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

Re: [O] [ANN] Asynchronous export for new exporter

2012-12-13 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > New (experimental) exporter has now support for asynchronous export. > Every type of export is supported (subtree, to a buffer, visible part > only...). > > When produced, results are listed in the Export Stack (they will never > make a buffer pop or call an e

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&#

[O] Recent changes to the new exporter?

2012-12-14 Thread Alan Schmitt
Hello, I compiled the new exporter recently (to test the asynchronous export), but since then a file I was working on can no longer be exported using the koma exporter. I'm getting the following error: byte-code: Before first headline at position 4046 in buffer 2012-12-12-Cwrk-Recommandation-Qual

Re: [O] Recent changes to the new exporter?

2012-12-15 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I compiled the new exporter recently (to test the asynchronous >> export), but since then a file I was working on can no longer be >> exported using the koma exporter. I'm getting the following e

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

[O] Adding tags when capturing?

2012-12-20 Thread Alan Schmitt
Hello, Is there a shortcut to add tags when doing a capture? C-c C-c obviously does not work. If one could specify a list of tags from which to complete, it would be great as well. Thanks a lot, Alan

Re: [O] Adding tags when capturing?

2012-12-20 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> Is there a shortcut to add tags when doing a capture? C-c C-c obviously >> does not work. > > C-c C-q Thanks a lot! Is there a way to set-up the capture buffer so that tags may be completed according to th

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 th

Re: [O] Adding tags when capturing?

2012-12-20 Thread Alan Schmitt
Carsten Dominik writes: > On 20.12.2012, at 09:30, Alan Schmitt wrote: >> Is there a way to set-up the capture buffer so that tags may be >> completed according to the ones present in another file? > > You will be able to complete based on what is present in the target >

[O] Interesting folding bug

2012-12-20 Thread Alan Schmitt
I'm documenting a crontab file, and I have an interesting folding bug. Here is what is in my file: *** crontab -l #+BEGIN_SRC crontab * * * * * do something 0 16 * * * do something else 0 10 * * * do another thing #+END_SRC The problem is that the initial '*' in the crontab confuses org mode. Is

Re: [O] Adding tags when capturing?

2012-12-20 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> So is there a way to tell capture to search for the tags in todo.org >> instead of refile.org (which does not contain any)? > > If refile.org does not contain any tags, the simple fix is to add the > tags

Re: [O] Interesting folding bug

2012-12-20 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> The problem is that the initial '*' in the crontab confuses org mode. Is >> there a way around it, or is it a bug? > > You need to TAB once in such block so that the ambiguous characters like > &

Re: [O] Adding tags when capturing?

2012-12-20 Thread Alan Schmitt
John Hendy writes: > On Thu, Dec 20, 2012 at 2:11 AM, Alan Schmitt < > alan.schm...@polytechnique.org> wrote: > >> Hello, >> >> Is there a shortcut to add tags when doing a capture? C-c C-c obviously >> does not work. >> >> If one could specify

Re: [O] temporary directory for export

2012-12-26 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> I have found how to set a temporary directory for org-babel export files >> (using org-babel-temporary-directory), but I cannot find how to specify >> that, by default (i.e., unless specified with a &quo

  1   2   3   4   5   6   7   8   9   10   >