Re: [O] is it bad to have both org and org-plus-contrib installed?

2017-01-24 Thread Thomas S. Dye
Alan Schmitt writes: > Thank you for the suggestion, but I use Spacemacs, which in turn uses > paradox. > > Why couldn't there be an org-contrib package, depending on org? So that > way org would not be duplicated in two packages. I've run into the same problem with Spacemacs and would welcome

Re: [O] bug report: ox-html with coderef links needs a space between attributes in element (with patch)

2017-01-24 Thread Nicolas Goaziou
Hello, dmg writes: > I have the following org-snippet: > > --- > This is an example > > #+BEGIN_SRC sml -r -l "(*(ref:%s)*)" -n > val x = 1 > fun f y = x + y (*(ref:f)*) > val x = 2 > val y = 3 > val z = f(x+y)

Re: [O] git and orgmode: teaching git a bit of orgmode syntax

2017-01-24 Thread Michael Welle
Hello, Nick Dokos writes: [...] > [fn:1] I'd search, but Gmane still seems non-compos-mentis and >searching in the archives is just awful (or my fu is too >weak). Anybody know what is happening with Gmane? How do you >search the list nowadays? I have a

Re: [O] git and orgmode: teaching git a bit of orgmode syntax

2017-01-24 Thread Brett Viren
Karl Voit writes: > -* NEXT test with DAVdroid > +* Lesestoff [1/26]:2read: > :PROPERTIES: > -:CREATED: [2016-05-08 Sun 12:51] > +:CREATED: [2012-04-17 Tue 10:39] > +:ARCHIVE: %s_archive::* Lesestoff > +:CATEGORY: reading >

Re: [O] git and orgmode: teaching git a bit of orgmode syntax

2017-01-24 Thread Nick Dokos
Michael Welle writes: > Hello, > > Nick Dokos writes: > [...] >> [fn:1] I'd search, but Gmane still seems non-compos-mentis and >>searching in the archives is just awful (or my fu is too >>weak). Anybody know what is happening with Gmane?

Re: [O] org-stuck-projects confuses a "Next" heading with the NEXT keyword

2017-01-24 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > I find that this commit (7c3e0b0fdfdc0cf1a4724cffe17b6bb160278247) > causes Org mode no longer to identify stuck projects correctly. > > Steps to reproduce: > > I am using emacs version 25.1.1 and the most recent commit in the Org > mode repo. > >

Re: [O] run a function during capture

2017-01-24 Thread Alan Schmitt
On 2017-01-23 13:56, Nick Dokos writes: > Alan Schmitt writes: > >> ... >> - I added a hook to org-capture-after-finalize-hook > ^ >> #+begin_src emacs-lisp >> (defun as/do-org-board-dl-hook () >>

[O] is it bad to have both org and org-plus-contrib installed?

2017-01-24 Thread Alan Schmitt
Hello, I recently had one of those transient problems that go away when reinstalling org (the one where no code block can be executed). As I was doing so, I noticed that I had both org and org-plus-contrib installed, visibly because some packages depend on org. Is this a bad thing? And is there

Re: [O] VM for org-based reproducible environment?

2017-01-24 Thread Rasmus
Matt Price writes: > I'd like to provide a way for people to copy my course materials in the > easiest possible way. At present my export & grading processes rely on some > customization of various tools, mostly emacs-based. So I'm thinking the > easiest thing might be fore

Re: [O] git and orgmode: teaching git a bit of orgmode syntax

2017-01-24 Thread Michael Welle
Hello, Nick Dokos writes: [...] > Thanks. It is quite likely that I misremembered: I found some things on Worg > about an org-aware merge tool for git: > > http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/git-merge-tool/proposal.html >

Re: [O] VM for org-based reproducible environment?

2017-01-24 Thread Matt Price
I'm really interested in the gitlab-ci part of this -- can you describe? Do you think it will translate to travis on github? I'd prefer to continue using github if I can since there's so much infrastructure there, and I tend to use the web interface in my teaching. I hadn't even heard of guix, it

