Re: [O] org-mode/elpa setup

2014-02-26 Thread Achim Gratz
John Kitchin andrew.cmu.edu> writes: > I was wondering if there is any documentation somewhere on > how the orgmode elpa repo is setup. Have a look in mk/server.mk, which you can include from local.mk if you want to roll your own ELPA tar balls. Regards, Achim.

[O] org-table can't narrow

2014-02-26 Thread Rasmus
Hi, In the following org-file #+STARTUP: align | <10> | <4>| | h1 | h2 | |+| | text1 | [[http://orgmode.org][1-html]], [[http://orgmode.org/org.html][2-html]] | | text2 | fish | Is it a

[O] BUG org-babel-goto-named-src-block with indented block

2014-02-26 Thread Andreas Leha
Hi all, there seems to be a bug, where org-babel-goto-named-src-block does not find an indented source block. Here is an example: --8<---cut here---start->8--- * Test org-babel-goto-named-src-block Try org-babel-goto-named-src-block (C-c C-v g) with point on

[O] [bug] Fontification of bold and italics

2014-02-26 Thread Sebastien Vauban
Hello, With recent Org, sentences such as [1]: --8<---cut here---start->8--- Explanation *answers the question "why?"*: show *why* the facts make sense. Explanation *makes people /care/*, so they are more motivated about learning more. "Why would I want to do

[O] Exporter prints strange and unwanted underscore

2014-02-26 Thread Thorsten Jolitz
Hi List, [This was posted on the Emacs help mailing list too with a different subject - before I figured out it might rather be an Org-mode problem.] This is what I see in a temporary Emacs buffer when I'm in Emacs(client) and let my Org-mode exporter produce a nested list as output that will b

Re: [O] Bug: open date in SCHEDULED: lines [8.2.5h (release_8.2.5h-662-ge4a955 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-02-26 Thread Nicolas Richard
Le 25/02/2014 17:52, Nicolas Goaziou a écrit : > Nicolas Richard writes: >> Starting with fc9ce86cfc1ecf7e86028027a12875a26500e774, hitting C-c C-o >> on a timestamp in a SCHEDULED: line doesn't work anymore ("No link >> found"). I expected it to open the agenda like it does on other links. > > T

Re: [O] Namespace problem org-mode / Clojure

2014-02-26 Thread Soapy Smith
On Tue, 2014-02-25 at 06:20 -0500, Soapy Smith wrote: > I will add this issue to the list of TODOs for Clojure code blocks. > > One thing I can do quickly is see if the problem exists in version 7.9 > org with nrepl (prior to CIDER). I have a machine which still has the > old configuration. I wi

Re: [O] Include on file open?

2014-02-26 Thread Peter Davis
On Wed, Feb 26, 2014 at 02:07:22PM +0800, Eric Abrahamsen wrote: > > I think org-toc in the contrib/lisp directory is meant to do just this, > automatically. I haven't tried it, though... > Ah! Excellent! Thanks very much! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] [ANN] Lazy cache synchronization

2014-02-26 Thread Michael Brand
Hi Nicolas On Thu, Feb 20, 2014 at 11:08 PM, Nicolas Goaziou wrote: > I just pushed an update for parser cache. The related commit release_8.2.5h-642-geed0500 commit eed0500913a3534a32abfd5864cf674d9d0cdf64 Author: Nicolas Goaziou Date: Fri Jan 31 01:14:44 2014 +0100 org

Re: [O] org-mode/elpa setup

2014-02-26 Thread John Kitchin
Awesome! Thanks, this is exactly what I was looking for! John --- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Wed, Feb 26

Re: [O] [ANN] Lazy cache synchronization

2014-02-26 Thread Nicolas Richard
Nicolas Goaziou writes: > Now, synchronization happens lazily, which means the cache is only > updated when and where needed, or during idle time. Therefore the cache > mechanism scales a lot better. This seems to be an awesome news ! I can hardly believe you manage to find the time to do this.

Re: [O] List of figures

2014-02-26 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > I can imagine that a list of figures is a difficult problem in some > other back-ends. However, its absence in LaTeX export seems unusual. Org doesn't cover all LaTeX facilities. There are #+LATEX: and #+BEGIN_LATEX...#+END_LATEX to fill the gap.

Re: [O] [ANN] Lazy cache synchronization

2014-02-26 Thread Nicolas Goaziou
Hello, Michael Brand writes: > The related commit release_8.2.5h-642-geed0500 > > commit eed0500913a3534a32abfd5864cf674d9d0cdf64 > Author: Nicolas Goaziou > Date: Fri Jan 31 01:14:44 2014 +0100 > > org-element: Implement lazy cache synchronization > > on master is a regre

Re: [O] [ANN] Lazy cache synchronization

2014-02-26 Thread Michael Brand
Hi Nicolas On Wed, Feb 26, 2014 at 2:58 PM, Nicolas Goaziou wrote: > It should be fixed. Thank you for reporting it. Yes, thank you. Michael

Re: [O] Bug (or at least a trap) in exporting #+begin_src blocks

2014-02-26 Thread Nicolas Goaziou
Hello, Giovanni Moretti writes: > Could I ask that an error message be generated for this? The problem is that is a valid Org syntax (though different than the one you expect), so it isn't an error /per se/. So, the parser will not generate an error for this. > While not strictly a bug, it's a

Re: [O] LaTeX export: Handle hash symbol in footnote url links

2014-02-26 Thread Nicolas Goaziou
Hello, Michael Bach writes: > Thanks for your answer. `\url` can handle hash symbols in its argument > without escaping alright - as can be expected. AFAICS, the problem lies > in the `\footnote` command. And yes, I was thinking of `ox-latex` > figuring out that the url is in a footnote and esca

Re: [O] export ICal without evaluate code block

2014-02-26 Thread Nicolas Goaziou
Hello, OSiUX writes: > Calendar can be exported without evaluating > babel code blocks? > > I try setting in .emacs: > > (setq org-confirm-babel-evaluate nil) > (setq org-export-babel-evaluate nil) > > but always evaluate when exports iCalendar :-( You could use something like this: (def

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Michael Brand
Hi Nicolas There is a recent regression that I hope I can use to revive an old unanswered thread that, as it seems to me, is perfectly related. On Thu, Oct 3, 2013 at 2:11 PM, Michael Brand wrote: > Hi all > > The recent bug report below reminds me of a comparable situation with > a bug that I w

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Nicolas Goaziou
Hello, Michael Brand writes: > The above old issue with "3" remains the same on > release_8.2.5h-645-g3f55b45. > > The recent regression is from release_8.2.5h-647-gfc9ce86 > > commit fc9ce86cfc1ecf7e86028027a12875a26500e774 > Author: Nicolas Goaziou > Date: Sun Feb 23 11:35:34 20

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Michael Brand
Hi Nicolas On Wed, Feb 26, 2014 at 4:25 PM, Nicolas Goaziou wrote: > I do not get any error, i.e, every link is opened in the browser. With point exactly on all variants of "1", "2" and "3"? _On_ is also important to see the difference of "1" and "2" vs. "3" for the old issue in release_8.2.5h-

[O] How can I continue my code listing in Beamer slides?

2014-02-26 Thread etimecowboy
Hi everyone, I have a question about beamer export in org. I have some code to be put in my slides. The problem is that one slide (or one column block) does not have enough space for it. How can I split it into two slides or several column blocks? Please help me with it. etimecowboy

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Nicolas Goaziou
Michael Brand writes: > With point exactly on all variants of "1", "2" and "3"? _On_ is also > important to see the difference of "1" and "2" vs. "3" for the old > issue in release_8.2.5h-645-g3f55b45, please check that too. I don't understand. Using C-c C-o on "1" "2" or "3" will not open any

Re: [O] [ANN] Lazy cache synchronization

2014-02-26 Thread Bastien
Nicolas Richard writes: > I'm sorry that this is only a "thank you" message (vs, e.g., actual work > from me in the directions you suggest), it certainly deserves more than > that, but I'd find it sad if it had no answer at all. I guess most people are like me: there is so much to thank Nicolas

Re: [O] export ICal without evaluate code block

2014-02-26 Thread OSiUX
El mié, 26 feb 2014, Nicolas Goaziou decía: > Hello, > > OSiUX writes: > > > Calendar can be exported without evaluating > > babel code blocks? > > > > I try setting in .emacs: > > > > (setq org-confirm-babel-evaluate nil) > > (setq org-export-babel-evaluate nil) > > > > but always evaluate w

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Michael Brand
Hi Nicolas On Wed, Feb 26, 2014 at 4:54 PM, Nicolas Goaziou wrote: > I don't understand. Using C-c C-o on "1" "2" or "3" will not open any > link since point is not on a link anyway. So you will consistently get > "No link found". Aha, now as I see that you removed the following from the docstri

Re: [O] List of figures

2014-02-26 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> I can imagine that a list of figures is a difficult problem in some >> other back-ends. However, its absence in LaTeX export seems unusual. > > Org doesn't cover all LaTeX facilities. There are #+LAT

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Nicolas Goaziou
Hello, Michael Brand writes: > What is the benefit of removing the search on the same line? `org-element-context' returns the context under point, not on the other side of the line. Your are on a link, C-c C-o opens it, otherwise, it doesn't. I find it very predictable. The "feature" you are m

Re: [O] export ICal without evaluate code block

2014-02-26 Thread Nicolas Goaziou
OSiUX writes: > El mié, 26 feb 2014, Nicolas Goaziou decía: >> You could use something like this: >> >> (defun my-toggle-off-babel (backend) >> (when (org-export-derived-backend-p backend 'icalendar) >> (org-set-local 'org-confirm-babel-evaluate nil) >> (org-set-local 'org-expo

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Michael Brand
Hi Nicolas On Wed, Feb 26, 2014 at 5:41 PM, Nicolas Goaziou wrote: > > Michael Brand writes: > >> What is the benefit of removing the search on the same line? > > `org-element-context' returns the context under point, not on the other > side of the line. Your are on a link, C-c C-o opens it, oth

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Bastien
Hi Michael, Michael Brand writes: > I expect some users to go through the same surprise than me. Maybe > that there will be enough voices to get the searching on the same line > for "C-c C-o" (org-open-at-point) back. Count me in -- this is a regression that needs to be fixed. Nicolas, any str

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Bastien
Hi Michael and Nicolas, Michael Brand writes: > And once again thank you for your work in reimplementing more and more > by using org-element. A quick note on this. Here are the reasons why we *want* to rewrite some functions using org-element: - *bug fixing*: the rewrite fixes bugs. - *spee

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Nicolas Goaziou
Hello, Bastien writes: > Count me in -- this is a regression that needs to be fixed. > > Nicolas, any stronger objection than the one your already > expressed? As I said, the "end of line" is not a structural unit. Implementing that "feature", which, I must admit, I find cheesy, back will be fr

Re: [O] Org release 8.2.5g (minor release from maint)

2014-02-26 Thread Achim Gratz
Achim Gratz writes: > Splicing seems slightly more elegant than list construction, but > pre-info needs to be preserved. Eric, please review the attached patch, > I'm not certain about the current test coverage in that area. I see that this bug remains unfixed. Eric, could you please have a look

Re: [O] export ICal without evaluate code block

2014-02-26 Thread OSiUX
El mié, 26 feb 2014, Nicolas Goaziou decía: > OSiUX writes: > > > El mié, 26 feb 2014, Nicolas Goaziou decía: > > >> You could use something like this: > >> > >> (defun my-toggle-off-babel (backend) > >> (when (org-export-derived-backend-p backend 'icalendar) > >> (org-set-local 'or

Re: [O] export ICal without evaluate code block

2014-02-26 Thread Simon Thum
Nicolas, I recently had a similar problem, though in my case the iClaendar export wasn't even reached because emacs started asking in other exports that came before. I have some worries here; Why is it so hard to avoid evaluation/modification in org files during export? I use -batch, I wou

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Nicolas Goaziou
Bastien writes: > Here are the reasons why we *want* to rewrite some functions using > org-element: I don't know who "we" is. Apparently, I'm not in. > - *bug fixing*: the rewrite fixes bugs. > > - *speed*: the rewrite provides a faster implementation; > > - *predictability*: the rewrite provid

Re: [O] export ICal without evaluate code block

2014-02-26 Thread Nicolas Goaziou
Hello, Simon Thum writes: > I have some worries here; Why is it so hard to avoid > evaluation/modification in org files during export? I don't think it is. There is a single variable to switch in order to control this: `org-export-babel-evaluate'. Do you think that it doesn't behave as expecte

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Bastien
Hi Nicolas, "we" was short for "we, Org contributors", and it was a request for comment, so I'm glad you did. I understand your point very well: structural consistency favors ease of maintainance and evolutivity. The new export engine is a perfect example of this: without a clean parser, it woul

Re: [O] link interfering with brackets when abbreviated

2014-02-26 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > As I said, the "end of line" is not a structural unit. Implementing that > "feature", which, I must admit, I find cheesy, back will be fragile and > confusing. > > For example, white spaces after an object still belong to an > object. Well, this is counteri

Re: [O] [ANN] Lazy cache synchronization

2014-02-26 Thread Daniel Clemente
> Nicolas Goaziou writes: > > Now, synchronization happens lazily, which means the cache is only > > updated when and where needed, or during idle time. Therefore the cache > > mechanism scales a lot better. > I had been regularly tracking the performance of org-mode for big files, e.g. a 18

Re: [O] How can I continue my code listing in Beamer slides?

2014-02-26 Thread Alan Schmitt
etimecowboy writes: > Hi everyone, > > I have a question about beamer export in org. > > I have some code to be put in my slides. The problem is that one slide > (or one column block) does not have enough space for it. How can I split > it into two slides or several column blocks? Please help me

[O] fontification of blocks inside blocks

2014-02-26 Thread Alan Schmitt
Hello, I've just had to write an org block inside another org block, which looks like this: #+attr_latex: :options {0.5\textwidth} #+begin_column #+begin_src ocaml let o1 = object method m = 0 method p = "foo" end;; #+end_src #+end_column Unfortunately when I do so I lose the nic