Re: [O] Configure Helm Source from org-tags-view

2019-08-09 Thread Nathan Neff
On Fri, Aug 9, 2019 at 2:14 PM Adam Porter wrote: > Nathan Neff writes: > > > I know, but rifle has so many dependencies > > > > Rifle is truly awesome, I just have to convince myself to trust > > f.el and d.el or whatever those one-letter libraries are :-) >

[O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-09 Thread Nathan Neff
Hello all, I'm hitting this problem with Org-mode 9.2.5: https://groups.google.com/forum/#!topic/emacs-helm/tA6cn6TUdRY Problem synopsis: When I use org-set-tags on a heading with no tags, Helm gives me the correct prompt w/a list of all my tags. After I have entered a single tag, then no more H

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
On Fri, Aug 9, 2019 at 5:15 PM Adam Porter wrote: > Try using the bug-hunter package to isolate the part of your init file > that may be causing the problem. > > Does bug-hunter use d.el and s.el and the other 24 alphabet libraries? :-) I would use bug-hunter, but I'm not convinced the problem i

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
could easily be something that I have set incorrectly. Thanks, --Nate On Fri, Aug 9, 2019 at 4:28 PM Nathan Neff wrote: > Hello all, > > I'm hitting this problem with Org-mode 9.2.5: > https://groups.google.com/forum/#!topic/emacs-helm/tA6cn6TUdRY > > Problem synopsis:

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
On Sat, Aug 10, 2019 at 3:44 PM Nathan Neff wrote: > Hello all, > > I created a VM, installed Emacs 26.2 fresh, and installed various versions > of org-mode using the tar.gz files from https://orgmode.org/ > > I replaced org-mode in /usr/share/emacs/26.2/lisp/org with variou

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
b.com/emacs-helm/helm/issues/2183 Thanks all for your help, hope this helps someone else too :) --Nate On Sat, Aug 10, 2019 at 4:01 PM Nathan Neff wrote: > > > On Sat, Aug 10, 2019 at 3:44 PM Nathan Neff wrote: > >> Hello all, >> >> I created a VM, installed Emac

[O] Open buffers, etc in other window

2019-08-14 Thread Nathan Neff
Hello all, There are quite a few commands I run in org-mode to jump to headlines: org-clock-goto org-capture-goto-last-stored, etc. Sometimes, I would prefer that those "jump" commands would use a new window to perform the jump. In my quest to learn Lisp a bit better, I'd like to ask for recomm

Re: [O] Open buffers, etc in other window

2019-08-14 Thread Nathan Neff
I just found the term I'm looking for: "advice" -- here's an unrelated example: https://emacs.stackexchange.com/questions/17169/change-order-of-buffers-in-helm-buffers-list On Wed, Aug 14, 2019 at 3:36 PM Nathan Neff wrote: > Hello all, > > There are quite a few

[O] Insert subheading at top respect content

2019-08-16 Thread Nathan Neff
Hello all, Something that's eluded me all this time has been an "Insert subheading, after the content, but before other subheadings" For example: If my cursor is anywhere between lines 1 and 4, I would like the subheading to be inserted at line 5. 1* Heading :PROPERTIES:... 2 Some content 3 More

[O] Unschedule an item from the date prompt

2019-08-20 Thread Nathan Neff
Hello all, I seem to remember a way to unschedule an item from the date prompt. I found: https://orgmode.org/manual/The-date_002ftime-prompt.html But there's nothing mentioned there. Is there a way to unschedule something other than C-u C-c C-s? Just curious --Nate

[O] Custom function: Detect agenda mode

2019-08-20 Thread Nathan Neff
Hello all, I would like to map the same key to different functions in evil mode. For example, ",s" should be a shortcut to the schedule command. I'd like to have one function that I would map the command to, which would call either org-schedule or org-agenda-schedule, depending on whether the cu

Re: [O] Insert subheading at top respect content

2019-08-20 Thread Nathan Neff
On Fri, Aug 16, 2019 at 4:03 AM Carsten Dominik wrote: > > > On Fri, Aug 16, 2019 at 10:21 AM Nathan Neff > wrote: > >> Hello all, >> >> Something that's eluded me all this time has been an >> "Insert subheading, after the content, but befo

Re: [O] Insert subheading at top respect content

