From: Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: 63 failures for org-test-run-all-tests in an Emacs GUI
Date: Mon, 22 Dec 2014 16:45:41 +0100 [thread overview]
Message-ID: <86zjaf7knu.fsf@example.com> (raw)
Hello,
I just ran `org-test-run-all-tests' in my active WinNT Emacs session
(with Org-mode release_8.3beta-677-g0497e3), and was surprised by the
high number of failures:
--8<---------------cut here---------------start------------->8---
Selector: "\\(org\\|ob\\)"
Passed: 332
Failed: 63 (53 unexpected)
Skipped: 0
Total: 395/395
Started at: 2014-12-22 16:34:06+0100
Finished.
Finished at: 2014-12-22 16:34:42+0100
....FFF.............FF........F...ffffffffff..F................F.F.F.FF......FF..FFFFFFFF.....F.F.F........FFFFFFFFF...F..F.F...F.....................................................F...............F..........................F.......................................F........FFF............................................................F..........F..........F...........F.FFFF..................
F ob-emacs-lisp/commented-last-block-line
(user-error "C-c C-c can do nothing useful at this location")
F ob-emacs-lisp/commented-last-block-line-no-var
(user-error "C-c C-c can do nothing useful at this location")
F ob-emacs-lisp/commented-last-block-line-with-var
(user-error "C-c C-c can do nothing useful at this location")
F ob-exp/noweb-on-export
Noweb header arguments export correctly.
(ert-test-failed
((should
(equal
'("(message \"expanded1\")" "(message \"expanded2\")" ";; noweb-1-yes-start\n (message \"expanded1\")\n (message \"expanded1\")" ";; noweb-no-start\n <<noweb-example1>>" ";; noweb-2-yes-start\n (message \"expanded2\")\n (message \"expanded2\")" ";; noweb-tangle-start\n<<noweb-example1>>\n<<noweb-example2>>")
(org-test-at-id "eb1f6498-5bd9-45e0-9c56-50717053e7b7"
(org-narrow-to-subtree)
(org-element-map ... ... ...))))
:form
(equal
("(message \"expanded1\")" "(message \"expanded2\")" ";; noweb-1-yes-start\n (message \"expanded1\")\n (message \"expanded1\")" ";; noweb-no-start\n <<noweb-example1>>" ";; noweb-2-yes-start\n (message \"expanded2\")\n (message \"expanded2\")" ";; noweb-tangle-start\n<<noweb-example1>>\n<<noweb-example2>>")
("(message \"expanded1\")" "(message \"expanded2\")" ";; noweb-1-yes-start\n (message \"expanded1\")\n (message \"expanded1\")" ";; noweb-no-start\n <<noweb-example1>>" ";; noweb-2-yes-start\n (message \"expanded2\")\n (message \"expanded2\")" ";; noweb-tangle-start\n <<noweb-example1>>\n <<noweb-example2>>"))
:value nil :explanation
(list-elt 2
(arrays-of-different-length 68 72 ";; noweb-1-yes-start\n (message \"expanded1\")\n (message \"expanded1\")" ";; noweb-1-yes-start\n (message \"expanded1\")\n (message \"expanded1\")" first-mismatch-at 23))))
F ob-exp/noweb-on-export-with-exports-results
Noweb header arguments export correctly using :exports results.
(error "<<noweb-example>>could not be resolved (see `org-babel-noweb-error-langs')")
F ob-tangle/continued-code-blocks-w-noweb-ref
Test that the :noweb-ref header argument is used correctly.
(ert-test-failed
((should
(re-search-forward
(regexp-quote tangled)
nil t))
:form
(re-search-forward "df|sed '1d'|awk '{print \\$5 \" \" \\$6}'|sort -n |tail -1|awk '{print \\$2}'" nil t)
:value nil))
F test-ob-exp/org-babel-exp-src-blocks/w-no-headers2
Testing export without any headlines in the org-mode file.
(user-error "Abort")
F test-ob-python/colnames-no-header-argument-again
(ert-test-failed
((should
(equal
'(... ... ...)
(org-babel-execute-src-block)))
:form
(equal
(("a*")
("b*")
("c*"))
"")
:value nil :explanation
(different-types
(("a*")
("b*")
("c*"))
"")))
F test-ob-python/colnames-yes-header-argument-again
(ert-test-failed
((should
(equal
'(... hline ... ...)
(org-babel-execute-src-block)))
:form
(equal
(("a")
hline
("b*")
("c*"))
"")
:value nil :explanation
(different-types
(("a")
hline
("b*")
("c*"))
"")))
F test-ob/blocks-with-spaces
Test expansion of blocks followed by blank lines.
(ert-test-failed
((should
(equal "#+BEGIN_SRC emacs-lisp\n(+ 1 2)\n#+END_SRC\n\n#+RESULTS:\n: 3\n\n\n"
(org-test-with-temp-text "#+BEGIN_SRC emacs-lisp\n(+ 1 2)\n#+END_SRC\n\n\n"
(org-babel-execute-src-block)
(buffer-string))))
:form
(equal "#+BEGIN_SRC emacs-lisp\n(+ 1 2)\n#+END_SRC\n\n#+RESULTS:\n: 3\n\n\n" "#+BEGIN_SRC emacs-lisp\n(+ 1 2)\n#+END_SRC\n\n#+results:\n: 3\n\n\n")
:value nil :explanation
(array-elt 44
(different-atoms
(82 "#x52" "?R")
(114 "#x72" "?r")))))
F test-ob/commented-last-block-line-no-var
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/commented-last-block-line-with-var
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/noweb-expansion-1
(ert-test-failed
((should
(string=
(org-babel-expand-noweb-references)
"bar"))
:form
(string= " bar" "bar")
:value nil))
F test-ob/noweb-expansion-2
(ert-test-failed
((should
(string=
(org-babel-expand-noweb-references)
"barbaz"))
:form
(string= " bar baz" "barbaz")
:value nil))
F test-ob/org-babel-remove-result--results-code
Test `org-babel-remove-result' with :results code.
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/org-babel-remove-result--results-default
Test `org-babel-remove-result' with default :results.
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/org-babel-remove-result--results-html
Test `org-babel-remove-result' with :results html.
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/org-babel-remove-result--results-latex
Test `org-babel-remove-result' with :results latex.
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/org-babel-remove-result--results-list
Test `org-babel-remove-result' with :results list.
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/org-babel-remove-result--results-org
Test `org-babel-remove-result' with :results org.
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/org-babel-remove-result--results-pp
Test `org-babel-remove-result' with :results pp.
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/org-babel-remove-result--results-wrap
Test `org-babel-remove-result' with :results wrap.
(user-error "C-c C-c can do nothing useful at this location")
F test-ob/results-in-narrowed-buffer
Test block execution in a narrowed buffer.
(ert-test-failed
((should
(equal "#+BEGIN_SRC emacs-lisp\n(+ 1 2)\n#+END_SRC\n\n#+RESULTS:\n: 3"
(org-test-with-temp-text "#+BEGIN_SRC emacs-lisp\n(+ 1 2)\n#+END_SRC\n\nParagraph"
(narrow-to-region ... ...)
(org-babel-execute-src-block)
(org-trim ...))))
:form
(equal "#+BEGIN_SRC emacs-lisp\n(+ 1 2)\n#+END_SRC\n\n#+RESULTS:\n: 3" "#+BEGIN_SRC emacs-lisp\n(+ 1 2)\n#+END_SRC\n\n#+results:\n: 3")
:value nil :explanation
(array-elt 44
(different-atoms
(82 "#x52" "?R")
(114 "#x72" "?r")))))
F test-ob/specific-colnames
Test passing specific column names.
(ert-test-failed
((should
(equal "#+name: input-table\n| id | var1 |\n|----+------|\n| 1 | bar |\n| 2 | baz |\n\n#+begin_src sh :var data=input-table :exports results :colnames '(Rev Author)\necho \"$data\"\n#+end_src\n\n#+RESULTS:\n| Rev | Author |\n|-----+--------|\n| 1 | bar |\n| 2 | baz |\n\n"
(org-test-with-temp-text "#+name: input-table\n| id | var1 |\n|----+------|\n| 1 | bar |\n| 2 | baz |\n\n#+begin_src sh :var data=input-table :exports results :colnames '(Rev Author)\necho \"$data\"\n#+end_src\n"
(should ...)
(goto-char ...)
(org-babel-execute-src-block)
(buffer-string))))
:form
(equal "#+name: input-table\n| id | var1 |\n|----+------|\n| 1 | bar |\n| 2 | baz |\n\n#+begin_src sh :var data=input-table :exports results :colnames '(Rev Author)\necho \"$data\"\n#+end_src\n\n#+RESULTS:\n| Rev | Author |\n|-----+--------|\n| 1 | bar |\n| 2 | baz |\n\n" "#+name: input-table\n| id | var1 |\n|----+------|\n| 1 | bar |\n| 2 | baz |\n\n#+begin_src sh :var data=input-table :exports results :colnames '(Rev Author)\necho \"$data\"\n#+end_src\n\n#+results:\n| Rev | Author |\n|-----+--------|\n| 1 | bar |\n| 2 | baz |\n\n")
:value nil :explanation
(array-elt 181
(different-atoms
(82 "#x52" "?R")
(114 "#x72" "?r")))))
F test-org-babel/combining-scalar-and-raw-result-types
(error "Unknown language `sh' at position 3 in `org-test4792BBx'")
F test-org-babel/inline-src_blk-default-results-replace-line-1
(user-error "C-c C-c can do nothing useful at this location")
F test-org-babel/inline-src_blk-default-results-replace-line-2
(user-error "C-c C-c can do nothing useful at this location")
F test-org-babel/inline-src_blk-manual-results-replace
(user-error "C-c C-c can do nothing useful at this location")
F test-org-babel/inline-src_blk-preceded-punct-preceded-by-point
(user-error "C-c C-c can do nothing useful at this location")
F test-org-babel/inline-src_blk-results-file
(user-error "C-c C-c can do nothing useful at this location")
F test-org-babel/inline-src_blk-results-raw
(user-error "C-c C-c can do nothing useful at this location")
F test-org-babel/inline-src_blk-results-scalar
(user-error "C-c C-c can do nothing useful at this location")
F test-org-babel/inline-src_blk-results-silent
(user-error "C-c C-c can do nothing useful at this location")
F test-org-babel/inline-src_blk-results-verbatim
(user-error "C-c C-c can do nothing useful at this location")
F test-org-babel/nested-code-block
Test nested code blocks inside code blocks don't cause problems.
(ert-test-failed
((should
(string=
(org-babel-execute-src-block)
"#+begin_src emacs-lisp\n 'foo\n#+end_src"))
:form
(string= " #+begin_src emacs-lisp\n , 'foo\n #+end_src" "#+begin_src emacs-lisp\n 'foo\n#+end_src")
:value nil))
F test-org-babel/parse-header-args
(error "Unknown language `example-lang' at position 3 in `org-test47921MO'")
F test-org-babel/partial-nested-code-block
Test nested code blocks inside code blocks don't cause problems.
(ert-test-failed
((should
(string= "#+begin_src emacs-lisp"
(org-babel-execute-src-block)))
:form
(string= "#+begin_src emacs-lisp" " #+begin_src emacs-lisp")
:value nil))
F test-org-clock/clocktable
Test clocktable specifications.
(ert-test-failed
((should
(equal "| Headline | Time | |\n|------------------------------+---------+-------|\n| *Total time* | *16:00* | |\n|------------------------------+---------+-------|\n| Relative times in clocktable | 16:00 | |\n| Foo | | 5:00 |\n| Bar | | 11:00 |\n"
(org-test-with-temp-text "* Relative times in clocktable\n** Foo\n** Bar\n"
(progn ... ... ... ... ... ... ... ... ... ...))))
:form
(equal "| Headline | Time | |\n|------------------------------+---------+-------|\n| *Total time* | *16:00* | |\n|------------------------------+---------+-------|\n| Relative times in clocktable | 16:00 | |\n| Foo | | 5:00 |\n| Bar | | 11:00 |\n"
#("| Headline | Time | |\n|------------------------------+-------+-------|\n| Total time | 16:00 | |\n|------------------------------+-------+-------|\n| Relative times in clocktable | 16:00 | |\n| Foo | | 5:00 |\n| Bar | | 11:00 |\n" 198 226
(:org-clock-minutes 960)
247 250
(:org-clock-minutes 300)
296 299
(:org-clock-minutes 660)))
:value nil :explanation
(arrays-of-different-length 357 343 "| Headline | Time | |\n|------------------------------+---------+-------|\n| *Total time* | *16:00* | |\n|------------------------------+---------+-------|\n| Relative times in clocktable | 16:00 | |\n| Foo | | 5:00 |\n| Bar | | 11:00 |\n"
#("| Headline | Time | |\n|------------------------------+-------+-------|\n| Total time | 16:00 | |\n|------------------------------+-------+-------|\n| Relative times in clocktable | 16:00 | |\n| Foo | | 5:00 |\n| Bar | | 11:00 |\n" 198 226
(:org-clock-minutes 960)
247 250
(:org-clock-minutes 300)
296 299
(:org-clock-minutes 660))
first-mismatch-at 33)))
F test-org-element/inlinetask-parser
Test `inlinetask' parser.
(ert-test-failed
((should
(org-test-with-temp-text "\n*************** Task\nDEADLINE: <2012-03-29 thu.>"
(forward-line)
(org-element-property :deadline
(org-element-at-point))))
:form
(let
((inside-text
(if ... "\n*************** Task\nDEADLINE: <2012-03-29 thu.>" ...)))
(with-temp-buffer
(org-mode)
(let
(...)
(if point ... ... ...))
(forward-line)
(org-element-property :deadline
(org-element-at-point))))
:value nil))
F test-org-element/link-parser
Test `link' parser.
(ert-test-failed
((should
(equal
'("file" "projects.org" "docview")
(org-test-with-temp-text "[[docview:projects.org]]"
(let ... ...))))
:form
(equal
("file" "projects.org" "docview")
("fuzzy" "docview:projects.org" nil))
:value nil :explanation
(list-elt 0
(arrays-of-different-length 4 5 "file" "fuzzy" first-mismatch-at 1))))
F test-org-element/src-block-interpreter
Test src block interpreter.
(ert-test-failed
((should
(equal
(let
(...)
(org-test-parse-and-interpret "#+BEGIN_SRC emacs-lisp :results silent\n(+ 1 1)\n#+END_SRC"))
"#+BEGIN_SRC emacs-lisp :results silent\n (+ 1 1)\n#+END_SRC\n"))
:form
(equal "#+BEGIN_SRC emacs-lisp :results silent\n(+ 1 1)\n#+END_SRC\n" "#+BEGIN_SRC emacs-lisp :results silent\n (+ 1 1)\n#+END_SRC\n")
:value nil :explanation
(arrays-of-different-length 57 59 "#+BEGIN_SRC emacs-lisp :results silent\n(+ 1 1)\n#+END_SRC\n" "#+BEGIN_SRC emacs-lisp :results silent\n (+ 1 1)\n#+END_SRC\n" first-mismatch-at 39)))
F test-org-list/to-html
Test `org-list-to-html' specifications.
(ert-test-failed
((should
(equal "<ul class=\"org-ul\">\n<li>a</li>\n</ul>"
(let
(org-html-indent)
(with-temp-buffer ... ... ... ... ... ... ...))))
:form
(equal "<ul class=\"org-ul\">\n<li>a</li>\n</ul>" "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta name=\"generator\" content=\n \"HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org\" />\n\n <title></title>\n</head>\n\n<body>\n <ul class=\"org-ul\">\n <li>a</li>\n </ul>\n</body>\n</html>")
:value nil :explanation
(arrays-of-different-length 36 365 "<ul class=\"org-ul\">\n<li>a</li>\n</ul>" "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta name=\"generator\" content=\n \"HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org\" />\n\n <title></title>\n</head>\n\n<body>\n <ul class=\"org-ul\">\n <li>a</li>\n </ul>\n</body>\n</html>" first-mismatch-at 1)))
F test-org-src/basic
Editing regular block works. with point on
(ert-test-failed
((should
(equal
(buffer-string)
"\n#+begin_src emacs-lisp\n blah(message hello)\n#+end_src\n"))
:form
(equal
#("\n#+begin_src emacs-lisp\nblah (message hello)\n#+end_src\n" 24 28
(fontified nil)
28 46
(fontified nil))
"\n#+begin_src emacs-lisp\n blah(message hello)\n#+end_src\n")
:value nil :explanation
(array-elt 24
(different-atoms
(98 "#x62" "?b")
(32 "#x20" "? ")))))
F test-org-src/blank-line-block
Editing block with just a blank line.
(ert-test-failed
((should
(equal
(buffer-string)
"\n#+begin_src emacs-lisp\n blah\n#+end_src\n"))
:form
(equal
#("\n#+begin_src emacs-lisp\nblah\n#+end_src\n" 0 24
(org-category "org-test47922_s" fontified nil)
24 28
(fontified nil)
28 29
(fontified nil)
29 39
(org-category "org-test47922_s" fontified nil))
"\n#+begin_src emacs-lisp\n blah\n#+end_src\n")
:value nil :explanation
(arrays-of-different-length 39 41
#("\n#+begin_src emacs-lisp\nblah\n#+end_src\n" 0 24
(org-category "org-test47922_s" fontified nil)
24 28
(fontified nil)
28 29
(fontified nil)
29 39
(org-category "org-test47922_s" fontified nil))
"\n#+begin_src emacs-lisp\n blah\n#+end_src\n" first-mismatch-at 24)))
F test-org-src/empty-block
Editing empty block.
(ert-test-failed
((should
(equal
(buffer-string)
"\n#+begin_src emacs-lisp\n blah\n#+end_src\n"))
:form
(equal
#("\n#+begin_src emacs-lisp\nblah\n#+end_src\n" 24 28
(fontified nil))
"\n#+begin_src emacs-lisp\n blah\n#+end_src\n")
:value nil :explanation
(arrays-of-different-length 39 41
#("\n#+begin_src emacs-lisp\nblah\n#+end_src\n" 24 28
(fontified nil))
"\n#+begin_src emacs-lisp\n blah\n#+end_src\n" first-mismatch-at 24)))
F test-org/comment-dwim
Test `comment-dwim' behaviour in an Org buffer.
(ert-test-failed
((should
(equal "# \nComment"
(org-test-with-temp-text "Comment"
(progn ... ...))))
:form
(equal "# \nComment" "# Comment")
:value nil :explanation
(arrays-of-different-length 10 9 "# \nComment" "# Comment" first-mismatch-at 2)))
F test-org/entry-put
Test `org-entry-put' specifications.
(ert-test-failed
((should
(string= "* H\n"
(org-test-with-temp-text "* H\nDEADLINE: <2014-03-04 tue.>"
(org-entry-put ... "DEADLINE" nil)
(buffer-string))))
:form
(string= "* H\n" "* H\n:LOGBOOK:\n:END:\n")
:value nil))
F test-org/insert-heading
Test `org-insert-heading' specifications.
(ert-test-failed
((should
(equal "* H\n- item\n- item 2\n* "
(org-test-with-temp-text "* H\n- item<point>\n- item 2"
(let ... ...)
(buffer-string))))
:form
(equal "* H\n- item\n- item 2\n* " "* H\n- item\n- item 2\n\n* ")
:value nil :explanation
(arrays-of-different-length 22 23 "* H\n- item\n- item 2\n* " "* H\n- item\n- item 2\n\n* " first-mismatch-at 20)))
F test-org/org-link-escape-ascii-ctrl-character
Escape an ascii control character.
(ert-test-failed
((should
(string= "%09"
(org-link-escape " ")))
:form
(string= "%09" " ")
:value nil))
F test-org/org-link-escape-custom-table
Escape string with custom character table.
(ert-test-failed
((should
(string= "Foo%3A%42ar%0A"
(org-link-escape "Foo:Bar\n" '...)))
:form
(string= "Foo%3A%42ar%0A" "Foo%3A%42ar\n")
:value nil))
F test-org/org-link-escape-custom-table-merge
Escape string with custom table merged with default table.
(ert-test-failed
((should
(string= "%5BF%6F%6F%3A%42ar%0A%5D"
(org-link-escape "[Foo:Bar\n]" '... t)))
:form
(string= "%5BF%6F%6F%3A%42ar%0A%5D" "%5BF%6F%6F%3A%42ar\n%5D")
:value nil))
F test-org/org-link-escape-multibyte-character
Escape an unicode multibyte character.
(ert-test-failed
((should
(string= "%E2%82%AC"
(org-link-escape "€")))
:form
(string= "%E2%82%AC" "€")
:value nil))
F test-org/org-link-escape-url-with-escaped-char
Escape and unescape a URL that includes an escaped char.
(ert-test-failed
((should
(string= "http://some.host.com/form?&id=blah%2Bblah25"
(org-link-unescape
(org-link-escape "http://some.host.com/form?&id=blah%2Bblah25"))))
:form
(string= "http://some.host.com/form?&id=blah%2Bblah25" "http://some.host.com/form?&id=blah+blah25")
:value nil))
--8<---------------cut here---------------end--------------->8---
Note that the Python failures must be dismissed as I don't have any
Python executable on my machine [1]. But it's unclear for me why the other
errors are occurring now.
Something that also suprises me is that, last week, I had 460+ tests
ran, in (what I take as) the same conditions!?
Best regards,
Seb
[1] I've put python as an Org Babel language to pass Nicolas' Org
languages test in all my files -- I do have some Python code blocks
for which I want to see the correct highlighting.
--
Sebastien Vauban
next reply other threads:[~2014-12-22 15:45 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-22 15:45 Sebastien Vauban [this message]
2014-12-24 9:53 ` 63 failures for org-test-run-all-tests in an Emacs GUI Nicolas Goaziou
2014-12-24 10:33 ` Sebastien Vauban
2014-12-24 12:39 ` Sebastien Vauban
2014-12-24 16:14 ` Nicolas Goaziou
[not found] ` <87egrp2ffk.fsf-Gpy5sJQTEQHwkn9pgDnJRVAUjnlXr6A1@public.gmane.org>
2014-12-29 16:06 ` [PATCH] Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe' in tests Sebastien Vauban
2014-12-30 8:53 ` Nicolas Goaziou
2014-12-30 11:32 ` Sebastien Vauban
2014-12-30 21:46 ` Nicolas Goaziou
[not found] ` <87y4polsjv.fsf-Gpy5sJQTEQHwkn9pgDnJRVAUjnlXr6A1@public.gmane.org>
2014-12-30 23:34 ` Sebastien Vauban
2015-01-03 10:56 ` Nicolas Goaziou
2015-01-23 15:05 ` Sebastien Vauban
2015-01-23 23:14 ` Nicolas Goaziou
2015-01-30 13:29 ` Sebastien Vauban
2015-01-30 17:30 ` Nicolas Goaziou
2014-12-31 9:25 ` 63 failures for org-test-run-all-tests in an Emacs GUI Sebastien Vauban
2015-01-03 10:57 ` Nicolas Goaziou
2015-01-09 21:01 ` Sebastien Vauban
2015-01-10 10:17 ` Nicolas Goaziou
2015-01-23 15:42 ` Sebastien Vauban
2015-01-23 23:15 ` Nicolas Goaziou
[not found] ` <87ppa584wz.fsf-Gpy5sJQTEQHwkn9pgDnJRVAUjnlXr6A1@public.gmane.org>
2015-01-30 14:09 ` Sebastien Vauban
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86zjaf7knu.fsf@example.com \
--to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).