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.
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
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
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
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
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
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
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
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
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
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.
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.
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
42 matches
Mail list logo