2019-08-20 Thread Nathan Neff
On Tue, Aug 20, 2019 at 5:42 PM Nathan Neff wrote: > > > On Fri, Aug 16, 2019 at 4:03 AM Carsten Dominik wrote: > >> >> >> On Fri, Aug 16, 2019 at 10:21 AM Nathan Neff >> wrote: >> >>> Hello all, >>> >>> Something that&#x

Re: [O] Insert subheading at top respect content

2019-08-22 Thread Nathan Neff
(outline-next-heading) (org-insert-heading) (while (<= (car (org-heading-components)) level) (org-demote)) )) I added (org-show-children) to work when cursor is on a folded heading. I removed the 1 argument to org-next-visible-heading This appears to do what I want - tha

Re: [O] Agenda: Display projects and 3 todo subtasks

2019-08-23 Thread Nathan Neff
ight, that project subtask snippet isn't working any more. I > don't think I can sort that out while I'm away from my computer, so it may > take me a few weeks until I can poke around. If anyone happens to have a > better config, please feel free to share! > > On Wed.,

[O] Checkbox dependencies - Discern between DONE and CANCELED

2019-08-29 Thread Nathan Neff
Hello all, I have org-enforce-todo-checkbox-dependencies set to t, and I would like to simply mark some tasks as canceled without needing to mess with the checkboxes. I can press C-u C-u C-u C-c C-t which will override dependencies. However, I was wondering if there's a way for org-mode to autom

Re: [O] Move Currently clocked in task to left on modeline

2019-09-03 Thread Nathan Neff
Thanks Nick, Anyone else, I would like to hear how you can keep the currently clocked task in plain site - I use MacOS and Linux, so if there's any OS-specific status software that you recommend let me know. Thanks, --Nate On Mon, Jul 22, 2019 at 6:39 PM Nick Dokos wrote: > Nat

[O] Tables: Exclude headings in Row Number?

2019-09-18 Thread Nathan Neff
Hello all, I have a table like this: | ID | || | 2 | | 3 | and I want to know how many rows there are w/o the ID heading and w/o the horizontal separator. I found the org-table-toggle-coordinate-overlays which displays an overlay showing the row number: https://www.evernote.com/l/AOJvD5

Re: [O] Tables: Exclude headings in Row Number?

2019-09-22 Thread Nathan Neff
D_SRC > > #+RESULTS: > : 5 > > Best wishes, > Neil > > > On Wed, 18 Sep 2019 at 18:39, Nathan Neff wrote: > >> Hello all, >> >> I have a table like this: >> >> >> | ID | >> || >> | 2 | >> | 3 | >> &g

Re: [O] Tables: Exclude headings in Row Number?

2019-09-22 Thread Nathan Neff
before headings") Thanks, --Nate On Sun, Sep 22, 2019 at 10:22 PM Nathan Neff wrote: > Hi Neil, > > Unfortunately, no - This code will print the number of rows in my table - > it does > not add a column to my table, with numbering starting at the first row > under the >

[O] Org babel tangle: Don't export code

2019-09-24 Thread Nathan Neff
Hello all, I use *.org files to configure my emacs and use org-babel-load-file to configure my org-mode using *.org files. Love the feature. However sometimes I'm experimenting with code blocks, and want to simply "turn off" certain code blocks in my *.org files from being executed. Every time I

Re: [O] Org babel tangle: Don't export code

2019-09-24 Thread Nathan Neff
ocks from my .emacs.d/init.el file, > which is tangled from an or file. You can also put a filename. This is > what I do for Emacs 27, which introduces the early-init.el file i.e. > > #+begin_src emacs-lisp :tangle early-init.el > > #+end_src > > #+begin_src emacs-lisp :tangle

Re: [O] Org babel tangle: Don't export code

2019-09-24 Thread Nathan Neff
27;export' your emacs init org file as PDF, it will be exported > as a PDF file where the source blocks will appear as source listings in > the PDF file along with all the other non source block text. If on the > other hand, you tangle your emacs init org file, it will create an .el

Re: [O] Org babel tangle: Don't export code

2019-09-25 Thread Nathan Neff
On Wed, Sep 25, 2019 at 12:54 AM Ken Mankoff wrote: > > On 2019-09-25 at 01:07 +02, Tim Cross wrote... > > I just put :tangle no in the block header e.g. > > > > #+begin_src emacs-lisp :tangle no > > > > #+end_src > > Also, > > * COMMENT Section > #+BEGIN_SRC > # not exported because of COMMENT