Re: [O] bug report: ox-html with coderef links needs a space between attributes in element (with patch)

2017-01-24 Thread D M German
Nicolas Goaziou twisted the bytes to say: >> >> ​I am running version 9.0.3 of org. >> >> I believe this patch will solve the issue. It simply adds a space before >> the class attribute. Nicolas> It works but I eventually applied a slightly different patch. Thank you Nicolas> for

[O] Bug: clock comments [9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/)]

2017-01-24 Thread Francis J. Monari, Esquire
Nicolas, I stepped away from this email thread for a while. I apologize. The last email in the chain follows: The question remains "How can I make the notes associated with the Clock entry follow the Clock entry? Best regards, Frank. I would like all "clock" entries - with

[O] [bug] ts property uses next entry

2017-01-24 Thread Samuel Wales
recent maint. *** (org-entry-get nil "TIMESTAMP_IA") on a header can return a ts from the entry below it if a link is on it i expected it to return nil * this header returns nil * META [[*B][B]] this header returns a value * EXPECT [#A] x DEADLINE:

[O] bug report: ox-html with coderef links needs a space between attributes in element (with patch)

2017-01-24 Thread dmg
Hi everybody, I have the following org-snippet: --- This is an example #+BEGIN_SRC sml -r -l "(*(ref:%s)*)" -n val x = 1 fun f y = x + y (*(ref:f)*) val x = 2 val y = 3 val z = f(x+y) (*(ref:callf)*) #+END_SRC - Line [[(f)]] defines a

Re: [O] Table formula from code block

2017-01-24 Thread Eric S Fraga
On Monday, 23 Jan 2017 at 12:04, Michael Welle wrote: > Hello, > > I think there are several problems, starting with BEGIN_SRC sh and some > more. But fixing them doesn't bring success. I even have trouble to get > a minimal example to work: > > #+NAME: foo > #+BEGIN_SRC emacs-lisp > (+ 4 4) >

Re: [O] extra paragraph in image export?

2017-01-24 Thread Rasmus
Hi, >> with org-html-html5-fancy is non-nil, images are exported with something >> like this code: >> >> >> https://imgs.xkcd.com/comics/proof_2x.png; alt="proof_2x.png" >> class="fragment (appear) visible current-fragment" >> data-fragment-index="0"> >> I'm not an expert of HTML either.

Re: [O] Table formula from code block

2017-01-24 Thread Michael Welle
Hello, Eric S Fraga writes: > On Monday, 23 Jan 2017 at 12:04, Michael Welle wrote: >> Hello, >> >> I think there are several problems, starting with BEGIN_SRC sh and some >> more. But fixing them doesn't bring success. I even have trouble to get >> a minimal example to work:

Re: [O] Link type for HTML5 videos

2017-01-24 Thread Rasmus
Arun Isaac writes: > It would be nice to have a link type to export HTML5 videos. Currently, > the only way to insert videos is to use the #+BEGIN_video, #+END_video > block with literal #+HTML in them. This seems a little kludgy. Thoughts? I think this is a good

Re: [O] Table formula from code block

2017-01-24 Thread Roger Mason
Hello Roland and Michael, Thank you both for looking at this. Roland Everaert writes: > I will try to look at how I used org-sbe, but I do remind that I had to do > the following (exerpt from a post on > the list by me on the same subjet): > > "It works. But I had to set

Re: [O] Table formula from code block

2017-01-24 Thread Michael Welle
Hello, Michael Welle writes: ... > #+NAME: foo > #+BEGIN_SRC emacs-lisp > > (+ 4 4) > #+END_SRC > > > | bar | foo| > |+| > | 42 | #ERROR | > > #+TBLFM: $2='(org-sbe "foo")::$1=42 > > I'm not sure, what the problem is. Looking at org-sbe there is >

Re: [O] [bug] ts property uses next entry

2017-01-24 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > recent maint. > > *** (org-entry-get nil "TIMESTAMP_IA") on a header can return > a ts from the entry below it if a link is on it > > i expected it to return nil > * this header returns nil > * META [[*B][B]]

Re: [O] [bug] ts property uses next entry

2017-01-24 Thread Nicolas Goaziou
Samuel Wales writes: > unlikely question, but on a similar topic is there a function that > will return the most recent ts of any type anywhere in an entry? I don't think so. You will need to write your own. Regards,

Re: [O] Table formula from code block

2017-01-24 Thread Eric S Fraga
On Tuesday, 24 Jan 2017 at 14:14, Michael Welle wrote: > ohschockschwerenot, I found it. I set org-confirm-babel-evaluate to a > function that does look at the body of the code block and then decides > if it should be executed without confirmation or not. > > I'm not sure, why that is a problem.

Re: [O] extra paragraph in image export?

2017-01-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > I'm not an expert of HTML either. However, the "p" tag inside the > "figure" is uncommon looking a bit on the example usages online. Thus, I > agree with Matt that it should probably not be there. OK. > AFAIK, the CSS selector still differs so on the

Re: [O] [bug] ts property uses next entry

2017-01-24 Thread Samuel Wales
thank you. unlikely question, but on a similar topic is there a function that will return the most recent ts of any type anywhere in an entry?

[O] empty search causes infinite loop?

2017-01-24 Thread Pete Siemsen
I use Org mode version 8.2.10 under Aquamacs version 3.3 on Mac Sierra 10.12.3. When I do "C-c a s" to search my org files for a keyword, it works fine, except when I mistakenly search for nothing. In other words, if when prompted for a search string, I hit RETURN, Aquamacs dives into an infinite

Re: [O] org-babel-capitalize-example-region-markers

2017-01-24 Thread Kyle Meyer
Kyle Meyer writes: [...] >> Shouldn't this variable be public through the customize interface? > > Yes, I think it should be. And it would be consistent with > org-babel-results-keyword being a defcustom. [...] >> Also, it seems "capitalize" is the wrong verb here? > >

[O] org-insert-link descriptions for id links

2017-01-24 Thread Samuel Wales
i bind h-y to org-insert-link-global. i use (setq org-keep-stored-link-after-insertion t). i often store a link and want to insert it. i use ido-hacks for completion. i get prompted with just the id link and a bunch of link prefixes like file:. to me this is not meaningful, because it is just

Re: [O] git and orgmode: teaching git a bit of orgmode syntax

2017-01-24 Thread Stig Brautaset
Karl Voit writes: > Unfortunately, git does not handle diffs in a meaningful way. For > example, when there are sub-hierarchies added or removed, it ends up > with many diff-lines like the following: > > -* NEXT test with DAVdroid > +* Lesestoff [1/26]

[O] Release 9.0.4

2017-01-24 Thread Bastien
Hi all, Org 9.0.4 is out now. Enjoy! -- Bastien

Re: [O] org-babel-capitalize-example-region-markers

2017-01-24 Thread Kyle Meyer
Vicente Vera writes: > Hello. > > Just noticed that example block headings wrapping code evaluation > results appear downcased (arrows added): > > #+RESULTS: > > #+begin_example <= > ... some result... > #+end_example <= > > In ob-core.el, line 2438 there's a "hidden"

Re: [O] extra paragraph in image export?

2017-01-24 Thread Matt Price
On Tue, Jan 24, 2017 at 4:27 PM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > I'm not an expert of HTML either. However, the "p" tag inside the > > "figure" is uncommon looking a bit on the example usages online. Thus, I > > agree with Matt

Re: [O] extra paragraph in image export?

2017-01-24 Thread Matt Price
On Tue, Jan 24, 2017 at 4:27 PM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > I'm not an expert of HTML either. However, the "p" tag inside the > > "figure" is uncommon looking a bit on the example usages online. Thus, I > > agree with Matt

[O] org-babel-capitalize-example-region-markers

2017-01-24 Thread Vicente Vera
Hello. Just noticed that example block headings wrapping code evaluation results appear downcased (arrows added): #+RESULTS: #+begin_example <= ... some result... #+end_example <= In ob-core.el, line 2438 there's a "hidden" variable that controls wether the headings appear upcased:

[O] git and orgmode: teaching git a bit of orgmode syntax

2017-01-24 Thread Karl Voit
Hi! I am using gitwatch[1] to auto-commit any changes to my org-mode files in a git repository. Unfortunately, git does not handle diffs in a meaningful way. For example, when there are sub-hierarchies added or removed, it ends up with many diff-lines like the following: -* NEXT test with

Re: [O] Table formula from code block

2017-01-24 Thread Eric S Fraga
On Tuesday, 24 Jan 2017 at 10:52, Michael Welle wrote: > Eric S Fraga writes: >> Works fine for me with relatively recent org from git. > that's strange. I pulled last sunday. Well, I have just this minute updated and tried again. It still works for me. -- : Eric S Fraga

Re: [O] org-stuck-projects confuses a "Next" heading with the NEXT keyword

2017-01-24 Thread Matt Lundin
Hi Nicholas, Nicolas Goaziou writes: > Hello, > > Guy Mayraz writes: > >> I want every project to have a NEXT or WAIT keyword, and have defined >> org-stuck-projects as follows: >> >> (setq org-stuck-projects '("+LEVEL=2/-INACTIVE-DONE"

Re: [O] is it bad to have both org and org-plus-contrib installed?

2017-01-24 Thread Alan Schmitt
On 2017-01-24 12:14, Kaushal Modi writes: > I don't recall facing the issue like yours when org gets > auto-installed as dependency. But I found it annoying to wait for org > to get installed as dependency magically when some package having that > as dependency got

Re: [O] is it bad to have both org and org-plus-contrib installed?

2017-01-24 Thread Kaushal Modi
I don't recall facing the issue like yours when org gets auto-installed as dependency. But I found it annoying to wait for org to get installed as dependency magically when some package having that as dependency got updated. So I would delete it manually, some package would get updated, and it

Re: [O] Table formula from code block

2017-01-24 Thread Michael Welle
Hello, Eric S Fraga writes: > On Tuesday, 24 Jan 2017 at 10:52, Michael Welle wrote: >> Eric S Fraga writes: >>> Works fine for me with relatively recent org from git. >> that's strange. I pulled last sunday. > > Well, I have just this minute updated and

Re: [O] Table formula from code block

2017-01-24 Thread Michael Welle
Hello, Eric S Fraga writes: > On Monday, 23 Jan 2017 at 12:04, Michael Welle wrote: >> Hello, >> >> I think there are several problems, starting with BEGIN_SRC sh and some >> more. But fixing them doesn't bring success. I even have trouble to get >> a minimal example to work:

Re: [O] Table formula from code block

2017-01-24 Thread Michael Welle
Hello, Eric S Fraga writes: > On Tuesday, 24 Jan 2017 at 10:52, Michael Welle wrote: >> Eric S Fraga writes: >>> Works fine for me with relatively recent org from git. >> that's strange. I pulled last sunday. > > Well, I have just this minute updated and

Re: [O] Table formula from code block

2017-01-24 Thread Michael Welle
Hello, Roger Mason writes: [...] > #+tblname: display-results > | skribilo path | infile | engine| To Engine | To > Typeset | > > |-++---+---+| > | "/opt/skribilo-git/bin" |

Re: [O] git and orgmode: teaching git a bit of orgmode syntax

2017-01-24 Thread Nick Dokos
Karl Voit writes: > Hi! > > I am using gitwatch[1] to auto-commit any changes to my org-mode > files in a git repository. > > Unfortunately, git does not handle diffs in a meaningful way. For > example, when there are sub-hierarchies added or removed, it ends up > with many