blob b16badbab1dfb37b394d49ad13503bb0d671bb1a 696 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
11
12
13
14
15
16
17
18
19
20
21
| | #+Title: a collection of examples for org-agenda tests
* TODO should be visible
CLOCK: [2010-01-01 Fri 10:00]--[2010-01-01 Fri 10:05] => 0:05
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)))
(org-narrow-to-subtree)
(org-agenda nil "t")
(org-agenda-redo))
#+END_SRC
#+BEGIN_SRC elisp :results silent
(let ((org-agenda-files (list buffer-file-name)))
(org-agenda nil "a")
(org-agenda-clockreport-mode 1)
(org-agenda-change-time-span 'year 2010)
(org-agenda-day-view 1)
)
#+END_SRC
* TODO should be hidden
CLOCK: [2010-02-01 Mon 10:00]--[2010-02-01 Mon 10:05] => 0:05
|
debug log:
solving b16badb ...
found b16badb in https://list.orgmode.org/orgmode/5r8vkmshsw.fsf@kana.aer.mw.tum.de/ ||
https://list.orgmode.org/orgmode/5r1uqdlmfd.fsf@kana.aer.mw.tum.de/
found ecd00e5 in https://list.orgmode.org/orgmode/5r1uqq4h2u.fsf@kana.aer.mw.tum.de/
applying [1/2] 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
applying [2/2] https://list.orgmode.org/orgmode/5r8vkmshsw.fsf@kana.aer.mw.tum.de/
diff --git a/testing/examples/org-agenda-test.org b/testing/examples/org-agenda-test.org
index ecd00e5..b16badb 100644
Checking patch testing/examples/org-agenda-test.org...
Applied patch testing/examples/org-agenda-test.org cleanly.
Checking patch testing/examples/org-agenda-test.org...
Applied patch testing/examples/org-agenda-test.org cleanly.
skipping https://list.orgmode.org/orgmode/5r1uqdlmfd.fsf@kana.aer.mw.tum.de/ for b16badb
index at:
100644 b16badbab1dfb37b394d49ad13503bb0d671bb1a 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).