[O] Org-capture %a expansion - create ID link

2019-09-25 Thread Nathan Neff
Hello all, I'm using capture templates with the %a expansion element [1] The documentation says: "Annotation, normally the link created with org-store-link." The expansion results in links like this: file:~/org-mode/inbox.org::*Heading This not really so good, because I routinely refile things

[O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Nathan Neff
Hello all, My apologies for not finding this in the docs, but I'm trying to define a simple custom agenda view that is exactly the same as the default day week view, except the only difference is displaying a property called FOO instead of the CATEGORY property. I think it's simply a matter of se

Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Nathan Neff
On Wed, Sep 25, 2019 at 7:12 PM Nathan Neff wrote: > Hello all, > > My apologies for not finding this in the docs, but I'm trying to define a > simple custom agenda view that is exactly the same as the default day week > view, > except the only difference is displayin

Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-25 Thread Nathan Neff
rg-agenda-include-inactive-timestamps nil))) On Wed, Sep 25, 2019 at 11:16 PM Nathan Neff wrote: > > On Wed, Sep 25, 2019 at 7:12 PM Nathan Neff wrote: > >> Hello all, >> >> My apologies for not finding this in the docs, but I'm trying to define a >>

Re: [O] Basic Q: Display specific property in custom agenda view

2019-09-27 Thread Nathan Neff
Thanks Eric, this does it! On Thu, Sep 26, 2019 at 12:27 AM Fraga, Eric wrote: > On Thursday, 26 Sep 2019 at 00:06, Nathan Neff wrote: > > Got it! Now, all I need to do is add the cool ":" functionality > > where a ":" is appended to the result if there is a

[O] PPTX link: Open with PowerPoint on Mac

2019-09-27 Thread Nathan Neff
Hello all, I have a simple path in org-mode /Users/nate/some_pptx.pptx When I press C-c C-o it opens the file in binary mode in Emacs. A path to a PDF will actually open the file with the associated program: /Users/nate/some_png.png -> Opens in Preview when I press C-c C-o How can I get emacs

Re: [O] PPTX link: Open with PowerPoint on Mac

2019-09-27 Thread Nathan Neff
On Fri, Sep 27, 2019 at 4:45 AM Takaaki Ishikawa wrote: > I think you may have to put “file+sys:/“ before your path. > > For example: file+sys://Users/nate/some_pptx.pptx > Thank you Takaaki very much! This worked great! > > Best, > Takaaki > > > On Sep 27, 2019

Re: [O] PPTX link: Open with PowerPoint on Mac

2019-09-27 Thread Nathan Neff
the other says 4.4. What do I need to do to report this doc / publishing bug? Thanks, --Nate On Fri, Sep 27, 2019 at 5:50 AM Nathan Neff wrote: > > > On Fri, Sep 27, 2019 at 4:45 AM Takaaki Ishikawa wrote: > >> I think you may have to put “file+sys:/“ before your path. &g

[O] Dates with repeaters, times and range

2019-10-01 Thread Nathan Neff
Hello all, I have a question that's probably FAQ material but I was wondering what the "best" way to do something like this would be: I have a meeting that's scheduled from 10:00 - 11:00 for the next three days. I tried to create a heading with this property: <2019-10-02 Wed 08:30-15:00 +1d>--<2

[O] Help with "macro"

2019-10-12 Thread Nathan Neff
I'm trying to implement a function to display the TODO items of the currently highlighted item in the agenda and have a few questions: Goal: 1) From the agenda, place the cursor on a heading. 2) Press a key and instantly narrow the agenda to the heading which the cursor is on. 3) Display org-todo

Re: [O] Help with "macro"

2019-10-12 Thread Nathan Neff
I'm getting there - I found (org-element-property :PROJ (org-element-at-point)) from a regular org-mode file - now I just need to jump there from the agenda. On Sat, Oct 12, 2019 at 12:18 PM Nathan Neff wrote: > I'm trying to implement a function to display the TODO items of th

[O] Scroll Agenda Dispatcher window

2019-10-22 Thread Nathan Neff
Hello all, Sometimes (recently) I have quite a few custom agenda commands and if the window is not large enough, I can't view all of the available agenda custom commands - what is the keyboard shortcut to scroll / display the lower section of the custom agenda commands? Thanks, --Nate

