Re: [O] Stable releases

2015-08-21 Thread Suvayu Ali
Hi Tom, On Thu, Aug 20, 2015 at 01:56:43PM -1000, Thomas S. Dye wrote: > > Bastien writes: > > > Hi Rasmus, > > > > Rasmus writes: > > > >> One data point: I can absolutely not be bothered using anything that is > >> not at least in contrib. > > > > Just out of curiosity: don't you use the Ema

[O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Hi all, How can I make my toy sample file below export properly to github flavoured markdown (using ox-gfm)? (Of course including the file local variables in exported *.md file...) If I try I get , | hack-local-variables: Malformed local variable line: "" ` Thanks, Andreas PS: the sam

Re: [O] Local variables in an org file

2015-08-21 Thread Jarmo Hurri
Thomas S. Dye writes: > * Define a local variable > #+name: my-var > #+header: :exports none > #+begin_src R > 768 > #+end_src > #+name: pass-my-var-to-code-block > #+header: :var x=my-var > #+header: :exports both > #+begin_src emacs-lisp > (+ x 1) > #+end_src > > #+results: pass-my-var-to-code-

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
I forgot... Andreas Leha writes: > Hi all, > > How can I make my toy sample file below export properly to github > flavoured markdown (using ox-gfm)? > > (Of course including the file local variables in exported *.md file...) ... and without having them apply to the current *.org file. > > If I

[O] HTML export / list issues

2015-08-21 Thread Jarmo Hurri
Greetings. Below is a (hopefully) self-explanatory org file of my problem and the associated html export. Jarmo * Problem description The examples below illustrate three problems I have with lists and html export at the moment. 1. lists alphabetized in org are enumerated in html 2. code

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Nicolas Goaziou
Hello, "JI, Xiang" writes: > Well actually I think the error shows because of another block below > the emacs-lisp blocks. In this header I just wrote #+BEGIN_SRC without > any language name. Is it actually wrong and maybe I should have > written #+BEGIN_EXAMPLE instead? Correct. > Though I’d

Re: [O] beamer_env tag issue with empty headlines

2015-08-21 Thread Nicolas Goaziou
Rafael writes: > I mean that I would like to have a new variable, say, > 'org-no-headlines-between-colons', that when set to t, would cause org > to treat any part of a heading between colons as a tag. My question was: what for? Do you have a (simple) use-case? Regards,

[O] ox-gfm and toc

2015-08-21 Thread Andreas Leha
Hi all, I am confused about how tables of content are handled in ox-gfm. If I let org-mode do the default toc (#+OPTIONS: toc:t) then the TOC seems to work -- even without using the generated anchors for the headlines. Test file: --8<---cut here---start->8--

Re: [O] 8.3.1 bug or misunderstanding -- inline archive

2015-08-21 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > Hymie! writes: > >> I have a few items in my org file that are tagged "ARCHIVE". They show up >> grey in my emacs window. >> >> If I sit the cursor on the * bullet and hit TAB, I get a message that says >> "Subtree is archived and stays closed. Use to cycle it any

Re: [O] Local variables in an org file

2015-08-21 Thread Rainer M Krug
Jarmo Hurri writes: > Thomas S. Dye writes: > >> * Define a local variable >> #+name: my-var >> #+header: :exports none >> #+begin_src R >> 768 >> #+end_src >> #+name: pass-my-var-to-code-block >> #+header: :var x=my-var >> #+header: :exports both >> #+begin_src emacs-lisp >> (+ x 1) >> #+end_sr

Re: [O] Regression: org-translate-link doesn't work correctly in Org 8.3

2015-08-21 Thread Nicolas Goaziou
Sergei Nosov writes: > 1. Previously, the type of the link was "thisfile", now it's "custom-id" > and also, the leading hash is removed from the link. Let's consider > the [[#about][About]] > example once again. Previously, I was given ("thisfile" . "#about") and I > changed this to ("thisfile" .

Re: [O] Regression: org-translate-link doesn't work correctly in Org 8.3

2015-08-21 Thread Sergei Nosov
> What doesn't work? I.e., what is produced and what did you expect instead? ​ The jump via C-c C-o didn't work for me. But I figured it out in a meanwhile - supposedly, what was previously called "thisfile" link type is now called "fuzzy".​ Thanks. > IIUC MELPAe they should already be available.

Re: [O] HTML export / list issues

2015-08-21 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > Below is a (hopefully) self-explanatory org file of my problem and the > associated html export. > > Jarmo > > * Problem description > The examples below illustrate three problems I have with lists and > html export at the moment. > 1. lists alphabetized in org

Re: [O] Regression: org-translate-link doesn't work correctly in Org 8.3

2015-08-21 Thread Nicolas Goaziou
Sergei Nosov writes: > The jump via C-c C-o didn't work for me. But I figured it out in a > meanwhile - supposedly, what was previously called "thisfile" link type is > now called "fuzzy".​ Thanks. fuzzy are for text search, targets and NAME keywords. I'm not sure what was the exact definition o

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Ista Zahn
On Fri, Aug 21, 2015 at 7:50 AM, Nicolas Goaziou wrote: > Hello, > > "JI, Xiang" writes: > >> Well actually I think the error shows because of another block below >> the emacs-lisp blocks. In this header I just wrote #+BEGIN_SRC without >> any language name. Is it actually wrong and maybe I shoul

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Nicolas Goaziou
Ista Zahn writes: > Unless you've restored sanity by setting org-export-babel-evaluate to > nil. Personally I think this is not a good default. Source block > evaluation and export are distinct actions, and I don't see why they > should be linked by default. Wild guess: Principle of least surpr

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Ista Zahn
On Fri, Aug 21, 2015 at 10:20 AM, Nicolas Goaziou wrote: > Ista Zahn writes: > >> Unless you've restored sanity by setting org-export-babel-evaluate to >> nil. Personally I think this is not a good default. Source block >> evaluation and export are distinct actions, and I don't see why they >> sh

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Andreas Leha
Hi, Ista Zahn writes: > On Fri, Aug 21, 2015 at 10:20 AM, Nicolas Goaziou > wrote: >> Ista Zahn writes: >> >>> Unless you've restored sanity by setting org-export-babel-evaluate to >>> nil. Personally I think this is not a good default. Source block >>> evaluation and export are distinct actio

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Ista Zahn
On Fri, Aug 21, 2015 at 10:43 AM, Andreas Leha wrote: > Hi, > > Ista Zahn writes: >> On Fri, Aug 21, 2015 at 10:20 AM, Nicolas Goaziou >> wrote: >>> Ista Zahn writes: >>> Unless you've restored sanity by setting org-export-babel-evaluate to nil. Personally I think this is not a good d

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Nick Dokos
Andreas Leha writes: > I forgot... > > Andreas Leha writes: >> Hi all, >> >> How can I make my toy sample file below export properly to github >> flavoured markdown (using ox-gfm)? >> >> (Of course including the file local variables in exported *.md file...) > > ... and without having them apply

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Nicolas Goaziou
Ista Zahn writes: > I agree that it is safer. In my case its safer like a 10 MPH speed > limit. Safe yes, but too slow! Doesn't Babel :cache property help here? Regards,

Re: [O] Bug: org-element--cache-sync called after switching buffers [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/mah/.emacs.d/elpa/org-20150810/)]

2015-08-21 Thread Nicolas Goaziou
Hello, "Mark A. Hershberger" writes: > While composing an email in mu4e, I get the following backtrace. It > looks like this is because mu4e switches buffers between the time > org-element-cache-reset is called and the time that > org-element--cache-sync is called. Does the following change so

[O] Collaborative Team Project Management with Orgmode?

2015-08-21 Thread Tory S. Anderson
I've relied on Orgmode heavily for over half a decade, and I'm loathe to leave it. But what solutions have been found out there for using it collaboratively (where others are not using emacs), rather than just for personal task management (where it excels)? It has some integration with Trello,

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Ista Zahn
On Fri, Aug 21, 2015 at 11:04 AM, Nicolas Goaziou wrote: > Ista Zahn writes: > >> I agree that it is safer. In my case its safer like a 10 MPH speed >> limit. Safe yes, but too slow! > > Doesn't Babel :cache property help here? It does actually, to my surprise. I have not been using :cache becau

Re: [O] beamer_env tag issue with empty headlines

2015-08-21 Thread Rafael
Nicolas Goaziou writes: > Rafael writes: > >> I mean that I would like to have a new variable, say, >> 'org-no-headlines-between-colons', that when set to t, would cause org >> to treat any part of a heading between colons as a tag. > > My question was: what for? Do you have a (simple) use-case?

Re: [O] Local variables in an org file

2015-08-21 Thread Thomas S . Dye
Aloha Jarmo, Jarmo Hurri writes: > Thomas S. Dye writes: > >> * Define a local variable >> #+name: my-var >> #+header: :exports none >> #+begin_src R >> 768 >> #+end_src >> #+name: pass-my-var-to-code-block >> #+header: :var x=my-var >> #+header: :exports both >> #+begin_src emacs-lisp >> (+ x

Re: [O] beamer_env tag issue with empty headlines

2015-08-21 Thread Pip Cet
On 8/19/15, Nicolas Goaziou wrote: > Prateek Mehta writes: > >> That probably makes sense, though I still feel it is a little >> inconsistent. >> One could argue that anything within colons is an org tag (regardless of >> whether the title is empty), and isn't meant to be exported. It's >> probab

Re: [O] Stable releases

2015-08-21 Thread Rasmus
Hi, >> One data point: I can absolutely not be bothered using anything that is >> not at least in contrib. > > Just out of curiosity: don't you use the Emacs package system at all? At work I cannot use package.el. At home, the search cost associated with checking out org-random-mode is higher.

Re: [O] Valid use cases for lists?

2015-08-21 Thread Rasmus
Peter Salazar writes: > Export isn't a good reason to use lists over headings, since you can always > export headings as lists if you want to, e.g. by setting number of > heading levels in export options. This doesn't mean plain text lists aren't > useful in org, it just means you don't need the

Re: [O] Regression: org-translate-link doesn't work correctly in Org 8.3

2015-08-21 Thread Achim Gratz
Nicolas Goaziou writes: > I think Org ELPA's release is updated at least every week. The last update was published with a wrong version number (that package manager will not consider as an update) and no further updates will be published at all I suspect unless the version header in org.el gets p

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Hi Nick, Nick Dokos writes: > Andreas Leha writes: > >> I forgot... >> >> Andreas Leha writes: >>> Hi all, >>> >>> How can I make my toy sample file below export properly to github >>> flavoured markdown (using ox-gfm)? >>> >>> (Of course including the file local variables in exported *.md file

Re: [O] HTML export / list issues

2015-08-21 Thread Rick Frankel
On Fri, Aug 21, 2015 at 02:58:35PM +0200, Nicolas Goaziou wrote: > Hello, > > Jarmo Hurri writes: > > > Below is a (hopefully) self-explanatory org file of my problem and the > > associated html export. > > > > Jarmo > > > > * Problem description > > The examples below illustrate three problem

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Aaron Ecay
Hi Ista, 2015ko abuztuak 21an, Ista Zahn-ek idatzi zuen: > > On Fri, Aug 21, 2015 at 11:04 AM, Nicolas Goaziou > wrote: >> Ista Zahn writes: >> >>> I agree that it is safer. In my case its safer like a 10 MPH speed >>> limit. Safe yes, but too slow! >> >> Doesn't Babel :cache property help he

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Nick Dokos
Andreas Leha writes: > Hi Nick, > > Nick Dokos writes: >> Andreas Leha writes: >> >>> I forgot... >>> >>> Andreas Leha writes: Hi all, How can I make my toy sample file below export properly to github flavoured markdown (using ox-gfm)? (Of course including the fil

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Charles C. Berry
On Fri, 21 Aug 2015, Ista Zahn wrote: On Fri, Aug 21, 2015 at 11:04 AM, Nicolas Goaziou wrote: Ista Zahn writes: I agree that it is safer. In my case its safer like a 10 MPH speed limit. Safe yes, but too slow! Doesn't Babel :cache property help here? It does actually, to my surprise. I

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Andreas Leha
Hi, Just a small comment. [ ... discussion of :caching of evaluation results ... ] > For purely R-based work, Charles Berry’s ox-ravel package > > is a very interesting approach, since it relies on the cache feature of >

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Hi Nick, Nick Dokos writes: > Andreas Leha writes: > >> Hi Nick, >> >> Nick Dokos writes: >>> Andreas Leha writes: >>> I forgot... Andreas Leha writes: > Hi all, > > How can I make my toy sample file below export properly to github > flavoured markdown (using ox

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > That seems to be caused by the empty lines in the Local Variables: > section of the md file: > > > Table of Contents > > > 1. Test File > > > > > > > # Test File > > With text. > > > > If I get rid of them manually, I think it goes away (although I don't > hav

Re: [O] Add version header to org.el

2015-08-21 Thread Rasmus
Achim Gratz writes: > Rasmus writes: Is there any issues with adding a version header to org.el in maint and master? >>> >>> I don't think so. It may require to update README_maintainer >>> accordingly. >> >> Done. > > Please revert that change. Done. I was very busy this week. Rasmu

Re: [O] Add version header to org.el

2015-08-21 Thread Achim Gratz
Rasmus writes: > Done. I was very busy this week. No worries. Now, if Bastien would make up his mind if we generate an org.el to facade for the file that will have the content (what will we name this?)… However, this would have to be done on maint, so there's the question of whether and when we

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Nick Dokos
Andreas Leha writes: > > Thanks for following that up! That is interesting. How did you see > that file with the empty lines? I do not get anything exported -- > neither md nor gfm. > I looked in the " *temp*" buffer (which is normally hidden - note the initial space), saved it as foo.md and

Re: [O] Bug: Capturing to datetree with inactive timestamp messes up level of heading

2015-08-21 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > customizing org to add timestamps in datetrees via … > (org-datetree-add-timestamp (quote inactive) nil nil "Add an > inactive time stamp when create a datetree entry.")… and > activating a minimal capture template which captures to a > datetree results in: > > a)

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Nick Dokos writes: > Andreas Leha writes: > >> >> Thanks for following that up! That is interesting. How did you see >> that file with the empty lines? I do not get anything exported -- >> neither md nor gfm. >> > > I looked in the " *temp*" buffer (which is normally hidden - note the > initia

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> That seems to be caused by the empty lines in the Local Variables: >> section of the md file: >> >> >> Table of Contents >> >> >> 1. Test File >> >> >> >> >> >> >> # Test File >> >> With text. >> >> >> >> If I get r

[O] Tag hierarchies

2015-08-21 Thread Shankar Rao
I've read about tag hierarchies in the manual (http://orgmode.org/manual/Tag-hierarchy.html#Tag-hierarchy) and my understanding is that searching for a group tag A will search for headlines tagged either with A or any of A's descendants. However this isn't the behavior I observe. In the example bel

Re: [O] [Feature Request] Let publishing-function decide :output-file and whether publishing is needed

2015-08-21 Thread Ruben Maher
Rasmus writes: > OK. I did not test your patch, but can you please test and indicate > whether the following features work as expected with your patch: > > - automatic sitemap. > - linking org files (foo.org links to bar.org). > - async export (since you change org-export-output-fi

Re: [O] [Feature Request] Let publishing-function decide :output-file and whether publishing is needed

2015-08-21 Thread Ruben Maher
Nicolas Goaziou writes: > Can't you simply use org-publish-after-publishing-hook to copy the > published file elsewhere? > > Or, if you write your own exporter, do it à la "ox-latex.el", i.e., > publish in :base-directory and move it elsewhere with > `org-publish-attachment'? > >> >> I have achie

Re: [O] "user-error: No language for src block: (unnamed)" when running `org-icalendar-combine-agenda-files`

2015-08-21 Thread Charles C. Berry
On Fri, 21 Aug 2015, Andreas Leha wrote: Hi, Just a small comment. [ ... discussion of :caching of evaluation results ... ] For purely R-based work, Charles Berry’s ox-ravel package is a very interesting approach, si

[O] HTML Export, CSS Styling

2015-08-21 Thread David A. Gershman
I've been reading all evening about HTML exporting, style sheets, etc. Maybe I've been inundated with information, but I haven't been able to determine an answer to my question: can text in the middle of a paragraph by styled? For example: * Heading 1 This is the paragraph body that will allo

Re: [O] Tag hierarchies

2015-08-21 Thread Bingo UV
On Fri, 21 Aug 2015 16:35:31 -0700 Shankar Rao wrote: > I've read about tag hierarchies in the manual > (http://orgmode.org/manual/Tag-hierarchy.html#Tag-hierarchy) and my > understanding is that searching for a group tag A will search for > headlines tagged either with A or any of A's descendant