From: Nafiz Islam <nafiz.islam1001@gmail.com>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: [FR] Support headline as a function for file+headline target for org-capture-templates
Date: Sat, 11 May 2024 12:02:56 -0400 [thread overview]
Message-ID: <CAKjtFcSUUH7k2EbCaXFO813hqNsAQahnK=hqCaxeTxL6fiqKRQ@mail.gmail.com> (raw)
In-Reply-To: <87a5l5ye2u.fsf@localhost>
[-- Attachment #1: Type: text/plain, Size: 941 bytes --]
I see there are a lot of test cases for org-find-olp (which is the function
I believe processes the outline path argument).
testing/lisp/test-org.el
2861:(ert-deftest test-org/org-find-olp ()
2862: "Test `org-find-olp' specifications."
2875: (should (org-find-olp '("Headline") t))
2876: (should-error (org-find-olp '("Headline" "Test") t))
2877: (should-error (org-find-olp '("Headlinealksjd") t))
2878: (should (org-find-olp '("Headline" "headline2") t))
2879: (should (org-find-olp '("Headline" "headline3") t))
2880: (should (org-find-olp '("Headline" "headline3" "headline4") t))
2881: (should-error (org-find-olp '("Headline" "headline5") t))
2882: (should (org-find-olp '("Headline" "headline6") t))
2883: (should (org-find-olp '("Headline" "headline7") t))
2884: (should (org-find-olp '("Headline" "headline8") t))
How should I go about testing different parameter types such as function
and symbol?
[-- Attachment #2: Type: text/html, Size: 1344 bytes --]
next prev parent reply other threads:[~2024-05-11 16:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-28 14:58 [FR] Support headline as a function for file+headline target for org-capture-templates Nafiz Islam
2024-04-28 15:48 ` Nafiz Islam
2024-04-28 21:27 ` Nafiz Islam
2024-04-30 12:32 ` Ihor Radchenko
2024-04-30 19:45 ` Nafiz Islam
2024-05-01 11:11 ` Ihor Radchenko
2024-05-01 12:02 ` Nafiz Islam
2024-05-01 13:50 ` Ihor Radchenko
2024-05-01 23:03 ` Nafiz Islam
2024-05-02 12:34 ` Ihor Radchenko
[not found] ` <CAKjtFcT0B_CiZ=Gm4WL1Qj-TkzQ1qg+ebcVqdu-4_kzu_OEFcA@mail.gmail.com>
2024-05-02 20:57 ` Nafiz Islam
2024-05-03 11:08 ` Ihor Radchenko
2024-05-04 0:10 ` Nafiz Islam
2024-05-04 12:08 ` Ihor Radchenko
2024-05-11 16:02 ` Nafiz Islam [this message]
2024-05-11 17:41 ` Ihor Radchenko
2024-04-30 12:33 ` Ihor Radchenko
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='CAKjtFcSUUH7k2EbCaXFO813hqNsAQahnK=hqCaxeTxL6fiqKRQ@mail.gmail.com' \
--to=nafiz.islam1001@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=yantar92@posteo.net \
/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).