org-refile-target-verify-function - use inherited tag & todo

2019-10-27 Thread Nathan Neff
Hi all, I want to filter my refile targets to "Tasks" headings. This snippet works: https://lists.gnu.org/r/emacs-orgmode/2016-02/msg00088.html There's a few things I'd like to improve on: 1) My org-agenda-files show up in the list. For example, foo.org and bar.org show up in the refile targets

Anyone use 3rd party search tools w/org-mode?

2019-10-30 Thread Nathan Neff
Hello all, I'm considering "indexing" my org-mode files and haven't done any research into this. I'm sure there's 100 different ways to do this but wanted to ask the list if anyone is indexing their org-mode files and using a search tool like Solr, Elastic or smaller indexing engines to search th

Re: org-refile-target-verify-function - use inherited tag & todo

2019-11-01 Thread Nathan Neff
Thanks Gustavo, notes below: On Sun, Oct 27, 2019 at 5:58 PM Gustavo Barros wrote: > Hi Nate, > > On Sun, Oct 27 2019, Nathan Neff wrote: > > > 1) My org-agenda-files show up in the list. For example, foo.org and > bar.org show up in the refile targets, despite the >

tags-todo agenda: Show scheduling info

2019-11-02 Thread Nathan Neff
Hello all, I'm having trouble with simply trying to show any scheduling information about a heading in a tags-todo search. Can someone point me to how to do this? I thought that I define a custom agenda command like this: (setq org-agenda-custom-commands '( ("p" "Foo" tags-todo "+foo"

Org meta up/down and left/right behavior

2019-11-05 Thread Nathan Neff
Hello all, I noticed for the first time the difference in the shift key behavior in the following function groups: org-meta up/down versus org-shiftmeta up/down and org-meta left/right versus org-shift meta left/right With the up/down behavior the shift key being pressed indicates that I wish to

Capture to heading of current cursor

2019-11-05 Thread Nathan Neff
Hello all, I know I've asked this before, but can't remember the quick & easy path (TM) to creating an org-capture template which will capture to the current heading? It would be cool to simply "re-use" my existing capture templates and override the destination to "wherever my cursor is now" -- t

Wow - org-notify

2019-11-08 Thread Nathan Neff
I have not put effort estimates on my tasks for a long time. Tonight, I was playing chess and saw a "notify" message come up on my Linux box that should be finished by now. Wow - I never knew org-mode had that built-in! I ran a git-blame on the org-source code [1] and it's been a long time, rig

Wow - clockcheck

2019-11-08 Thread Nathan Neff
Another zesty discovery that I made today after using org for like 10 years is "clockcheck" mode in Agenda (v c). I have never known about that (or forgot about it). I haven't run the git-blame on that feature though, I don't want to have a big gap in my clock times between tasks :) Thanks, --Na

Publish to PDF on Linux: An impossible task?

2019-11-10 Thread Nathan Neff
After using org-mode for 10 years, I run for the doorway when I even think about trying to convert an org-mode file to PDF. *** I quiver when I see errors such as: warning: kpathsea: configuration file texmf.cnf not found in these directories: /usr/bin:/usr/bin/share/texmf-local/web2c:/usr/bin/sh

Using variables in org-capture-templates

2019-11-12 Thread Nathan Neff
Hello all, I'm sure this is a basic elisp thing but I'd like some help: I wanted to abstract the "sprintf-like" formats of the template expansion into readable variables that I can reuse in my templates. However, upon substituting variable for the formats, I am getting "Invalid capture template"

Agenda: Display scheduled items only once

2019-11-16 Thread Nathan Neff
Hello all, How can I tell org-mode to only show me a scheduled todo item once in my agenda? IMHO the format below becomes pretty formidable if I have a bunch of scheduled items from the past, because the items will show up on the original day (e.g. Thursday in the example below) *and* on today's

Babel: Set org-babel-min-lines-for-block-output for single code block?

2019-12-15 Thread Nathan Neff
Hello all, I just found the org-babel-min-lines-for-block-output variable. I have a table like this: #+RESULTS: people-table | User | ID | Homepage | |---++--| | Bob | 1 | http://example.com/bob | | Steve | 2 | http://example.com/steve | An

Babel: Store script in external file

2019-12-15 Thread Nathan Neff
Hello all, I think I'm missing something basic: I'd like to have something like this: #+begin_src python #+filename: foo.py Instead of storing my Python code in the current org file, I would like Babel to read foo.py and execute it, as if it was inside the .org file. The foo.py mentioned above

Agenda: Display timeline for today

2019-12-30 Thread Nathan Neff
Hello all, I was searching for a way to display today's clocked items in a timeline style view e.g.: 10:00 - 10:15 foo 11:00 - 11:15 bar I found this Stack Overflow thread: https://emacs.stackexchange.com/questions/19746/get-a-timeline-of-clocked-time-in-org-mode One of the replies says to "Lo

Agenda: How to bulk mark regex w/spaces?

2020-02-11 Thread Nathan Neff
Hello all, I'm trying to use org-agenda-bulk-mark-regexp and trying to search for headings having "Pre Class". None of the combinations have worked so far (I've tried with quotes and without quotes in the prompt) Pre Class Pre\sClass Pre\\sClass Pre.*Class {Pre Class} It appears that the functi

