emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
blob ecd00e506ea7b2ce2a97ad741e82821bca24887c 369 bytes (raw)
name: testing/examples/org-agenda-test.org 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#+Title: a collection of examples for org-agenda tests
* TODO should be visible
ob-agenda-test.org buffer should be narrowed after execution of this block
#+BEGIN_SRC elisp :results silent
  (let ((org-agenda-files (list buffer-file-name)))
    (narrow-to-region 1 (- (buffer-size) 23))
    (org-agenda nil "t")
    (org-agenda-redo))
#+END_SRC
* TODO should be hidden

debug log:

solving ecd00e5 ...
found ecd00e5 in https://list.orgmode.org/orgmode/5r1uqq4h2u.fsf@kana.aer.mw.tum.de/

applying [1/1] https://list.orgmode.org/orgmode/5r1uqq4h2u.fsf@kana.aer.mw.tum.de/
diff --git a/testing/examples/org-agenda-test.org b/testing/examples/org-agenda-test.org
new file mode 100644
index 0000000..ecd00e5

Checking patch testing/examples/org-agenda-test.org...
Applied patch testing/examples/org-agenda-test.org cleanly.

index at:
100644 ecd00e506ea7b2ce2a97ad741e82821bca24887c	testing/examples/org-agenda-test.org

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).