Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Thomas S . Dye
Aloha Joe, Joe Riel writes: > How do I get a copy of ob-template.el? > The file can be viewed at > http://orgmode.org/w/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el > however, that is an html file and not the elisp. > I tried using git to clone

Re: [O] two sets of default header arguments for one language

2015-09-11 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> Do macros work for properties ? If yes, you could degine two macro, >> one for each set of properties. > > No, they don't. That's a pity. It would be really great if one could define

Re: [O] Bug: LaTeX source code blocks not exported in Markdown [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-11 Thread Charles C. Berry
On Fri, 11 Sep 2015, Denis Bitouzé wrote: 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

Re: [O] Favorite way of syncing?

2015-09-11 Thread Paul Rudin
Tobias Frischholz writes: > Hey there! > > I was wondering what is your favorite way of syncing your org files and > everything. > I’ve checked out unison, but I want more of an automated system that > synchronizes my two clients via an SSH server. > > So far, I’ve also read

Re: [O] two sets of default header arguments for one language

2015-09-11 Thread Nicolas Goaziou
Rainer M Krug writes: > That's a pity. > > It would be really great if one could define different sets of > hearer-args and then, at thr beginning of a code block, simply use: > > #+MACRO: forTangle :tangle ./test.R :export none > #+MACRO: forExecution :tangle no :export both

Re: [O] Bug: LaTeX source code blocks not exported in Markdown [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-11 Thread Nicolas Goaziou
Hello, dbito...@wanadoo.fr (Denis Bitouzé) writes: > When exported to Mardown, the following org mode file: > [...] > * \LaTeX code > #+BEGIN_SRC latex > latex > #+END_SRC > > (Huh: nothing?) > > gives: > > ┌ > │ > │ [...] > │ > │ > │ # Lisp code > │ > │ (some-code)

Re: [O] Favorite way of syncing?

2015-09-11 Thread Ramon Diaz-Uriarte
On Fri, 11-09-2015, at 15:59, Tobias Frischholz wrote: > Hey there! > > I was wondering what is your favorite way of syncing your org files and > everything. I’ve checked out unison, but I want more of an automated > system that synchronizes my two clients via an SSH

Re: [O] What is the most practical workflow for capturing things in Mobileorg and later integrating them into the main files?

2015-09-11 Thread Ramon Diaz-Uriarte
On Fri, 11-09-2015, at 16:00, Jorge wrote: > Hi. When I capture something in MobileOrg, it by default is classified as > "Captures" and, when I do org-mobile-pull, those captures /silently/ go into > ~/org/from-mobile.org. This is bad. > > So one workflow would be to

Re: [O] What is the most practical workflow for capturing things in Mobileorg and later integrating them into the main files?

2015-09-11 Thread Ken Mankoff
Hi Jorge, My mobile capture work flow is: 1) Automatically pull whenever changes are made 2) Pulled items go into "refile.org" 3) refile.org tags all items as REFILE with: #+FILETAGS: REFILE as the top line 4) My default (custom) agenda shows a REFILE section if and only if it

Re: [O] babel: fancy prompt messes up results of shell block

2015-09-11 Thread Grant Rettke
On Fri, Sep 11, 2015 at 3:29 AM, Loris Bennett wrote: > Hi, > > I have a bit of a fancy bash prompt and so the output of evaluating a > block of shell script ends up a little messy: > > #+BEGIN_SRC sh :session install :results output > echo blah > #+END_SRC > >

Re: [O] two sets of default header arguments for one language

2015-09-11 Thread Alan Schmitt
Hi Thomas, On 2015-09-10 23:00, Thomas S. Dye writes: >> Is there a way to have two sets of default arguments for a given >> language, or can I declare a new language just for the sake of different >> arguments? > > Perhaps you could specify language specific header arguments in

Re: [O] location/map intergration/ links for orgmode?

2015-09-11 Thread Eric S Fraga
On Friday, 11 Sep 2015 at 10:54, Xebar Saram wrote: [...] > I would love to know if there are open source alternatives to google maps I cannot help you with the rest of your query but for this, try http://www.openstreetmap.org/ -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org

Re: [O] two sets of default header arguments for one language

2015-09-11 Thread Alan Schmitt
On 2015-09-11 00:39, "Charles C. Berry" writes: >>> Is there a way to have two sets of default arguments for a given >>> language, or can I declare a new language just for the sake of different >>> arguments? >>> >> >> I'd use two new `languages'. >> >> For most uses, I think

[O] location/map intergration/ links for orgmode?