Re: Agenda: How to bulk mark regex w/spaces?

2020-02-12 Thread Nathan Neff
wanted to show my awesome debugging skills :))) Thanks, --Nate Thanks, --Nate On Tue, Feb 11, 2020 at 5:22 PM Bastien wrote: > Hi Nathan, > > Nathan Neff writes: > > > I'm trying to use org-agenda-bulk-mark-regexp and trying to search > > for > > headin

Re: Agenda: How to bulk mark regex w/spaces?

2020-02-12 Thread Nathan Neff
aster/lisp/org-agenda.el#L10160 On Wed, Feb 12, 2020 at 11:49 AM Nathan Neff wrote: > Hi Bastien, > > I'm using emacs -u NONE with emacs 27.0.50 > and Org mode version 9.2.5 > > And I'm not seeing this expected behavior. > > I have the following simple foo.org fi

Re: Agenda: How to bulk mark regex w/spaces?

2020-02-12 Thread Nathan Neff
Thanks Bastien for your hard work - I'm famous! https://code.orgmode.org/bzg/org-mode/commit/c0d08b7efe740c17a3eec28984161c05e43da5ef On Wed, Feb 12, 2020 at 1:01 PM Bastien wrote: > Hi Nathan, > > thanks for sticking with me on this one! You're right, it's when the > match happens at the end

Custom block agendas: Set buffer name

