Re: [O] org mode capture to headline at point

2016-05-13 Thread Phil Hudson
On Fri, 13 May 2016 at 4:08:04 pm BST, Xebar Saram wrote: > any one knows how to launch a capture (thats pre defined) but auto refile that > capture to the/beneath the current header at point? Hope I've understood your requirement correctly. I think this will do what you

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread Jeffrey Spencer
How do I change the below to load for example: ~/Dropbox/kitchingroup/jmax/ instead of the current directory the init.el file is in. Then I can link init.el to .emacs.d and I think all will work properly. (defconst starter-kit-dir (file-name-directory (or load-file-name (buffer-file-name

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread John Kitchin
That is done automatically if you run it like: emacs -q -l /path/to-init.el the jmax directory is stored at load time (https://github.com/jkitchin/jmax/blob/master/init.el#L16) and the variable is used every where else that is needed. alternatively, you might try (with your path obviously) in

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread Jeffrey Spencer
Well I installed emacs as you did and still didn't work but if I use your configuration file it works fine and exports. I like the features for org-mode so I might merge some of the things in my setup files and just use your configuration. What's the best way to get it as the default on macbook? I

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-12 Thread John Kitchin
How did you install emacs? You can see how I do it here: https://github.com/jkitchin/jmax/blob/master/install-jmax-mac.sh#L12 this has worked for me for a long time. Jeffrey Spencer writes: > I keep getting the following error when exporting from org-mode but > everything else seems to work

Re: [O] org-mode on Windows Emacs doesn't offer html export

2016-03-20 Thread Eric S Fraga
On Thursday, 17 Mar 2016 at 20:59, Lawrence Bottorff wrote: > Yes, the title sums it up. I've just ported my .emacs.d, org stuff, etc. > from my Linux to my work Windows 10, and I can't get the export to offer > html or latex. Even org-export-html-to-html doesn't work, gives error > message What

Re: [O] org-mode on Windows Emacs doesn't offer html export

2016-03-19 Thread Lawrence Bottorff
Thanks for the advice. Yes, a stripped-down org file did work. Will troubleshoot till the culprit sinister is found. On Fri, Mar 18, 2016 at 9:46 AM, Fabrice Popineau < fabrice.popin...@supelec.fr> wrote: > > > 2016-03-18 14:35 GMT+01:00 Lawrence Bottorff : > >> Yes, thanks

Re: [O] org-mode on Windows Emacs doesn't offer html export

2016-03-19 Thread Lawrence Bottorff
Yes, thanks Eric. Got latest-greatest 8.3. I did a (require 'ox-html) and (require 'ox-latex) and the options did show up. Not sure why my Linux side had these and the Windows side did not. But still I get this error: org-latex-compile: PDF file

Re: [O] org-mode on Windows Emacs doesn't offer html export

2016-03-19 Thread Eric S Fraga
On Friday, 18 Mar 2016 at 14:12, Lawrence Bottorff wrote: > Yes, Eric, that's probably the case . . . and I just don't have my latex > ducks in a row yet. I've been spoiled on Linux -- things just working. . . Indeed. I'm lucky in that I don't have to venture out of the Linux world very often,

Re: [O] org-mode on Windows Emacs doesn't offer html export

2016-03-18 Thread Lawrence Bottorff
Yes, Eric, that's probably the case . . . and I just don't have my latex ducks in a row yet. I've been spoiled on Linux -- things just working. . . On Fri, Mar 18, 2016 at 1:30 PM, Eric S Fraga wrote: > On Friday, 18 Mar 2016 at 11:29, Lawrence Bottorff wrote: > > Thanks for

Re: [O] org-mode on Windows Emacs doesn't offer html export

2016-03-18 Thread Eric S Fraga
On Friday, 18 Mar 2016 at 11:29, Lawrence Bottorff wrote: > Thanks for the advice. Yes, a stripped-down org file did work. Will > troubleshoot till the culprit sinister is found. One reason for LaTeX being required for HTML export is that you have equations or similar and these are being

Re: [O] org-mode on Windows Emacs doesn't offer html export

2016-03-18 Thread Fabrice Popineau
2016-03-18 14:35 GMT+01:00 Lawrence Bottorff : > Yes, thanks Eric. Got latest-greatest 8.3. I did a (require 'ox-html) and > (require 'ox-latex) and the options did show up. Not sure why my Linux side > had these and the Windows side did not. But still I get this error: > >

Re: [O] Org-mode export to html hangs when encoding links

2016-02-29 Thread Nicolas Goaziou
Hello, Brad Collins writes: > Since upgrading to 8.3.4, exporting to HTML fails if there > is a hypertext link in the document with the following error: > >if: Autoloading failed to define function url-encode-url This doesn't seem to be related to Org. `url-encode-url' is

Re: [O] Org-mode: How to render latex inside ~code~

2016-02-27 Thread Lawrence Bottorff
Got it set (custom-set-variables ... '(org-pretty-entities t) ... but nothing changed. ~> (cons 1 nil) \to (1)~ still outputs the raw \to even though in the buffer it changes. On Sat, Feb 27, 2016 at 8:41 PM, Thomas S. Dye wrote: > Aloha Lawrence, > > Lawrence Bottorff writes:

Re: [O] Org-mode: How to render latex inside ~code~

2016-02-27 Thread Thomas S . Dye
Aloha Lawrence, Lawrence Bottorff writes: > This seems a catch-22: I want to render code in an org-mode export (html or > latex pdf) where the snippet below done as a ~code block > >> (cons 1 nil) \to (1) > > actually renders \to as a proper right arrow (yields). Of course if I do the > snippet

Re: [O] org-mode table alignment options (siunitx S-column)

2016-02-16 Thread Eric S Fraga
On Tuesday, 16 Feb 2016 at 17:58, Nicolas Goaziou wrote: [...] > I think #+ATTR_BACKEND: :align ... goes a long way towards removing > these limitations, at least on the export side. I agree. I have always taken the view that the syntax was for presentation in org mode, not for export,

Re: [O] org-mode table alignment options (siunitx S-column)

2016-02-16 Thread Nicolas Goaziou
Hello, Michael Giepen writes: > However, with wider tables you have to put a lot of attributes and the > following implementation would be clearer if it would be more org-mode > like with the attributes inside the table. > > #+CAPTION: My caption > #+ATTR_LATEX:

Re: [O] Org-mode via ELPA and via git in parallel

2016-01-29 Thread Alan Schmitt
On 2016-01-28 12:33, Karl Voit writes: >> I’ve had issues with this in the past (I also use org for git). To >> make sure org is never installed with elpa, I manually install >> (`package-install-file') this org.el file: >> >> #+begin_src emacs-lisp >> ;;; org.el --- Dummy

Re: [O] Org-mode on Github

2016-01-28 Thread Robert Klein
Hi, gongzhitaao wrote: > Hi Awesome Orgmode, > > I got a quick question: why not put org-mode on github? because we have all those, too > > 1. Everyone can see the development process clearly. While currently >we can still do it but github makes it much more

Re: [O] Org-mode via ELPA and via git in parallel

2016-01-28 Thread Alan Schmitt
Hi Karl, On 2016-01-28 10:48, Karl Voit writes: > Since I am using use-package[fn:up] to install most of my emacs > add-ons, I do think that any other package may have org-mode > installed via ELPA (dependency-rule?). I have observed this in the past as well. > Two

Re: [O] Org-mode via ELPA and via git in parallel

2016-01-28 Thread Karl Voit
Hi Alan, * Alan Schmitt wrote: > > On 2016-01-28 10:48, Karl Voit writes: > >> Since I am using use-package[fn:up] to install most of my emacs >> add-ons, I do think that any other package may have org-mode >> installed via ELPA

Re: [O] Org-mode via ELPA and via git in parallel

2016-01-28 Thread Achim Gratz
Karl Voit writes: > As I noticed yesterday, in my ELPA-directory there is > "org-20160125/" which I never installed on purpose. It's probably been pulled in by some dependency. Package manager is not very smart with this. You need to drop a dummy org package with a high enough version so that

Re: [O] org-mode fontification error

2015-12-10 Thread Zack Piper
> You haven't modified your load-path in this minimal config, so you're > using the built-in Org version, as indicated in your Org version output > above. That was it! Thanks! Sorry for the noise. -- Zack Piper http://apertron.net

Re: [O] "org-mode fontification error" on master

2015-12-10 Thread Zack Piper
Please refer to the second email I sent (14:35) as I feel this is better. Due to technical problems with my email system I sent two different ones and didn’t think to look in the logs, my apologies.

Re: [O] org-mode fontification error

2015-12-10 Thread Kyle Meyer
Zack Piper writes: > When attempting to open an Org file (such as my own `config.org'), I > get "org-mode fontification error" appear in the mini-buffer. > > I can reproduce it using the following: > > Org-mode version 8.2.10 (release_8.2.10 @ >

Re: [O] Org mode export from a large file is slow since release 8.3

2015-12-05 Thread Nicolas Goaziou
Hello, Viktor Rosenfeld writes: > I updated from 8.2.9 to 8.3.2 today and now the export has become very slow. > Creating an HTML page or a LaTeX buffer used to be instantaneous but now > takes up to 30 seconds. > > It seems that this is mostly related to file size. For

Re: [O] Org Mode and PDF Notes!

2015-11-14 Thread Matti Minkkinen
Ramon Diaz-Uriarte writes: > On Thu, 12-11-2015, at 14:11, Matt Price gmail.com> wrote: > It works! I get the highlighted text (I have just tried with a pdf I > highlighted with EzPDF, the one that, above, was giving just the location > and properties). And it still does the correct thing in your

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Ramon Diaz-Uriarte
On Thu, 12-11-2015, at 15:28, Matt Lundin wrote: > Ramon Diaz-Uriarte writes: > >> >> so we get the location of the highlight (and its properties), but not the >> textual contents. And this is the case whether I make the annotation with >> EzPDF or Okular

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Ramon Diaz-Uriarte
On Thu, 12-11-2015, at 23:52, Matt Price wrote: > On Thu, Nov 12, 2015 at 9:28 AM, Matt Lundin wrote: > >> Ramon Diaz-Uriarte writes: >> > >> > I'll do. In the meantime, I think this is a limitation coming from >> > poppler. Other

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Karl Voit
* Matt Price wrote: > --047d7b41411eff32e6052444d409 > Content-Type: text/plain; charset=UTF-8 > > I've just written up a post on my workflow for PDF's Since my blog has, I > think, a readership of 0 (surely there's a way to get emacsers to follow > me? ah well), I will post a

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Sebastian Christ
> On Wed, 11 Nov 2015 15:48:15 -0500, Kaushal Modi > said: > May be you can work with the interleave.el dev to add in your ideas > and code. I had worked with him to make interleave support pdf-tools > and it was a pleasure to work with him. You're so

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Ramon Diaz-Uriarte
On Wed, 11-11-2015, at 21:33, Matt Price wrote: >> >> >> instead of the text. Bummer! I wonder if RepliGO gives you a lot more >> than the rest, or if I am doing something silly. >> >> I think that there is no standard way of storing the highlight contents. I > chose

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Sebastian Christ
> On Wed, 11 Nov 2015 15:58:24 -0500, Matt Price said: > I meant INTERLEAVE_PDF. I just opened an issue: > https://github.com/rudolfochrist/interleave/issues/13 so who knows, > maybe... Sound like a good idea. I'm currently a little short on time,but perhaps I can

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Matt Lundin
Ramon Diaz-Uriarte writes: > > so we get the location of the highlight (and its properties), but not the > textual contents. And this is the case whether I make the annotation with > EzPDF or Okular or, for that matter, with pdf-tools itself. > > So it seems RepliGO is

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Matt Price
On Thu, Nov 12, 2015 at 7:23 AM, Ramon Diaz-Uriarte wrote: > > > > On Wed, 11-11-2015, at 21:33, Matt Price wrote: > >> > >> > >> instead of the text. Bummer! I wonder if RepliGO gives you a lot more > >> than the rest, or if I am doing something

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Memnon Anon
Matt Price writes: > On Wed, Nov 11, 2015 at 12:09 PM, Memnon Anon < > memnon+use...@freeshell.org> wrote: > > http://planet.emacsen.org/\ > > But I can't figure out how to add my blog to the list there! Can you > tell me the secret?

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Ramon Diaz-Uriarte
On Thu, 12-11-2015, at 14:11, Matt Price wrote: >> > >> > M-: (pdf-annot-get-annots) and look at the output in the *Messages* >> > buffer. Can you see any evidence of the the text? Can you share what you >> > learned? >> >> Nope, no evidence of the text. I get things such

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Memnon Anon
Matt Price writes: > [...] Since my blog > has, I think, a readership of 0 (surely there's a way to get emacsers > to follow me? ah well), I will post a link here [...] http://planet.emacsen.org/ -- /---\ | SDF and SDF-EU Public

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Russell Adams
On Wed, Nov 11, 2015 at 09:42:13AM -0500, Matt Price wrote: > I've just written up a post on my workflow for PDF's Since my blog has, I > think, a readership of 0 (surely there's a way to get emacsers to follow > me? ah well), I will post a link here in the hopes that someone will be > interested:

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Kaushal Modi
Have you had a look at https://github.com/rudolfochrist/interleave The interleave package works great for me: taking notes in an org-mode buffer in one side (buffer) corresponding to the pdf page open in pdf-tools on the other side (buffer).

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Xebar Saram
thanks for the interesting post! you now have 0+1 readers (just subscribed via rss) ;-) best Z On Wed, Nov 11, 2015 at 4:42 PM, Matt Price wrote: > I've just written up a post on my workflow for PDF's Since my blog has, I > think, a readership of 0 (surely there's a way

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Peter Davis
Matt Price writes: > I've just written up a post on my workflow for PDF's Since my blog > has, I think, a readership of 0 (surely there's a way to get emacsers > to follow me? ah well), I will post a link here in the hopes that > someone will be interested: > >

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Jeffrey DeLeo
Matt Price writes: > I've just written up a post on my workflow for PDF's Thanks, this is helpful.

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Ramon Diaz-Uriarte
Dear Matt, On Wed, 11-11-2015, at 15:42, Matt Price wrote: > I've just written up a post on my workflow for PDF's Since my blog has, I > think, a readership of 0 (surely there's a way to get emacsers to follow > me? ah well), I will post a link here in the hopes that someone

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
FWIW, I've just updated the post with - links that jump directly to the highlighted text - a new custom link type that opens highlights in a temporary buffer instead. http://matt.hackinghistory.ca/2015/11/11/note-taking-with-pdf-tools/ On Wed, Nov 11, 2015 at 11:40 AM, Jeffrey DeLeo

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 12:09 PM, Memnon Anon wrote: > Matt Price writes: > > > [...] Since my blog > > has, I think, a readership of 0 (surely there's a way to get emacsers > > to follow me? ah well), I will post a link here [...] > >

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Kaushal Modi
> Doesn't seem to work with pdfview yet, and I'm sort of addicted now. I use pdf-view too (the major mode for viewing PDF files that comes with pdf-tools, right?) and interleave works great! > I can think of some changes, e.g., would be nice to keep all my notes for all > books/articles/etc.

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 3:48 PM, Kaushal Modi wrote: > > Doesn't seem to work with pdfview yet, and I'm sort of addicted now. > > I use pdf-view too (the major mode for viewing PDF files that comes > with pdf-tools, right?) and interleave works great! > ah cool, i didn't

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 3:17 PM, Ramon Diaz-Uriarte wrote: > Dear Matt, > > > On Wed, 11-11-2015, at 15:42, Matt Price wrote: > > I've just written up a post on my workflow for PDF's Since my blog has, I > > think, a readership of 0 (surely there's a way

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 9:59 AM, Kaushal Modi wrote: > Have you had a look at https://github.com/rudolfochrist/interleave not till now! > > > The interleave package works great for me: taking notes in an org-mode > buffer in one side (buffer) corresponding to the pdf

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Lundin
Matt Price writes: > > I think that there is no standard way of storing the highlight > contents. I chose Repligo over EZPDF because it gives you access to > the text of the highlights! > Okular, I think, stores your annotations in its own database, rather > than in the pdf.

Re: [O] org-mode and scrum

2015-11-09 Thread Karl Voit
* Jude DaShiell wrote: > Have we got any software engineers on this list who use or have used > org-mode for doing scrum? How useable is org-mode for scrum anyway? I am using Org-mode as a Scrum product owner. With a few yasnippet templates, I'm fine with Org-mode. There

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Thank you for providing the backtrace, but ... You knew there was a "but" coming, right? :-) Although some people can make sense of a backtrace produced with compiled code, it is far more useful to provide a backtrace produced with *uncompiled* code. What you have to do is C-u M-x org-reload RET

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
> Although some people can make sense of a backtrace produced with compiled code, it is far more useful to provide a backtrace produced with *uncompiled* code. Apologies, I was unaware of that. I should have read that Info node first. Below is a gist link to the full backtrace with uncompiled

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Also, I am on the latest org-mode and emacs builds: org-mode version: Org-mode version 8.3.2 (release_8.3.2-251-g4ca117 @ /home/kmodi/usr_local/apps/6/emacs/master/share/emacs/site-lisp/org/) emacs-version:

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Some more info: I cannot recreate this error when using - my emacs config - the same emacs build from git - BUT the latest org-plus-contrib from org elpa: Org-mode version 8.3.2 (8.3.2-10-g00dacd-elpaplus @ /home/kmodi/.emacs.d/elpa_25_0/org-plus-contrib-20151005/) So it is some change between:

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Kaushal Modi writes: >> Although some people can make sense of a backtrace produced with > compiled code, it is far more useful to provide a backtrace produced > with *uncompiled* code. > > Apologies, I was unaware of that. I should have read that Info node first. > Below

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Kaushal Modi writes: > Some more info: > > I cannot recreate this error when using > - my emacs config > - the same emacs build from git > - BUT the latest org-plus-contrib from org elpa: Org-mode version 8.3.2 > (8.3.2-10-g00dacd-elpaplus @ / >

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
> The "g" stands for "git" and it's not part of the SHA1: 4ca117 are the first six digits of the SHA1 at the HEAD of the branch Ah, now that you spell it out, it's obvious. I swear I kept staring at the git hash to find the "117" in "g4ca117" in

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Kaushal Modi writes: > @Nick Dokos Are you are on a commit before or after this lexical binding > change? http://orgmode.org/ > cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 > > The failure symtoms in my backtrace look like they could be

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
@Nick Dokos Are you are on a commit before or after this lexical binding change? http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 The failure symtoms in my backtrace look like they could be related to this change.

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nick Dokos
Nick Dokos writes: > Kaushal Modi writes: > >> @Nick Dokos Are you are on a commit before or after this lexical binding >> change? http://orgmode.org/ >> cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 >> >> The failure

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Kaushal Modi writes: > >> @Nick Dokos Are you are on a commit before or after this lexical binding >> change? http://orgmode.org/ >> cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 >> >> The

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Thanks Nick. That patch resolves the issue for now. At least, all my pdf exports are working fine as before.

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Thanks to you both for the quick solution and the upstream fix.

Re: [O] Org-mode reinvented?

2015-10-26 Thread Aldric Giacomoni
As someone who came to emacs and org-mode after using Markdown on Github for quite a while as "the default readme format", it's a consolation to find that Github supports "pretty" formatting of org-mode: https://gist.github.com/Trevoke/667a02bfbe464c1b9011 Org-mode is significantly more powerful

Re: [O] Org-mode reinvented?

2015-10-25 Thread John Kitchin
Interesting. One day I imagine something like this, or sharelatex exists for collaborating on org-files with people who don't like Emacs... Marcin Borkowski writes: > Hi all, > > I've just stumbled over this: https://gingkoapp.com/ . From a cursory > glance it seems like a web-based,

Re: [O] Org-mode reinvented?

2015-10-25 Thread Ken Mankoff
On 2015-10-25 at 07:12, John Kitchin wrote: > Interesting. One day I imagine something like this, or sharelatex > exists for collaborating on org-files with people who don't like > Emacs... One can hope, but unfortunately it seems Markdown is the default implementation

Re: [O] Org-mode reinvented?

2015-10-25 Thread Marcin Borkowski
On 2015-10-25, at 16:55, Ken Mankoff wrote: > On 2015-10-25 at 07:12, John Kitchin wrote: >> Interesting. One day I imagine something like this, or sharelatex >> exists for collaborating on org-files with people who don't like >> Emacs... > > One can

Re: [O] org-mode and scrum

2015-10-18 Thread Jude DaShiell
Shiell <jdash...@panix.com> Cc: emacs-orgmode@gnu.org Subject: Re: [O] org-mode and scrum Hi, --- On Sat, Oct 17, 2015 at 1:23 PM, Jude DaShiell <jdash...@panix.com> wrote: | Have we got any software engineers on this list who use or have used | org-mode for doing scrum? \-- I use em

Re: [O] org-mode and scrum

2015-10-18 Thread Shakthi Kannan
Hi, --- On Sat, Oct 17, 2015 at 1:23 PM, Jude DaShiell wrote: | Have we got any software engineers on this list who use or have used | org-mode for doing scrum? \-- I use emacs-scrum: https://github.com/ianxm/emacs-scrum SK -- Shakthi Kannan http://www.shakthimaan.com

Re: [O] Org-mode Babel does not show syntax highlight when open with another mode

2015-10-17 Thread Kyle Meyer
stardiviner writes: > I try to configure Org-mode to open ruby source code block with > `enh-ruby-mode`. > > configuration as following: > > #+BEGIN_SRC emacs-lisp > (with-eval-after-load 'enh-ruby-mode > (add-to-list 'org-src-lang-modes '("ruby" . enh-ruby))) > #+END_SRC

Re: [O] org-mode 3.5.1 emacs 24: invalid-functon 41

2015-09-01 Thread Martin Steffen
Hi Nicolas, and all. I recently answered to a prior suggestion concerning the cause of a problem (see below), basically I could not confirm the cause of the error. In the meantime, I had the same problem (on different computer), again with the newest org-mode with the same symptoms (org-mode

Re: [O] org-mode 3.5.1 at emacs 24: invalid-functon 41

2015-08-29 Thread Martin Steffen
Hi, thanks for the info. I tried to reproduce the error but failed, which means, in the meantime org 3.5.1 works. Note, however, that it's no longer the same git-reversion. When I first stumbled upon it, it was org-version 3.5.1 and the then latest pull from the git-server. Since it

Re: [O] org-mode 3.5.1 at emacs 24: invalid-functon 41

2015-08-28 Thread Nicolas Goaziou
Hello, Martin Steffen mstef...@ifi.uio.no writes: org-element--set-regexps: Invalid function: 41 41 is ?\) character. I think the problem lies in this snippet from `org-element--set-regexps' (case org-plain-list-ordered-item-terminator (?\) )) (?. \\.) (otherwise [.)])) ^^^ Could

Re: [O] org-mode 3.5.1 at emacs 24: invalid-functon 41

2015-08-18 Thread Martin Steffen
Bastien bzg at gnu.org writes: Hi Martin, Martin Steffen msteffen at ifi.uio.no writes: (setq load-path (cons ~/gnu/emacs/24/lisp/org/lisp load-path)) (setq load-path (cons ~/gnu/emacs/24/lisp/org/contrib/lisp load-path)) (add-to-list 'auto-mode-alist '(\\.org\\' . org-mode))

Re: [O] org-mode 3.5.1 @ emacs 24: invalid-functon 41

2015-08-18 Thread Bastien
Hi Martin, Martin Steffen mstef...@ifi.uio.no writes: (setq load-path (cons ~/gnu/emacs/24/lisp/org/lisp load-path)) (setq load-path (cons ~/gnu/emacs/24/lisp/org/contrib/lisp load-path)) (add-to-list 'auto-mode-alist '(\\.org\\' . org-mode)) After you start Emacs in this minimal mode, can

Re: [O] Org-mode 8.3.1 bugs report

2015-08-07 Thread Michael Strey
On Do, 2015-08-06, Lei Zhe wrote: [...] 2. When I call org-drill, some entries can not be shown. Only blank buffer shows up. I'm having the same problem here since about 4 weeks. It seems to occur randomly without relation to the entries. Pressing e for “edit”, moving point some lines up or

Re: [O] Org-mode 8.3.1 bugs report

2015-08-06 Thread Nicolas Goaziou
Hello, Lei Zhe lzhe...@gmail.com writes: 1. Footnote is inserted right after the Footnote headline, not the end of this section. This is not a bug. You need to set `org-footnote-auto-adjust' to your liking. Regards, -- Nicolas Goaziou

Re: [O] Org-mode 8.3.1 bugs report

2015-08-06 Thread Lei Zhe
Sorry, I need to clarify my question. In my org files, some local customization like variables, LaTeX headers and options are also put in the `Footnotes' section. So it can be easier for me to change or append these things if they just come after the headline, especially in the case with large

Re: [O] Org-mode 8.3.1 bugs report

2015-08-06 Thread Lei Zhe
Hi, I tried to customize `org-footnote-auto-adjust'. There are only kind of sort and renumber options. None of them can make the footnote appear at the end of `Footnotes' section. Regards, Zhe Lei On Thu, Aug 6, 2015 at 9:18 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Lei Zhe

Re: [O] Org-mode 8.3.1 bugs report

2015-08-06 Thread Nicolas Goaziou
Lei Zhe lzhe...@gmail.com writes: Hi, I tried to customize `org-footnote-auto-adjust'. There are only kind of sort and renumber options. None of them can make the footnote appear at the end of `Footnotes' section. Then I don't understand why it is an issue. Regards,

Re: [O] Org-mode 8.3.1 bugs report

2015-08-06 Thread Nicolas Goaziou
Lei Zhe lzhe...@gmail.com writes: In my org files, some local customization like variables, LaTeX headers and options are also put in the `Footnotes' section. So it can be easier for me to change or append these things if they just come after the headline, especially in the case with large

Re: [O] Org-mode exporters licensing

2015-08-02 Thread Nicolas Goaziou
Hello, Marcin Borkowski mb...@mbork.pl writes: And I do not. I suspect that many authors don't care, and use GPL (or BSD, or other license) just so that they don't have to write a license themselves. Of course, this is only my suspicion, and I might be totally wrong. As a data point, in

Re: [O] Org-mode exporters licensing

2015-07-28 Thread Robert Klein
On Mon, 27 Jul 2015 20:49:05 +0200 Marcin Borkowski mb...@mbork.pl wrote: On 2015-07-27, at 20:30, Daniele Nicolodi dani...@grinta.net wrote: On 27/07/15 20:20, Marcin Borkowski wrote: On 2015-07-27, at 20:02, Daniele Nicolodi dani...@grinta.net wrote: On 27/07/15 19:42, Marcin

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Marcin Borkowski
On 2015-07-27, at 11:31, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Monday, 27 Jul 2015 at 10:59, Marcin Borkowski wrote: [...] See how stupid this whole copyright law swamp is? What if I reuse just the basic structure of sentences in the docstrings, like in Subject + verb + preposition +

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Marcin Borkowski
On 2015-07-27, at 11:46, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Monday, 27 Jul 2015 at 11:05, Marcin Borkowski wrote: [...] Frankly speaking, I'm rather astonished at your and Eric's answers. I treated my question as a formality, and expected answers like Of course you can do it, don't

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Rasmus
Oleh Krehel ohwoeo...@gmail.com writes: If anywhere in your code there's (require 'org), you have to release your code under GPL. Are you sure about that? By this logic, *any* .el file should be GPL as they use (defun ·), implicitly loaded from byte-run. Rasmus -- Lasciate ogni speranza o

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Oleh Krehel
Rasmus ras...@gmx.us writes: Oleh Krehel ohwoeo...@gmail.com writes: If anywhere in your code there's (require 'org), you have to release your code under GPL. Are you sure about that? By this logic, *any* .el file should be GPL as they use (defun ·), implicitly loaded from byte-run. I'm

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Daniele Nicolodi
On 27/07/15 14:42, Greg Troxel wrote: Daniele Nicolodi dani...@grinta.net writes: On 27/07/15 13:52, Marcin Borkowski wrote: I disagree. Licensing a tutorial with GPL is a stupid thing to do. A tutorial may contain code which people naturally mimic (or even copy). Such things should

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Oleh Krehel
Marcin Borkowski mb...@mbork.pl writes: I'm preparing a tutorial on writing Org-mode exporters. To this end, I'm writing a (simplistic) Oddmuse/WikiCreole exporter. Rather obviously, I'm modeling it on existing exporters (mainly ox-latex), which seem to share a lot of structure (function

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Greg Troxel
Daniele Nicolodi dani...@grinta.net writes: On 27/07/15 13:52, Marcin Borkowski wrote: I disagree. Licensing a tutorial with GPL is a stupid thing to do. A tutorial may contain code which people naturally mimic (or even copy). Such things should definitely be in PD. [many excellent

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Daniele Nicolodi
On 27/07/15 14:25, Oleh Krehel wrote: Rasmus ras...@gmx.us writes: Oleh Krehel ohwoeo...@gmail.com writes: If anywhere in your code there's (require 'org), you have to release your code under GPL. Are you sure about that? By this logic, *any* .el file should be GPL as they use (defun

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Daniele Nicolodi
On 27/07/15 13:52, Marcin Borkowski wrote: I disagree. Licensing a tutorial with GPL is a stupid thing to do. A tutorial may contain code which people naturally mimic (or even copy). Such things should definitely be in PD. As yourself pointed out in one of your emails, in many legal

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Achim Gratz
Marcin Borkowski writes: I'm preparing a tutorial on writing Org-mode exporters. To this end, I'm writing a (simplistic) Oddmuse/WikiCreole exporter. Rather obviously, I'm modeling it on existing exporters (mainly ox-latex), which seem to share a lot of structure (function names and

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Marcin Borkowski
On 2015-07-27, at 14:52, Daniele Nicolodi dani...@grinta.net wrote: On 27/07/15 14:42, Greg Troxel wrote: Daniele Nicolodi dani...@grinta.net writes: On 27/07/15 13:52, Marcin Borkowski wrote: I disagree. Licensing a tutorial with GPL is a stupid thing to do. A tutorial may contain

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Daniele Nicolodi
On 27/07/15 19:42, Marcin Borkowski wrote: That I've already learned. OTOH, one of the reasons to use PD might be that I explicitly state that I object the legal system I live in. (Mind you: I'm not an anarchist, and I'm very far from that. But this system is almost unbearable.) This

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Marcin Borkowski
On 2015-07-27, at 14:17, Daniele Nicolodi dani...@grinta.net wrote: On 27/07/15 13:52, Marcin Borkowski wrote: I disagree. Licensing a tutorial with GPL is a stupid thing to do. A tutorial may contain code which people naturally mimic (or even copy). Such things should definitely be in PD.

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Marcin Borkowski
On 2015-07-27, at 14:50, Daniele Nicolodi dani...@grinta.net wrote: I'm not sure that using an interpreter for running some code classifies as linking, but I don't know of any official statement on the subject. On the other hand, Elisp is an extension language for a GPL program, thus it may

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Marcin Borkowski
On 2015-07-27, at 20:02, Daniele Nicolodi dani...@grinta.net wrote: On 27/07/15 19:42, Marcin Borkowski wrote: That I've already learned. OTOH, one of the reasons to use PD might be that I explicitly state that I object the legal system I live in. (Mind you: I'm not an anarchist, and I'm

<    1   2   3   4   5   6   7   8   9   10   >