Hi,
I am not sure if this is related but if you look at the description of
org-latex-packages-alist below, you'll see a comment about the third
argument, SNIPPET-FLAG. This may be what you need although it won't
help with document class options.
,[ C-h v org-latex-packages-alist RET ]
|
Hi,
I tried to have a look at your patch, but ob-scheme has stopped working
for me. Can you send me the minimal init.el to make your scheme-test.org
work in interactive mode?
regards,
Oleh
On Tue, Apr 8, 2014 at 3:56 PM, KDr2 killy.d...@gmail.com wrote:
Hi, folks
Has anyone reviewed this
Hi all,
I've made an update to ob-clojure.el, which wasn't working for me with
the new cider (the required function was removed).
I haven't looked into 'nrepl or 'slime options for evaluation, is
anyone using them?
Eric, should 'nrepl option be removed as obsolete? And maybe 'slime as well?
Hi, Oleh
Thanks for you reply. Here is my config steps:
0. I use Debian(sid) and Emacs 24
1. install guile (using apt): http://www.gnu.org/software/guile/
2. install geiser(http://www.nongnu.org/geiser/) with elpa
and setting for geiser:
(setq geiser-active-implementations '(guile))
0. I use Debian(sid) and Emacs 24
1. install guile (using apt): http://www.gnu.org/software/guile/
2. install geiser(http://www.nongnu.org/geiser/) with elpa
and setting for geiser:
(setq geiser-active-implementations '(guile))
(setq geiser-default-implementation 'guile)
I've
Does your M-x run-geiser work? It will lead you to a scheme REPL like
this:
GNU Guile 2.0.9-deb+1-1
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
Following all the nice comments you made after my first announce, I just
uploaded an updated version of the org-capture extension.
You can find it on the main webpage
http://chadok.info/firefox-org-capture/ or on the Mozilla addons
repository
Hello,
Oleh ohwoeo...@gmail.com writes:
I've made an update to ob-clojure.el, which wasn't working for me with
the new cider (the required function was removed).
As long as we have to support Emacs 23, I think you shouldn't replace
case with cl-case.
Regards,
--
Nicolas Goaziou
Hello,
Thorsten Jolitz tjol...@gmail.com writes:
I see ... but is there any possibility to export a buffer with global
option prop:t but inhibit the property-drawer export for one specific
subtree (would be subtree A in the example above)?
Similar to :noexport: tags for headlines?
Not out
Hello,
York Zhao gtdplatf...@gmail.com writes:
I've just found a bug in `org-test-with-temp-text' and have fixed it. Please
find attached my patch for the fix. Here's the description from git commit
message:
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Hi Nicolas,
I've made an update to ob-clojure.el, which wasn't working for me with
the new cider (the required function was removed).
As long as we have to support Emacs 23, I think you shouldn't replace
case with cl-case.
I've reverted it. I'll keep this in mind for future commits,
Of course it works, that's the first thing I tried.
The issue probably is that the implementation of geiser functions that
ob-scheme uses has been changed.
Oleh
On Thu, Apr 10, 2014 at 11:02 AM, KDr2 killy.d...@gmail.com wrote:
Does your M-x run-geiser work? It will lead you to a scheme REPL
Version of geiser I installed: geiser-20140326.951, If it has been
changed, it must be changed in the past 2 weeks ...
On Thu, Apr 10, 2014 at 6:54 PM, Oleh ohwoeo...@gmail.com wrote:
Of course it works, that's the first thing I tried.
The issue probably is that the implementation of geiser
Version of geiser I installed: geiser-20140326.951, If it has been changed,
it must be changed in the past 2 weeks ...
That's exactly the version that I have.
Which org-mode are you using?
Am Tue, Apr 08, 2014 at 09:29:46AM -0400, Jonathan Leech-Pepin schrieb:
Another thank you to both of you for your hard work. And absolutely no
objections to the change.
+1
org-plus-contrib-20140407
And the file lisp/ob-scheme.el is the same as it in the master branch:
And the error message before patched:
Loading /home/kdr2/.emacs.d/init.el (source)...
Loading /home/kdr2/.emacs.d/src/elisp/common.el (source)...
Loading pde-load...
Loading pde-loaddefs...
Can't we break at non-letters? Not at non-„word-constituents“, but at
non-letters. If emacs doesn't provide that concept, better build it.
I don't know. Could you define precisely that concept?
I propose: radio links should be delimited by characters that don't match
[:alpha:] in
As I understand the manual, when I export to HTMl with C-c C-e h o,
the .html file thus created should open up in my default browser,
right? Instead, it get is being opened in a new window inside Emacs,
and does not appear in a browser. i imagine I have some variable set
to a bad value somewhere
Matt Price mopto...@gmail.com writes:
As I understand the manual, when I export to HTMl with C-c C-e h o,
the .html file thus created should open up in my default browser,
right? Instead, it get is being opened in a new window inside Emacs,
and does not appear in a browser. i imagine I have
On 2/26/14 3:11 PM, Nicolas Goaziou wrote:
Hello,
Michael Bach pha...@gmail.com 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
Hi List,
I cite from a recent thread on Emacs Help:
#+begin_quote
Right, I'm very much convinced that the power of Org-mode could be
unleashed in a true org-minor-mode that works in the comment-sections of
programming major-modes.
[...]
The major flaw of Org-mode that inhibits its use as
Hello,
Thorsten Jolitz tjol...@gmail.com writes:
What do you think - is there any chance that Org-mode switches from
static hardcoded regexp strings (all over the place) to dynamic
regexps calculated at runtime (using libraries like drx.el or rx.el)?
I hope not. The syntax should stabilize,
Am Donnerstag, 10. April 2014, 11:02:52 schrieb Oleh:
Following all the nice comments you made after my first announce, I just
uploaded an updated version of the org-capture extension.
You can find it on the main webpage
http://chadok.info/firefox-org-capture/ or on the Mozilla addons
Nicolas Goaziou n.goaz...@gmail.com writes:
Thus, this patch
- properly fontifies headlines with both a regular keyword and
a COMMENT keyword,
- fixes `org-toggle-comment' and `org-todo' to handle both COMMENT
keyword and another one
- adds some consistency to functions
Nicolas Goaziou n.goaz...@gmail.com writes:
Unless I'm mistaken, the following patch should fix the issue.
Applied.
--
Nicolas Goaziou
Hello,
Daniel Clemente n142...@gmail.com writes:
I propose: radio links should be delimited by characters that don't match
[:alpha:] in emacs' regular expression syntax.
Letters (like: aá書ĉ) match, and delimiters (like: -'/) don't.
Test it with:
: (string-match-p [[:alpha:]] á)
:
Le 10 Apr 2014 22:20, AW a écrit:
It just does the same thing as the Javascript bookmarklet but without
the need to register the scheme org-protocol:// in Firefox/Gnome/KDE/XDG
(or whatever we are supposed to do this week to manage handler for
protocols). I hope this solution to be easier
Hello Org mode users and developers,
Github has just updated some moments ago their version of the Org Ruby
gem which is used for the HTML export, and now code syntax highlight
should be available in all the *.org files in your repos.
The feedback from Brandon Keepers (@bkeepers) at Github was
Hi,
I found a bug that `org-open-at-point' doesn't work if the link is a heading
property. This used to work and was broken recently. I have written a test for
this. The test is suppose to fail in current org-mode version. Please find
attached my patch for the test. Hopefully I I didn't place the
I applied the patch and it is working.
Great, I've just pushed it up.
Best,
--
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D
Hi Pascal,
This patch looks great, thanks for making the additions. Once last
request, would you mind formatting it with git format-patch? With
that done I'll be happy to apply this to the repo.
Also, I think the google-wide copyright stuff is sorted out.
Best,
Pascal Fleury
R. Michael Weylandt michael.weyla...@gmail.com writes:
On Sat, Apr 5, 2014 at 3:27 PM, Nicolas Goaziou n.goaz...@gmail.com wrote:
Hello,
Would you mind adding a commit message, TINYCHANGE at its end, and send
it again with git format-patch?
Hi Nicolas,
Thanks for taking the time to
We can no longer use `flet' in the Org-mode code base, please re-work
this patch w/o flet.
Also, I don't see your name in the list of contributors, and (I believe)
this patch is too large to apply w/o FSF assignment. See the following
page on how to contribute to Org-mode.
Jeffrey DeLeo jeffreydeleo at gmail.com writes:
Remember to cover the basics, that is, what you expected to happen
and
what in fact did happen. You don't know how to make a good report?
See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the
Hi, Eric
I'm sorry for that I used `flet' in the patch, It's a easy way to let
function `current-message' work in batch mode, so I used it even I saw that
emacs says `flet' is obsolete, I'm sorry for that.
And I made a new patch(attachment) using `defadvice' for `message' to
capture the message
Hi,
I see a small folding issue (release_8.2.5h-104-g3589f6, but probably
way before; didn't test):
If I have a tree at the end of an org file:
#+begin_src org
* my header
abcdefg
#+end_src
/without/ a newline after the last line, the header folds into
* my header...g
I found that in a
36 matches
Mail list logo