2020-02-12 Thread Nathan Neff
Hello all, I'm playing with block agendas and I'm wondering how to set a specific buffer name. In non-block agendas, I can set the buffer name like this: (setq org-agenda-custom-commands (append '( ("p" "Simple list of active projects" tags-todo "PRIORITY<\"C\"+project-inactive/-cancelled-

Org Babel: Submit SQL to command line app & capture results

2020-02-23 Thread Nathan Neff
Hello all, I would like to use org-babel to have SQL code like this: * Some heading #+begin_src something SELECT COUNT(*) FROM some_table; #+end_src I would like to have the code highlighted as SQL. However, I'm not reading from a DB matching the requirements of https://orgmode.org/worg/org-co

[O] Agenda search: setting sort-order

2018-05-30 Thread Nathan Neff
Hi all, I'm using org-mode version 9.1.13 from elpa, and have a custom agenda command: (setq org-agenda-custom-commands '( ("z" search "" ((org-agenda-sorting-strategy '(timestamp-up)) And I have an org-file with this data: * TODO [#C] Test1 :foo: <2018-04-24 Tue 19:30> * TO

Re: [O] Agenda search: setting sort-order

2018-06-12 Thread Nathan Neff
le to reproduce the problem using a fairly clean Emacs install (a VM with no customizations). Thanks, --Nate On Wed, May 30, 2018 at 4:57 PM, Nathan Neff wrote: > Hi all, > > I'm using org-mode version 9.1.13 from elpa, and > have a custom agenda command: > > > (

Re: [O] Agenda search: setting sort-order

2018-06-18 Thread Nathan Neff
'level level 'org-complex-heading-regexp org-complex-heading-regexp 'priority 1000 - 'type "search") + 'type (concat "search" ts-date-type)) (push txt

Re: [O] Agenda search: setting sort-order

2018-08-01 Thread Nathan Neff
On Tue, Jun 19, 2018 at 3:20 PM, Nicolas Goaziou wrote: > Hello, > > Nathan Neff writes: > > > I had a look at org-agenda.el, and took a first stab at "coding" :) > > I fixed the sorting problem when using agenda-search-view, and > > I have a DIFF/pat

Agenda: Default view missing 40th character

2020-03-24 Thread Nathan Neff
Hello all, I have had the 40th character missing from my agenda view, like this: Weeklytodo Expenses - Intern t and Friends :hab: habittodo [#A] Inbox, Check Calendars :hab: habittodo [#A] Unmount / Ba kup Notes Note how the 40th character is rendered as a s

Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
I'm having a difficult time using regular expressions in custom "tags-todo" agenda views. Is it possible to create custom agenda views using regular expressions, and if so, do I need to escape certain characters? I can't get a simple regex like this to work, so I'm suspecting that I'm doing somet

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
On Sun, Jun 28, 2020 at 4:12 PM Kyle Meyer wrote: > Nathan Neff writes: > > > I'm having a difficult time using regular expressions in custom > > "tags-todo" agenda views. > > > > Is it possible to create custom agenda views using regular expression

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
of packages. On Sun, Jun 28, 2020 at 5:27 PM Nathan Neff wrote: > > > On Sun, Jun 28, 2020 at 4:12 PM Kyle Meyer wrote: > >> Nathan Neff writes: >> >> > I'm having a difficult time using regular expressions in custom >> > "tags-todo"

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
q org-agenda-custom-commands '(("1" tags-todo "{projectA}"))) If I do a tags-todo search manually and use this syntax: {projectA} it works. Ideas? On Sun, Jun 28, 2020 at 5:28 PM Nathan Neff wrote: > G I tried "package update" and package mgr in Emacs kept

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
quot; tags-todo "projectA"))) On Sun, Jun 28, 2020 at 5:39 PM Nathan Neff wrote: > Still isn't working with org-mode 9.3.7 (org-20200622) and > using emacs -q > > I have this file: > > * One > :project:a:work:boss:projectA: > :PROPERTIES: > :Effort:

Re: Using regular expressions in custom agenda views

2020-06-28 Thread Nathan Neff
On Sun, Jun 28, 2020 at 5:48 PM Nathan Neff wrote: > More wonkiness: > > This custom view (no regexes) doesn't work, but manually entering projectA > (no quotes) in a tags-todo search > *does* work - so maybe my problem isn't regexes, but something else with > m

Re: Custom block agendas: Set buffer name

2020-09-20 Thread Nathan Neff
ble for me *right now* but in about 3 months the code will once again be a paren-fest. Thanks, --Nate On Wed, Feb 12, 2020 at 5:49 PM Nathan Neff wrote: > Hello all, > > I'm playing with block agendas and I'm wondering how to set a > specific buffer > name. > > In

Clock report: Handy way to "Advance" report by 1 week

2020-09-28 Thread Nathan Neff
Hello all, I was writing this e-mail to ask this question and I got one of those "Org Mode Rules!" moments and thought I'd share: I have this clockreport which works great * Week of [2020-09-28 Mon] #+BEGIN: clocktable :scope agenda :maxlevel 2 :tstart "[2020-09-28 Mon]" :tend "[2020-10-04 Sun]

Babel: Programmatically evaluate a heading and subtrees?

2021-02-20 Thread Nathan Neff
Hello all, I have some code like this: * Heading 1 # code block name:FOO ** Subheading 1 # code block ** Subheading 2 # code block I find that I often want to evaluate the code in Heading 1 and its subheadings. Currently, I navigate to Heading 1 and then use org-babel-execute-subtree I se

Re: org-refile-target-verify-function - use inherited tag & todo

2021-02-28 Thread Nathan Neff
(org-agenda-files (cl-remove-if (lambda (x) (member (car x) agenda-files)) targets))) #+end_src On Sat, Nov 2, 2019 at 8:06 AM Gustavo Barros wrote: > Hi Nate, > > On Fri, Nov 01 2019, Nathan Neff wrote: > > > Indeed, I do use org-refile-use-ou

Re: Babel: Programmatically evaluate a heading and subtrees?

2021-02-28 Thread Nathan Neff
data=data1 > (princ (format "called fun1: %s" data)) > #+end_src > > #+name: fun2 > #+begin_src elisp > (princ "called fun2") > #+end_src > I don't see an example of calling these blocks programmatically. I will research the docs a bit more. Thanks!

<    1   2   3