2015-09-11 Thread Xebar Saram
Hi all i wonder if anyone has experience with using maps etv in orgmode? i have used org very successfully in my last 2 trips abroad to detail/note places to visit (and eat! :)). i then usually search for the place name in google maps and mark it there so i can reach it easily. I would love to

[O] babel: fancy prompt messes up results of shell block

2015-09-11 Thread Loris Bennett
Hi, I have a bit of a fancy bash prompt and so the output of evaluating a block of shell script ends up a little messy: #+BEGIN_SRC sh :session install :results output echo blah #+END_SRC #+RESULTS: : blah : ]2;loris@soroban[35m[10:21:45] [31mloris@soroban [36m(1058)

Re: [O] two sets of default header arguments for one language

2015-09-11 Thread Alan Schmitt
On 2015-09-11 09:09, Rainer M Krug writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> Do macros work for properties ? If yes, you could degine two macro, >>> one for each set of properties. >> >> No,

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Marco Maggesi
Hi, I also have a few questions about ob-template.el 1. Can we assume that the HEAD version of ob-template.el is adequate as a basis for an implementation which is compatible with org version 8.2.xx (i.e., with older versions of org-mode)? 2. In function org-babel-execute:template functions

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric S Fraga
On Friday, 11 Sep 2015 at 18:42, Ramon Diaz-Uriarte wrote: [...] > I use syncthing (https://syncthing.net/) which, admittedly, does not > require a server nor uses SSH :-). I keep four computers in sync this way, > and also use it to send/receive the org files (with MobileOrg) to/from Thanks

[O] Not opening agenda files when clocking in

2015-09-11 Thread Julian M. Burgos
Dear list, When clocking in at some particular task, org-mode opens all my agenda files (I assume to check if there are dangling clocks). I have many agenda files, and I rather avoid opening tons of new buffers. Is there any way to make org-mode not check for dangling clocks in other agenda

Re: [O] ODT export backend missing

2015-09-11 Thread Eduardo Mercovich
Hi Jorge. >> The export dispatcher does not show ODT. I see no errors in the >> messages buffer, and Emacs does not print any error to the terminal. > I discovered command org-odt-export-to-odt and called it directly. Worked. > Should have thought of it before. Sorry. While true and not a

Re: [O] Favorite way of syncing?

2015-09-11 Thread Kyle Meyer
Myles English writes: >> I was wondering what is your favorite way of syncing your org files >> and everything. > > For org files I use git combined with myrepos and it has been working > very well for me for several years. For dotfiles I recently discovered > vcsh, also

Re: [O] Favorite way of syncing?

2015-09-11 Thread Myles English
Hi Tobias, Tobias Frischholz writes: > I was wondering what is your favorite way of syncing your org files and > everything. For org files I use git combined with myrepos and it has been working very well for me for several years. For dotfiles I recently discovered vcsh, also synced via

Re: [O] Merge branch 'maint'

2015-09-11 Thread Oleh Krehel
Kyle Meyer writes: >> As far as I understood, maint is a subset of master, i.e. all commits >> that are in maint are in master as well. Is that correct? > > Yes. As long as there aren't any new commits on maint that have yet to > be merged What is the purpose of maint exactly?

Re: [O] Merge branch 'maint'

2015-09-11 Thread Achim Gratz
Am 11.09.2015 um 13:59 schrieb Oleh Krehel: What is the purpose of maint exactly? It's a bit short on the explanation side, but does that help? http://orgmode.org/worg/dev/index.html Also (not exactly the branch model ORg uses, but explains the issues in more detail):

[O] What is the most practical workflow for capturing things in Mobileorg and later integrating them into the main files?

2015-09-11 Thread Jorge
Hi. When I capture something in MobileOrg, it by default is classified as "Captures" and, when I do org-mobile-pull, those captures /silently/ go into ~/org/from-mobile.org. This is bad. So one workflow would be to write some code that warns me if ~/org/from-mobile.org is non-empty, and find a

[O] Bug: LaTeX source code blocks not exported in Markdown [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)]

2015-09-11 Thread Denis Bitouzé
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.

[O] Favorite way of syncing?

2015-09-11 Thread Tobias Frischholz
Hey there! I was wondering what is your favorite way of syncing your org files and everything. I’ve checked out unison, but I want more of an automated system that synchronizes my two clients via an SSH server. So far, I’ve also read that people use TRAMP in conjunction with an SSH Server

Re: [O] Favorite way of syncing?

