Re: A test

2022-05-22 Thread Matt Lundin
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

Re: A test

2022-05-22 Thread Matt Lundin
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

Re: [O] How to add a test?

2016-02-29 Thread John Kitchin
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

Re: [O] How to add a test?

2016-02-28 Thread Nicolas Goaziou
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: >

[O] How to add a test?

2016-02-28 Thread George M Jones
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

Re: [O] A weird warning and a test (eager macro expansion) error

2013-11-17 Thread Achim Gratz
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

Re: [O] A weird warning and a test (eager macro expansion) error

2013-11-13 Thread Achim Gratz
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

Re: [O] A weird warning and a test (eager macro expansion) error

2013-11-13 Thread Bastien
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

Re: [O] A weird warning and a test (eager macro expansion) error

2013-11-12 Thread Achim Gratz
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

Re: [O] A weird warning and a test (eager macro expansion) error

2013-11-05 Thread Bastien
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

Re: [O] A weird warning and a test (eager macro expansion) error

2013-11-05 Thread Achim Gratz
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 >

[O] A weird warning and a test (eager macro expansion) error

2013-11-04 Thread Bastien
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

Re: [O] Compilation warnings and a test failure

2012-12-20 Thread Bastien
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

Re: [O] Compilation warnings and a test failure

2012-12-20 Thread Achim Gratz
(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,

Re: [O] Compilation warnings and a test failure

2012-12-19 Thread Bastien
' 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

[O] Compilation warnings and a test failure

2012-12-19 Thread Nick Dokos
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)

Re: [O] doi proxy , a test patch

2012-07-05 Thread Bastien
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

Re: [O] doi proxy , a test patch

2012-05-24 Thread Fabrice Pardo
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

Re: [O] doi proxy , a test patch

2012-05-23 Thread Jambunathan K
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

Re: [O] doi proxy , a test patch

2012-05-23 Thread Christian Moe
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

Re: [O] doi proxy , a test patch

2012-05-23 Thread Fabrice Pardo
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

Re: [O] doi proxy , a test patch

2012-05-23 Thread Christian Moe
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

Re: [O] doi proxy , a test patch

2012-05-23 Thread Jambunathan K
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

[O] doi proxy , a test patch

2012-05-23 Thread Fabrice Pardo
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

Re: [O] [ANN] Org-mode Q&A test drive on stackexchange.com - Please participate!

2011-07-24 Thread Bastien
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

Re: [O] [ANN] Org-mode Q&A test drive on stackexchange.com - Please participate!

2011-07-24 Thread 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

Re: [O] [ANN] Org-mode Q&A test drive on stackexchange.com - Please participate!

2011-07-24 Thread Mark Elston
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

[O] [ANN] Org-mode Q&A test drive on stackexchange.com - Please participate!

2011-07-24 Thread Thomas Renkert
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

Re: [Orgmode] [babel] Babel as a test harness?

2010-03-20 Thread Nathan Neff
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

Re: [Orgmode] [babel] Babel as a test harness?

2010-03-20 Thread Nathan Neff
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

Re: [Orgmode] [babel] Babel as a test harness?

2010-03-19 Thread Dan Davison
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

[Orgmode] [babel] Babel as a test harness?

2010-03-19 Thread Nathan Neff
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