I'm sorry for this spam. I was experimenting with org-msg mode. Hence
the nonsense prose in the email.
In particular, I was attempting to ensure that mail to mailing list
addresses would automatically switch to plain text instead of html
upon address completion. But I forgot to remove the Org Mode
This is not cool. Really
Matt Lundin writes:
> Dear so and so,
>
> Not again. What's with all this craziness?
>
> Now there.
>
> Goodbye.
>
> OK - now we are talking - we're going to make this into a good day.
>
> Donec vitae dolor.
>
> Item Amount
> ---
> Shoes 80
> Sock
colas Goaziou writes:
> Hello,
>
> George M Jones writes:
>
>> What's the process for adding a test (specifically to babel)?
>>
>> The only part that looks non-obvious is how to generate the test ID,
>> e.g. in ob-shell-test.org:
>>
>> * Associati
Hello,
George M Jones writes:
> What's the process for adding a test (specifically to babel)?
>
> The only part that looks non-obvious is how to generate the test ID,
> e.g. in ob-shell-test.org:
>
> * Associative array tests (simple map)
> :PROPERTIES:
>
What's the process for adding a test (specifically to babel)?
The only part that looks non-obvious is how to generate the test ID,
e.g. in ob-shell-test.org:
* Associative array tests (simple map)
:PROPERTIES:
:ID: bec1a5b0-4619-4450-a8c0-2a746b44bf8d
:END:
>From
Achim Gratz writes:
> I'll just keep the patch locally for the moment, at least until I've
> looked at Ert and/or made a test case that can be reoprted to
> emacs-bugs. If anybody wants to test on Emacs trunk, it is easy enough
> to apply the patch, I think.
This turned
locally for the moment, at least until I've
looked at Ert and/or made a test case that can be reoprted to
emacs-bugs. If anybody wants to test on Emacs trunk, it is easy enough
to apply the patch, I think.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofe
Hi Achim,
Achim Gratz writes:
> This patch fixes the error, but it looks strange (indentation is still
> unchanged for clarity). Not sure if this an Ert or Emacs error, though.
I suggest you handle this the way you prefer: either by committing
this in Org before asking emacs-devel@, or by aski
deftest test-org-babel/src-block-regexp ()
- (let ((test-block
+ `(let ((test-block
(concat
"#+begin_src language -n-r-a-b -c :argument-1 yes :argument-2 no\n"
"echo this is a test\n"
@@ -103,7 +103,7 @@
org-babel-default-inline-header-args)))
(ert-deftest o
Hi Achim,
Achim Gratz writes:
> This is caused by the following constructs in test-ob.el:
>
> (ert-deftest test-org-babel/inline-src_blk-default-results-replace-line-1 ()
> (let ((test-line "src_sh{echo 1}"))
> ;; src_ at bol line 1...
> (org-test-with-temp-text
> test-line
>
> e
Bastien writes:
> | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob.el
> (source)...
> | Eager macro-expansion failure: (void-variable test-line)
> | Symbol's value as variable is void: test-line
> | mk/targets.mk:99: recipe for target 'test' failed
> | make: *** [test] Error 255
>
Hi all,
I've got this warning when compiling:
,
| Compiling /home/guerry/install/git/org-mode/lisp/ob-R.el...
|
| In end of data:
| ob-R.el:401:1:Warning: the function `org-every' is not known to be defined.
`
(There is no org-every in ob-R.el directly.)
And ~$ make test fails like thi
Achim Gratz writes:
> Something like this maybe?
Yes, exactly. Thanks for this patch.
Can you just rename `org-suppress-popups' to `org-no-popups' and
add a docstring to the macro? Then feel free to commit and push.
--
Bastien
(apply 'switch-to-buffer-other-window args)))
(defun org-combine-plists (&rest plists)
"Create a single property list from all plists in PLISTS.
--
1.8.0.1
>> | In org-shiftcontrolup:
>> | org.el:19234:11:Warning: org-clock-timestamps-up called with 1 argument,
' is an obsolete variable
> (as
> | of 24.3); use `display-buffer-alist' instead.
> | org.el:20956:23:Warning: `special-display-buffer-names' is an obsolete
> | variable (as of 24.3); use `display-buffer-alist' instead.
> | Wrote /home/nick/src/emacs/org/org-mode/lisp/org.elc
Same as above.
> and a test failure:
Fixed too, thanks!
--
Bastien
tead.
| Wrote /home/nick/src/emacs/org/org-mode/lisp/org.elc
`
and a test failure:
,
| Test ob-exp/mixed-blocks-with-exports-both backtrace:
| <(149 nil)
| apply(< (149 nil))
| (setq value-4627 (apply fn-4625 args-4626))
| (unwind-protect (setq value-4627 (apply fn-4625 args-4626)
Hi Fabrice,
Fabrice Pardo writes:
> On 12-05-23 06:39 PM, Jambunathan K wrote:
>> Can a given Org document contain links to two different doi proxies? In
>> that case will a defcustom help.
>
> No, my doi server is an enhancement or the official http://dx.doi.org/
>
> Hence it would be a goog t
On 12-05-23 06:39 PM, Jambunathan K wrote:
Can a given Org document contain links to two different doi proxies? In
that case will a defcustom help.
No, my doi server is an enhancement or the official http://dx.doi.org/
Hence it would be a goog thing to redirect all the org-mode external
link
I know nothing about doi services. From what you say, the proxy servers
are not inter-changeable.
For the sake of argument -
Can a given Org document contain links to two different doi proxies? In
that case will a defcustom help.
Fabrice Pardo writes:
> Does it really achieve the same effec
Uhhh... no, it doesn't. Sorry about the noise!
(I've had that customization for a long time, and don't think I
noticed that a hardcoded doi link type was introduced, so I didn't
even test before posting.)
Yours,
Christian
On 5/23/12 5:12 PM, Fabrice Pardo wrote:
Does it really achieve the s
Does it really achieve the same effect ?
Don't you need to use double square bracket
eg [[doi:10.1016/j.jphysparis.2011.09.011]]
instead of doi:10.1016/j.jphysparis.2011.09.011 ?
If I'm wrong please correct me, I'm a newbie.
My proposal is to customize the already defined doi External link,
whic
I think so.
I find DOI links simplify life a great deal in any case:
(setq org-link-abbrev-alist
'(("doi" . "http://dx.doi.org/";)))
e.g. doi:10.1016/j.jphysparis.2011.09.011
(Simply replace "dx.doi.org" with any privileged access point your
institution might have)
Yours,
Christian
Is there a way one can avoid the defcustom and achieve the same effect
using link abbreviations? I don't know.
(info "(org) Link abbreviations")
Fabrice Pardo writes:
> Hi,
>
> My institution library permits direct access to abstracts
> with pdf contents if we access to article through an a
Hi,
My institution library permits direct access to abstracts
with pdf contents if we access to article through an address like
http://dx.doi.org.my.instituti.on/... instead of http://dx.doi.org/...
In the attached patch, I have defined a new variable org-doi-proxy
which can be customized by t
Mark Elston writes:
> It appears this request has been closed as a duplicate of the
> emacs.stackexchange.com project which is currently in progress.
'makes sense. If we have someone like Thomas monitoring this
closely I hope Org-related questions will get many answers here :)
--
Bastien
Hi Thomas,
Thomas Renkert writes:
> after reading the responses to my initial suggestion yesterday
> (http://thread.gmane.org/gmane.emacs.orgmode/44582) I've set up a
> proposal on are51.stackexchange.com for a SE-site that is dedicated to
> Org-mode only.
I think the tag solution suggested by
It appears this request has been closed as a duplicate of the
emacs.stackexchange.com project which is currently in progress.
Mark
On 7/20/2011 11:12 PM, Thomas Renkert wrote:
Hello list,
after reading the responses to my initial suggestion yesterday
(http://thread.gmane.org/gmane.emacs.orgmo
Hello list,
after reading the responses to my initial suggestion yesterday
(http://thread.gmane.org/gmane.emacs.orgmode/44582) I've set up a
proposal on are51.stackexchange.com for a SE-site that is dedicated to
Org-mode only.
Think something like http://tex.stackexchange.com solely for Org-mod
On Fri, Mar 19, 2010 at 7:45 PM, Dan Davison wrote:
> Nathan Neff writes:
>
> > I think it would be cool to use Org-babel as a simple test harness.
> >
> > I'd like to have an org file, with various sections that demonstrate how
> to do
> > something in Groovy. I'd like to be able to run all th
On Fri, Mar 19, 2010 at 7:45 PM, Dan Davison wrote:
> Nathan Neff writes:
>
> > I think it would be cool to use Org-babel as a simple test harness.
> >
> > I'd like to have an org file, with various sections that demonstrate how
> to do
> > something in Groovy. I'd like to be able to run all th
Nathan Neff writes:
> I think it would be cool to use Org-babel as a simple test harness.
>
> I'd like to have an org file, with various sections that demonstrate how to do
> something in Groovy. I'd like to be able to run all the code in the org file
> and make sure
> they all run successfully
I think it would be cool to use Org-babel as a simple test harness.
I'd like to have an org file, with various sections that demonstrate how to
do
something in Groovy. I'd like to be able to run all the code in the org
file and make sure
they all run successfully (return code 0).
In Groovy, the
32 matches
Mail list logo