2015-09-11 Thread Erik Hetzner
Hi Tobias, On Fri, 11 Sep 2015 06:59:31 -0700, Tobias Frischholz wrote: > > Hey there! > > I was wondering what is your favorite way of syncing your org files and > everything. > I’ve checked out unison, but I want more of an automated system that > synchronizes my two

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Thomas S . Dye
Aloha Joe, Joe Riel writes: > On Thu, 10 Sep 2015 20:38:12 -1000 > Thomas S. Dye wrote: > >> Aloha Joe, >> >> Joe Riel writes: >> >> > How do I get a copy of ob-template.el? >> > The file can be viewed at >> >

Re: [O] Merge branch 'maint'

2015-09-11 Thread Oleh Krehel
Stefan Nobis writes: > Oleh Krehel writes: > >> Would it be so hard for Git to perform a single merge of master into >> maint on release, while keeping them separate and cherry-picking >> in-between for the sake of a clean linear history? > > The

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric Abrahamsen
Myles English writes: > Hi Tobias, > > Tobias Frischholz writes: > >> I was wondering what is your favorite way of syncing your org files and >> everything. > > For org files I use git combined with myrepos and it has been working > very well for me for several years.

Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-09-11 Thread Charles Philip Chan
On 11 Aug 2015, cpc...@bell.net wrote: On 11 Aug 2015, m...@nicolasgoaziou.fr wrote: >> Do you have any other information to share? E.g., what happens when >> syncing breaks? > Yes. The sync fails with a "Syntax error in regexp pattern near index > 383" error on the Android (version 5.1.1) side.

[O] Are ~:results~ "drawer" and ~:wrap~ at odds with each other?

2015-09-11 Thread Grant Rettke
Good evening, Studying header arguments I expected that ~:results~ "drawer" would have identical results as ~:wrap~: store results in a BEGIN_RESULTS special block and close it. Instead, :wrap wrapped the results in a backend specific exporter block. In my case, text. I've got it wrong in my

[O] Single outer smart quotes.

2015-09-11 Thread Leonard Randall
Hi, The new smart quotes algorithm does not seem to capture British style quoting (single outer quotes, double inner quotes) correctly. It treats all single quotes that are not enclosed in double quotes as apostrophes. I assume that it was revised to deal with apostrophes that occur on the

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric Abrahamsen
On 09/11/15 20:59 PM, Tobias Frischholz wrote: >> I do this, too. I don't think Magit helps much, in fact I'd be better >> off writing functions for `emacs-startup-hook' and `kill-emacs-hook' >> that do my pushes and pulls for me. > > Those hooks sound very interesting to mean. Has anyone on this

[O] Scheme code block gives false error message

2015-09-11 Thread Lawrence Bottorff
When I run this code: #+BEGIN_SRC scheme :session ch1 :exports both (define (check-it x) (cond ((string? x) (string-length x)) ((number? x) (if (<= x 0) x (sub1 x))) ((boolean? x) (if (and #t x) 10 20)) (else #f))) #+END_SRC I get this error message:

[O] Noweb: Same function, two string results differ one with double-quotes the other without

2015-09-11 Thread Grant Rettke
Good evening, I am studying Noweb-Ref usage. I set up this example: ;; ✂✂ #+begin_src emacs-lisp :tangle "test.el" :results value table drawer replace :noweb yes (let ((a <>) (b

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Joe Riel
On Fri, 11 Sep 2015 06:03:32 -1000 Thomas S. Dye wrote: > Aloha Joe, > > Joe Riel writes: > > > On Thu, 10 Sep 2015 20:38:12 -1000 > > Thomas S. Dye wrote: > > > >> Aloha Joe, > >> > >> Joe Riel writes: > >> > >> > How do I

Re: [O] org-collector unable to handle macros

2015-09-11 Thread Mark Edgington
Aaron Ecay gmail.com> writes: > > This looks like the same problem I reported (and provided a patch for) here: > . Some orgtbl-* > functions can’t cope with macro (or macro-resembling) text, because they > use the exporter, which expects

Re: [O] Merge branch 'maint'

2015-09-11 Thread Josiah Schwab
Hello Oleh, On 11 September 2015 at 04:59 PDT, Oleh Krehel wrote: > What is the purpose of maint exactly? In Emacs git repository there's > master and emacs24. All commits apply to master first, while some are > cherry picked onto emacs24. The emacs24 branch will never be merged into > master:

Re: [O] Merge branch 'maint'

2015-09-11 Thread Suvayu Ali
On Thu, Sep 10, 2015 at 06:26:59PM -0400, Kyle Meyer wrote: > Oleh Krehel writes: > > > Why not just cherry-pick the commits from master onto maint, or the > > other way around? That would result in no merge commits. > > The result of doing that is IMO worse than many merge

Re: [O] Merge branch 'maint'

2015-09-11 Thread Oleh Krehel
Josiah Schwab writes: Hi Josiah, >> As I understood, for Org mode some commits are applied to maint, and >> then merged into master. Why? > > It may be helpful for you to do a some background reading on workflows > with git. Have you ever read the gitworkflows man page? > >

Re: [O] Favorite way of syncing?

2015-09-11 Thread Jorge A. Alfaro-Murillo
Tobias Frischholz writes: I was wondering what is your favorite way of syncing your org files and everything. [...] I’ve also read about org-sync and magit (git is an option for me). And now I’m starting the get confused. magit is just the emacs mode for git, if you don't have it and use

Re: [O] Favorite way of syncing?

2015-09-11 Thread Alan Schmitt
Hello, I’m currently working on a single machine, but I may have a couple suggestions. On 2015-09-11 15:59, Tobias Frischholz writes: > Hey there! > > I was wondering what is your favorite way of syncing your org files and > everything. > I’ve checked out unison, but I want

Re: [O] obtain ob-template.el for Babel language extension

2015-09-11 Thread Joe Riel
On Thu, 10 Sep 2015 20:38:12 -1000 Thomas S. Dye wrote: > Aloha Joe, > > Joe Riel writes: > > > How do I get a copy of ob-template.el? > > The file can be viewed at > > http://orgmode.org/w/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el > > however,

Re: [O] Favorite way of syncing?

2015-09-11 Thread Tory S. Anderson
At the moment I'm using a self-hosted OwnCloud to do syncing; it's super easy (takes care of itself), but sometimes conflicts are a problem (particularly when I forget to save my buffers before leaving work); if you notice it, though, it provides a conflict version (and has automatic

Re: [O] location/map intergration/ links for orgmode?

2015-09-11 Thread Nick Dokos
Xebar Saram writes: > Hi all > > i wonder if anyone has experience with using maps etv in orgmode? > i have used org very successfully in my last 2 trips abroad to detail/note > places to visit (and eat! > :)). i then usually search for the place name in google maps and mark

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric S Fraga
On Friday, 11 Sep 2015 at 15:59, Tobias Frischholz wrote: > Hey there! > > I was wondering what is your favorite way of syncing your org files > and everything. I’ve checked out unison, but I want more of an > automated system that synchronizes my two clients via an SSH server. I use unison and

Re: [O] Favorite way of syncing?

2015-09-11 Thread Eric Abrahamsen
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > Tobias Frischholz writes: > >> I was wondering what is your favorite way of syncing your org files >> and everything. > [...] >> I’ve also read about org-sync and magit (git is an option for me). >> And now I’m starting the get

Re: [O] Merge branch 'maint'

2015-09-11 Thread Oleh Krehel
Achim Gratz writes: > Am 11.09.2015 um 13:59 schrieb Oleh Krehel: >> What is the purpose of maint exactly? > > It's a bit short on the explanation side, but does that help? > > http://orgmode.org/worg/dev/index.html It does help a bit. > Also (not exactly the branch model

Re: [O] Merge branch 'maint'

2015-09-11 Thread Stefan Nobis
Oleh Krehel writes: > Would it be so hard for Git to perform a single merge of master into > maint on release, while keeping them separate and cherry-picking > in-between for the sake of a clean linear history? The question is not whether git is capable of doing this (there

Re: [O] org-collector unable to handle macros

2015-09-11 Thread Nick Dokos
Mark Edgington writes: > Aaron Ecay gmail.com> writes: > >> >> This looks like the same problem I reported (and provided a patch for) here: >> . Some orgtbl-* >> functions can’t cope with macro (or macro-resembling)

Re: [O] Favorite way of syncing?

2015-09-11 Thread Joon Ro
I use Unison for settings like dotfiles, since with unison you don't have to put files into a specific folder or use symlinks. I miss versioning of Dropbox, but it is okay since settings do not change that frequently. I just back up everything every day. I use AeroFS for sensitive data and

Re: [O] BEAMER_ACT ignored during export in column environment

2015-09-11 Thread Nicolas Goaziou
Julien Cubizolles writes: > Nothing in my user's guide about overlay specifications for column > you're right. However the mode ( ) has an effect: > the environment is ignored in mode at least. Moreover, a pure > overlay specification like to a column environment