org

Org-mode things

Table of Contents

related orgpkmemacsorgparse

TODO [D] organelle is quite good for a project name? orgproject

CREATED: [2019-09-17]

TODO [C] oh for fucks sake it doesn't support anymore??? orggithub

CREATED: [2020-11-22]

fuck maybe it just never worked???
this "For instructions, see the special buffer howto." should be file link.. but not working here
https://web.archive.org/web/20190618202202/https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.org

TODO custom timestamp formats for specific file? org

CREATED: [2021-01-21]
-*- org-time-stamp-custom-formats: ("<%Y-%m-%d>" . "<%Y%m%d>") -*-

use with 'org-toggle-time-stamp-overlays?'

CANCEL [A] make ,s to "refile to the same file"? i.e. "sink" org

CREATED: [2020-06-09]

STRT [B] refile with inherited tags org

TODO [B] Really need to auto save on some operations? E.g. refile org

CREATED: [2020-01-22]

TODO [B] [2019-10-07] outline sections Weekly /r/Orgmode Open Discussion - October 04, 2019 /r/orgmode orgblog

CANCEL [A] [2018-10-27] Fast refiling in org-mode with hydras | Josh Moller-Mara https://mollermara.com/blog/Fast-refiling-in-org-mode-with-hydras/ org

TODO [A] Map unschedule to capital u? org

CREATED: [2020-01-02]

STRT [B] fucking hell helm tag completion is annyoing orgemacs

STRT [B] [2019-10-01] alphapapa/org-sidebar: A helpful sidebar for Org mode org

[2019-10-06] ok, interesting but not sure how it would be useful for me? org

[2020-12-06] org-sidebar-backlinks looks good? maybe use a sidebar with all todo items summary org

need to setup a hook though to refresh it on buffer switch

TODO [B] [2019-10-05] Is it possible to clear src results in org-mode? - Emacs Stack Exchange org

DONE [B] use two different refiles: one file level, another heading level; use heading refile more often org

CREATED: [2019-06-12]

TODO [B] refresh agenda after doing actions on it, right now completed future tasks still appear on agenda org

CREATED: [2018-01-23]

TODO [B] org-refile: make case insensitive org

CREATED: [2020-04-29]

STRT [B] check out more defaul org-evil-agenda bindings orgdoom

CREATED: [2020-02-22]

STRT [B] [2020-01-10] Amazing library for org hackers /r/emacs org

TODO [B] [2020-02-16] alphapapa/org-ql: An Org-mode query language, including search commands and saved views org

https://github.com/alphapapa/org-ql#helm-org-ql

helm-org-ql
Note: This command uses non-sexp queries.

[B] Github orgmode handling org

[B] [2019-07-30] novoid/github-orgmode-tests: This is a test project where you can explore how github interprets Org-mode files org

TODO [C] for fucks sake https://github.com/wallyqs/org-ruby/issues/45 org

CREATED: [2020-05-20]

STRT [B] named +result heading seems to be broken… org

CREATED: [2020-02-26]

[2020-02-26] ah, maybe it's fine.. just needs :exports results? org

[2020-03-17] yeah, it's org-ruby and it's #+results: thing that's breaking it… org

[2020-05-10] right. apparently preempting with newline and using a drawe allows not to remove it? org

see hpi/doc/MODULES.org

[2020-07-15] right. apparently, :results scalar wraps it in beginexample and also works? see kobuddy org

TODO ugh, seems that #+result drawer fails to render? org

CREATED: [2020-02-01]

like in arctee

#+begin_src sh :results output replace :exports output
./arctee.py --help
#+end_src

#+RESULTS:
#+begin_example

TODO [C] caveat: github doesn't respect your custom ids orgtransclusiongithub

CREATED: [2020-03-17]

e.g. it's generating "How do you use it?" -> how-do-you-use-it

STRT [C] [2020-01-25] GitHub not rendering some Org mode documents /r/emacs orggithuborgmode

Does somebody have an idea why pages like https://github.com/novoid/dot-emacs/blob/master/README.org are rendered by GitHub in a nice way but pages like https://github.com/novoid/dot-emacs/blob/master/config.org aren't?

Is it the file size or number of lines? Does somebody know of any limitation here?

TODO [B] search for completed tasks that have todo subtasks? org

CREATED: [2020-05-30]

TODO [B] perhaps need to filter some files for org-ql search org

CREATED: [2020-02-28]

e.g. files without tags like twitter.org. Maybe the easiest to make them .txt actually??

TODO [B] autorefresh agenda? org

CREATED: [2020-06-10]

https://github.com/m-cat/org-recur#recommended-org-mode-settings

(defun org-agenda-refresh ()
  "Refresh all `org-agenda' buffers."
  (dolist (buffer (buffer-list))
    (with-current-buffer buffer
      (when (derived-mode-p 'org-agenda-mode)
        (org-agenda-maybe-redo)))))

STRT [B] hide drill from agenda org

CREATED: [2018-04-18]

TODO [B] [2019-10-26] Code blocks - Org Babel reference card orgblog

https://org-babel.readthedocs.io/en/latest/eval/

You can define a code block somewhere and then call it explicitly elsewhere — provided the code block has a #+name: meta data to label it.

STRT [B] [2020-02-06] Introducing Org Roam - Jethro Kuan org

TODO [A] inline tasks tips org

TODO [B] [2019-10-04] Weekly /r/Orgmode Open Discussion - October 04, 2019 /r/orgmode org

Here's another discussion [https://stackoverflow.com/questions/11718401/how-to-use-todo-tags-in-org-mode-without-defining-headings](https://stackoverflow.com/questions/11718401/how-to-use-todo-tags-in-org-mode-without-defining-headings)

TODO [B] [2019-10-04] Weekly /r/Orgmode Open Discussion - October 04, 2019 /r/orgmode org

There's no way to do that, and it would probably be very messy to implement.  But try "inline tasks."

TODO [B] [2019-10-04] Weekly /r/Orgmode Open Discussion - October 04, 2019 /r/orgmode org

 While it is not a solution, i use checkboxes i these kind of situations. Another workaround could be to create a checklist underneath the top heading and link to the subheadings.

 ```
 * FooBar

 Some text

 - foo
 - [ ] [[*bar][bar]]

 Some more text

 ** foo
 ** TODO bar
 SCHEDULED ...
```

STRT [C] [2019-12-17] Annotating everything: overview of Linux/Android tools for active reading /r/opensource org

> One big drawback with Org mode (and I believe most of outline/task list formats) though is that if you insert child outline items in the middle of text, it would structurally break it in two parts, so you'd have to append > your commend to the end of current outline (which can be potentially very long). On the other hand, plain list items, which you can insert in arbitrary place, are very limited and don't support most of things outline support like tags, timestamps, priorities etc.

FYI, org mode has inline tasks (org-inlinetask.el)

TODO [C] not sure if need to use org-id-track-globally??? org

CREATED: [2020-04-30]

TODO [C] think of better hotkeys for agenda deadline and schedule settings org

CREATED: [2020-06-07]

STRT [C] shortcut to insert org style date in arbitrary place orgemacs

CREATED: [2019-06-11]

[2020-06-03] ugh! desperately need insert-date things orgemacs

perhaps it should be smart and add whitespace (move point too)

TODO [2020-06-09] use my/now C-t? maybe alt-t is better or something orgemacshabit

TODO [C] [2019-03-29] org mode - Update the org-agenda-daily-view automatically on background - Emacs Stack Exchange org

TODO [C] [2019-05-12] Org-mode Hidden Gems - 01 Document Structure org

https://yiufung.net/post/org-mode-hidden-gems-pt1/

And I only learn the existence of Description list today. Writing:

- Emacs :: An extensible, customizable, free/libre text editor
- Org mode :: Keeping notes, maintaining TODO lists, planning projects, and
  authoring documents with a fast and effective plain-text system

[C] [2020-02-27] wow, highlighting broken file links is very cool orgdoom

TODO [B] [2020-01-28] WIP: org-ql-view dispatch popup (like Magit) /r/orgmode orgorgql

[2020-12-06] oh wow it's super neat! interactive old-dispatch orgorgql

STRT [C] [2019-10-26] m-cat/org-recur: Recurring org-mode tasks org

https://github.com/m-cat/org-recur

This package extends org-mode and org-agenda with support for defining recurring tasks and easily scheduling them.

[2020-06-10] ugh. |3| didn't work, regardless org-recur-mode or org-recur-agenda-mode… org

TODO [C] [2019-11-02] Org mode for meeting minutes orgblog

https://lists.gnu.org/archive/html/emacs-orgmode/2019-10/msg00300.html

*** Reports from the sub teams

hmm, inline tasks could actually work ok… could even hack them in export?

TODO [C] add repeat frequency? org

CREATED: [2018-10-27]

STRT [C] Org agenda bulk reschedule? Via transient mode?? org

CREATED: [2018-11-27]

[2019-11-02] mm, ok, I gues 1-7 keys do this well org

TODO [C] use org-agenda-open-link, set up def browser org

CREATED: [2018-06-25]

STRT [C] hmm, unclear how to emulate RTM behavior with creating new task in regular time periods.. org

CREATED: [2018-01-16]

if I set scheduled=deadline, and then postpone via updating schdule, it doesn't really seem to work as expected :(
so, I could set recurring deadline (with ++ cookie?) and use scheduled. Also hide deadline entries which are before scheduled date for recurring tasks
WIP in ~/deadline.el
hmm, wondering what happens to deadline when task completes?
display as 'postponed'? also for repeating tasks only
ok I need + cookie ,it's basically 'every'
ok, nice, when i complete the task, 'scheduled' goes away automatically
http://karl-voit.at/2017/01/15/org-clone-subtree-with-time-shift/
Mm. Cloning subtree with time shift is ok, but that doesn't help with timestamps like 'first day of month'

hmm, maybe just mark task as DND (do not delete) in the heading

STRT [C] priority in agenda works in a weird way… make sure it jumps at a heading, not body org

CREATED: [2018-07-23]

[2020-06-09] eh? I think it was referring to the priority changing? was resolved probably? org

TODO [C] [2019-02-15] The Org Manual: Speed keys org

TODO [C] evil-collection? orgvim

CREATED: [2020-02-22]

TODO [C] :results replace raw appends instead of replacing org

CREATED: [2020-01-01]

works as expected without raw though..

TODO [C] use evil-org (subtree manipulation) org

CREATED: [2019-12-29]

TODO [C] symlink projects with issues? org

CREATED: [2019-12-26]

TODO [C] have a suggestion for beginxxx thing to take in html classes? org

TODO [C] if it's got pin tag, always keep it on the very top? and don't reorder? org

CREATED: [2020-02-26]

TODO [C] maybe need a 'virtual' "moving notes" mode for orgmode? orgthink

CREATED: [2020-05-09]

e.g. in edit mode, alt + hjkl is operating on the structure and can't change the text?

TODO [C] [2019-10-11] Weekly /r/Orgmode Open Discussion - October 11, 2019 /r/orgmode orgperformance

Several megabytes.  I think the slowest thing in my Org config is activating `org-bullets-mode` and `org-indent-mode`, which only happens when a file is first opened.
What kind of stutters are you getting, i.e. when do they happen?  You might just need to make a few adjustments to your config.
> I need to work on refiling to locations based on property values some time.
`org-ql` can help with that.  For example, if you had a function to refile an entry by its property, you could do something like:

    (org-ql "refile.org"
      '(property "refile-property")
      :action #'nick/refile-by-property)

TODO [C] attempt to display org-ql results in a window orgorgql

CREATED: [2020-03-08]

should be in org-ql-view–display? pop-to-buffer line

there is bunch of functions in widnow.el (e.g. display-buffer-in-atom-window),
but couldn't force it

[C] [2020-05-06] (1) EmacsConf 2019 - 05 - Use Org mode when away from the desktop - Zen Monk Alain M. Lafon - YouTube orgblog

go through slides, it explains well history why how and what for he's using orgmode

TODO [C] clipping/capturing images org

CREATED: [2020-06-08]

via some browser extension? the most important thing is to hash the contents (probably add to the name to make it unique)
then easy to locate with org-mode

STRT [C] figure out pro and cons lists org

CREATED: [2018-02-17]

[2018-06-20] PRO and CON lists org

TLDR: just use + PRO, + CON and then use the post-export-hook
https://lists.gnu.org/archive/html/emacs-orgmode/2010-04/msg00248.html

STRT [C] need 'save all'… or autosave on refile? orgemacs

CREATED: [2018-08-05]

STRT [C] [2018-08-25] need feedback for org-mode web app - view/search org files from Dropbox on web : orgmode org

[2019-01-13] https://www.reddit.com/r/orgmode/comments/9522eg/need_feedback_for_orgmode_web_app_viewsearch_org/ org

https://orgmodeweb.org/

it looks sort of ok, but still bugs in the interface. note sure if better than nuage?

[2019-03-27] looks broken :( org

[2019-05-30] still no updates… org

TODO [C] how to separate or archive org state history? org

CREATED: [2018-10-17]

TODO [C] agenda: for sorting, need global list of all scheduled/deadline items sorted by priority org

CREATED: [2018-11-05]

TODO [C] do not detect timestamp as cloze? is that even possible? orgorgdrill

CREATED: [2019-01-31]

TODO [C] [2019-02-10] profiler - How do I speed up org-mode agenda generation - Emacs Stack Exchange org

https://emacs.stackexchange.com/questions/804/how-do-i-speed-up-org-mode-agenda-generation

I've created this workaround, which pregenerates an agenda buffer whenever Emacs is idle for more than 5 seconds. The next time the agenda command is run, generation takes less than a second, since the org buffers have already been loaded.

(run-with-idle-timer 5 nil (lambda () (org-agenda-list) (delete-window)))

STRT [C] sort by tag for quick regrouping? org

CREATED: [2019-06-10]

CANCEL [D] support time with seconds precision? orgsetup

CREATED: [2019-06-18]

[2019-06-23] https://stackoverflow.com/a/25668739/706389 Take note that it's defined as a constant, so you're not encouraged to fiddle with it (but you still can:). orgsetup

TODO [C] helm-org-refile is a bit stupid; e.g. try refiling to 'watch' org

CREATED: [2019-06-27]

[C] [2019-10-23] [O] noweb strip-export org

https://www.mail-archive.com/emacs-orgmode@gnu.org/msg123779.html

Aloha all,
The noweb strip-export setting leaves empty lines in the export.

TODO [C] could potentially be convenient for org mode exports? orgmimemacs

CREATED: [2019-09-15]

TODO [C] [2019-10-05] emacs - Inline code in org-mode - Stack Overflow org

https://stackoverflow.com/questions/16186843/inline-code-in-org-mode

While monospaced is good enough for most cases, inline code blocks have the form src_LANG[headers]{your code}. For example, src_xml[:exports code]{<tag>text</tag>}.

Edit: Code highlighting of inline code is certainly possible, albeit with patching org.el itself: The answer given here https://stackoverflow.com/a/20652913/594138 works as advertised, turning

- Inline code src_sh[:exports code]{echo -e "test"}

TODO [C] [2019-10-26] Code blocks - Org Babel reference card orgblog

https://org-babel.readthedocs.io/en/latest/eval/

Syntax
#+call: is for standalone lines: it lives on a block by itself.
A #+call: line can be named, in order for its results (for the arguments used) to be referenced.
It has the following syntax, where each header argument portion is optional.
#+name: <CALL-LINE-NAME>
#+call: <NAME>[<HEADER-ARGS-FOR-BLOCK>](<ARGUMENTS>) <HEADER-ARGS-FOR-CALL-LINE>

TODO [C] org-next-visible-heading hotkey? orgsetup

CREATED: [2020-01-16]

STRT [C] [2020-01-10] ndwarshuis/om.el: A functional library for org-mode org

https://github.com/ndwarshuis/om.el

A functional API for org-mode inspired by @magnars's dash.el and s.el libraries.

[C] [2020-05-03] A Featureful Blog made with Emacs Org-mode : emacs org

TODO [C] [2020-11-24] landakram/org-z: Lightweight, Org-mode flavored zettelkasten links. org

[C] [2020-06-09] my/org-sort-entries – actually it's good it's keeping stable sort for same prios org

that way I can refile to the end of the same file and it will sink item to the bottom

STRT [C] make ,s to "refile to the same file"? i.e. "sink" org

CREATED: [2020-06-09]

TODO [C] try org-sort? org

CREATED: [2020-07-08]

TODO [C] [2020-10-09] Org Syntax (draft) org

TODO [C] function to 'sink' a heading down till the next priority.. might be unstable though org

CREATED: [2020-11-26]

maybe just sink the current entry (alt-down), then it'd be automatic

TODO [C] org-ql-search change view format org

CREATED: [2020-02-16]

apparently this function, but not configurable at the moment?

(defun org-ql-view--format-element (element)

TODO [C] [2019-10-31] DONE tasks with different color /r/orgmode org

Setting `org-fontify-done-headline` to `t` will (in most themes) make any DONE heading grey. The `leuven` theme also makes the heading ~~strikethrough~~.

[C] [2019-11-14] Python Source Code Blocks in Org Mode org

https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-python.html

Org Mode supports graphical output for LaTeX and HTML documents using Matplotlib.

TODO [C] I think resume doesn't work when you do org-drill-habits orgorgdrill

CREATED: [2019-11-23]

TODO [D] [2020-04-26] toshism/org-super-links: Package to create links with auto backlinks org

Package to create links with auto backlinks

TODO [D] [2019-10-30] Weekly tips/trick/etc/ thread /r/emacs org

Cool, I didn't know about `imenu-add-menubar-index`.
You may also find `org-sidebar-tree` helpful: https://github.com/alphapapa/org-sidebar

TODO [D] Introduction to "organice" - Using Org mode from a smartphone or browser | Lobsters org

TODO [D] right, export is weird when output contains * heading? org

CREATED: [2020-01-09]

TODO [D] disable org-indent-mode?? orgdoom

CREATED: [2020-03-11]

TODO [D] set org-directory just in case? also good for relative path to capture templates org

CREATED: [2019-09-05]

also org-default-notes-files for capture without file argument

TODO [D] clipping images org

CREATED: [2020-06-08]

via some browser extension? the most important thing is to hash the contents (probably add to the name to make it unique)
then easy to locate with org-mode

DONE [C] [2019-12-26] The Org Manual: Literal examples org

https://orgmode.org/manual/Literal-examples.html

For simplicity when using small examples, you can also start the example lines with a colon followed by a space. There may also be additional whitespace before the colon:

Here is an example

Some example from a text file.

TODO postpone with a small exponent? not sure org

CREATED: [2020-12-06]

TODO org-agenda-filter-by-tag (then - to exclude at TAB to select tag) is very nice for ad-hoc switching? orghabit

CREATED: [2020-12-06]

TODO [B] paranoid mode: check for broken headings orgsetup

CREATED: [2020-12-05]

could prob improve, e.g. detect actual stars?

rg '..............................*#(A|B|C|D)]'

TODO [C] [2020-11-14] Who needs GitHub to manage a project when you have Emacs and Org /r/emacs org

[2020-12-11] tab-bar-mode and global-tab-line-mode ? org

STRT [B] [2020-06-07] Orgro: an org-mode viewer for mobile /r/emacs org

[2020-10-24] waiting for fdroid https://github.com/amake/orgro/issues/15 org

TODO [2020-12-17] UOMF: Using Org Mode Categories Versus Tags orghabit

So if you press < when being on a line whose task is categorized with "ProjectY", your agenda now only shows tasks of this category, hiding everything else.

TODO use ,. for refiling to current file orghabit

CREATED: [2021-01-04]

TODO [C] have a repository of org-mode demo files? generate it w.r.t to today so it's easy to demonstrate? org could hack current day somehow, but that could be tricky org

CREATED: [2019-09-10]

TODO file variables org

http://home.fnal.gov/~neilsen/notebook/orgExamples/org-examples.html

Follow the instructions in the emacs manual; begin the file with a line of the form:
# -*- foo: "bar"; baz: "ham" -*-
For example, to set the "Up" and "Home" links for an org-mode file, begin it with:
# -*- org-html-link-up: "http://decam03.fnal.gov:8080/notes/neilsen/";  org-html-link-home: "http://home.fnal.gov/~neilsen" -*-

https://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html#Specifying-File-Variables

archive entries (org-archive-subtree) org

archive tag to hide subtree (org-toggle-archive-tag) org

repeat interval cookies org

  • .+ – always + today
  • ++ – will always move into the future
  • + – will move exactly x days w.r.t. to deadline date

TODO [C] agenda sometimes takes A LOT of time to rerender. I think we need an inotify async server… org

CREATED: [2019-01-24]

TODO [D] go thought archives occasionally to check for accidentally archived? Then mark org

CREATED: [2019-01-25]

TODO [C] tagging files, then org view into them org

CREATED: [2019-01-26]

TODO [D] [2020-04-12] Literal Examples (The Org Manual) org

There is one limitation, however. You must insert a comma right before lines starting with either ‘*’, ‘,*’, ‘#+’ or ‘,#+’, as those may be interpreted as outlines nodes or some other special syntax. Org transparently strips these additional commas whenever it accesses the contents of the block.

TODO [B] habits/drill should probably have importance? So the unimportant things are showed less frequently orgspacedrep

CREATED: [2019-01-31]

DONE [B] for drill, only consider stuff that isn't done? org

CREATED: [2019-11-02]

or cancelled

(defcustom org-drill-match
  nil
  "If non-nil, a string specifying a tags/property/TODO query. During
drill sessions, only items that match this query will be considered."
  :group 'org-drill

STRT [B] check for corrupted headings, typically it's stars and todo states out of nowhere org

CREATED: [2018-08-07]

[C] [2019-10-05] Re: [O] Bug: spurious newline after comment org

https://lists.gnu.org/archive/html/emacs-orgmode/2016-08/msg00276.html


Note that you can
- use somewhat inline comments with @@comment:...@@ syntax
- remove commented lines the way you like using a hook:
  `org-export-before-processing-hook'.

[C] [2019-09-22] alphapapa/org-super-agenda: Supercharge your Org daily/weekly agenda by grouping items org

https://github.com/alphapapa/org-super-agenda

If you want to install manually, you must also install these packages:
    Emacs >= 26.1
    dash >= 2.13
    ht >=2.2
    org-mode >= 9.0
    s >= 1.10
    ts

STRT [C] weirdness with encoding in Polar documents orgpolaremacs

CREATED: [2020-05-15]
  • could set header to # -- coding: utf-8 -- ? not sure
  • revert-buffer-with-coding-system
  • mine should be utf8

    (prefer-coding-system 'utf-8)            ; pretty
    (setq locale-coding-system 'utf-8)       ; please
    

[C] [2019-10-22] Rethink: Org mode meets professional web design /r/emacs org

Hi all,
I recently posted a link on here about an org mode export template called [Imagine](https://jessekelly881-imagine.surge.sh/). I have been working on a new(and I believe much better) template recently called [Rethink](https://jessekelly881-rethink.surge.sh/). Yes, I know the name isn't the best.
So far they are just works in progress but I plan to create a smallish collection. I started this because I was looking for good css templates targeted at org mode and I was disappointed by the severe lack of them. Hopefully, someone will find these useful. Again, they are still wip but maybe with a little help from some helpful web designer we can make them much better.
Also, if you find any bugs or things you wish were different feel free to comment or contact me on [Github](https://github.com/jessekelly881). Thanks!

DONE refile is weird in terms of fuzzy matching (log.org) orgemacs

CREATED: [2018-11-15]

completing-read apparently?
see
org-refile-get-location

completing-read-function?

helm–completing-read-default

(defclass helm-source-async (helm-source)

shit.. has something to do with async sources?… spacemace//helm-make-source

huh.. fixed it via making that…

(add-to-list 'helm-completing-read-handlers-alist '(org-refile . helm-completing-read-sync-default-handler))

TODO maybe contribute to spacemacs?? not sure why the source was async in the first place… orgemacs

CANCEL [C] [2018-06-10] fniessen/org-html-themes: How to export Org mode files into awesome HTML in 2 minutes orgblog

[2018-10-28] eh, not so sure about it. doesn't look nice orgblog

DONE [B] shit, I need agda-like unicode input orgemacsmathstudy

CREATED: [2018-11-16]

[C] [2019-10-27] org babel - How to automatically tangle another source block to file when evaluate a source block in org-mode? - Emacs Stack Exchange org

TODO [D] org-clock is oddly satisfying org

CREATED: [2018-01-18]

TODO [D] add CREATED to entry (add-created would be enough) orgemacs

CREATED: [2018-07-12]

TODO [D] figure out how to find and jump a file org

[D] [2017-12-23] custom timestamp format org

DONE [D] do not count timestamps as cloze orgemacsorgdrill

CREATED: [2019-06-16]

TODO [D] Org mode exporting to html org

TODO [D] display links as raw links orgemacs

CREATED: [2019-04-22]

[2019-11-02] eh? orgemacs

DONE [D] [2019-07-29] sort by property TAGS org

[D] [2019-10-23] The Org Manual: Extracting source code org

https://orgmode.org/manual/Extracting-source-code.html

14.4 Extracting source code

Extracting source code from code blocks is a basic task in literate programming.

[D] [2019-10-05] The Org Manual: Structure of code blocks org

https://orgmode.org/manual/Structure-of-code-blocks.html

An inline code block conforms to this structure:
src_<language>{<body>}
or
src_<language>[<header arguments>]{<body>}

selecting drill items org-drill-entry-p org

CREATED: [2018-05-11]

looks only by tag…

TODO [C] two kinds of refiles? one with headings, one without? orgemacs

CREATED: [2018-06-06]

TODO [C] the 'notes' marker doesn't work as expected? only shows subtasks orgemacs

CREATED: [2018-07-15]

TODO [C] do not make org todo state change pop up as a new window orgemacs

CREATED: [2019-06-12]

TODO [C] Exclude done/cancelled from drill? orgemacs

CREATED: [2020-01-30]

[C] [2019-12-10] The Org Manual orgblog

TODO [D] Large life-logging org-mode file gets too slow org

TODO [D] Org-mode Hidden Gems - 03 Hyperlinks org

CREATED: [2019-05-16]

https://yiufung.net/post/org-mode-hidden-gems-pt3/

Ok looks this guy posted several posts and everyone is fine with that

TODO [D] org archive – check for not TODOs? orgemacs

CREATED: [2019-09-10]

[2019-11-02] eh? orgemacs

TODO [D] wonder if this was causing issues for me in test.org ? orgdoom

CREATED: [2020-02-27]
;; Allow inline image previews of http(s)? urls or data uris
(org-link-set-parameters "http"  :image-data-fun #'+org-image-link)
(org-link-set-parameters "https" :image-data-fun #'+org-image-link)
(org-link-set-parameters "img"   :image-data-fun #'+org-inline-data-image)

TODO [D] how to refresh agenda in the background? so it reflects changes in files instantly without saving orgemacs

CREATED: [2020-06-08]

TODO [C] [2020-09-22] When refiling: Invalid function: org-preserve-local-variables · Issue #1116 · hlissner/doom-emacs org

~/.emacs.d/.local/straight/build/org-mode/*.elc

CANCEL [B] shit, looks my coefficient makes 3,4,5 pretty much irrelevant orgspacedreporgdrill

CREATED: [2019-01-31]

or maybe, it's fine?

DONE [D] hotkey to sort entries by created date orgemacs

CREATED: [2018-05-29]

org-sort-entries?
don't need it as often…

TODO [C] some items should not contribute to global agenda. e.g. subtasks of an item orggtd

CREATED: [2018-08-06]

TODO [D] send push on org capture change, sync on android? organdroid

hmm, maybe disassemble dropsync to hack update frequency via automate on wifi?

TODO [D] eh, perhaps I need some automated tool to interact with org mode and move around the items? although clog is kind of ok… org

CREATED: [2019-03-08]

TODO [D] automatic watch later, deduced by tag, sync with youtube playlist org

CREATED: [2019-02-01]

DONE [C] use org-mode for docs? also make sure to keep old commit link as example of using ipython for literate docs orgcachewliteratejupyter

CREATED: [2019-12-08]

TODO [D] [2019-10-26] EmacsConf 2019 - Schedule orgtowatch

https://emacsconf.org/2019/schedule

Managing your life with org-mode and other tools
Marcin Swieczkowski

[D] [2019-12-04] Org mode for Emacs – Release notes org

https://orgmode.org/Changes.html

New link-type: Attachment

TODO [D] [2019-10-19] org-emms - MELPA organnotation

https://melpa.org/#/org-emms
interesting, could use for annotating?

TODO [D] [2019-09-25] Blog Series: Using Org Mode Features (UOMF) org

https://karl-voit.at/2019/09/25/using-orgmode/

Using many or few Org mode files
Agenda filters
Finding stuff within Org mode
Update on contact management

[C] [2020-02-13] alphapapa/org-almanac: Almanac for Org mode org

https://github.com/alphapapa/org-almanac
how are people using org-mode

[D] [2019-11-15] alphapapa/org-protocol-capture-html: Capture HTML from the browser selection into Emacs as org-mode content orgcapture

[2021-01-04] ~ vs = : the former preserves underscores? so better to use it? org

[B] [2019-07-20] Org-mode Frequently Asked Questions org

https://orgmode.org/worg/org-faq.html#closing-outline-sections
The short answer to the question is no. Org-mode adheres to the cascading logic of outlines, in which a section is closed only by another section that occupies an equal or greater level.

[A] [2020-01-28] Some org-mode features you may not know /r/orgmode org

  • [2020-03-21] cool, but personally haven't found them useful

[2019-10-06] Emacs Org-mode - a system for note-taking and project planning - YouTube org

https://www.youtube.com/watch?v=oJTwQvgfgMM&list=WL&index=35&t=4s
eh, pretty intro level
Don't think I need to watch org-mode demos anymore, really…

[2019-09-05] hmm, actually org-brain is pretty keyboard oriented. not sure how good is it in visualising stuff… org

[2019-09-05] orgbrain: ok, it was somewhat interesting, but not sure if I it's visual enough… org

CANCEL [B] [2018-07-24] Kungsgeten/org-brain: Org-mode wiki + concept-mapping orgpkm

https://github.com/Kungsgeten/org-brain
mm, the brain looks very GUI and mouse demanding. org is def. better for me

[2018-07-24] Civilizer - Cleverly manage your data/knowledge/idea orgpkm

https://suewonjp.github.io/civilizer/
meh, looks very basic, is not backed by plaintext, not very googlable…

[2019-01-17] BuboFlash - helps with learning orgpkmspacedrep

https://buboflash.eu/bubo5/log-in?called-from=/bubo5/homepage
mm, interesting thing, for web annotation. not sure if I want to use it?

STRT [2021-01-20] ugh. need some sanity checker for broken outlines org

some false positives, but kind of ok

rg  '[^^*]\*+ .*(\[#.\]|:\s*$)'

[2021-01-01] viebel/klipse: Klipse is a Javacript plugin for embedding interactive code snippets in tech blogs. A simple client-side code evaluator pluggable on any web page: clojure, ruby, javascript, python, scheme, es2017, jsx, brainfuck, c++, reagent, lua, ocaml, reasonml, prolog, common lisp orgliterate

hhmm html export has klipse css properties??

[2021-01-16] emacs - How to use the function option of org-capture correctly? - Stack Overflow org

capturing via a function to prompt for the target file

[2020-12-28] Advanced Export Configuration (The Org Manual) org

Defining filters for individual files
The Org export can filter not just for back-ends, but also for specific files through the ‘BIND’ keyword. Here is an example with two filters; one removes brackets from time stamps, and the other removes strike-through text. The filter functions are defined in a code block in the same Org file, which is a handy location for debugging.

whoa

TODO [C] [2019-05-18] Weekly /r/Orgmode Open Discussion - May 10, 2019 /r/orgmode orgtoblogpublish

I would really like to see a book written on org mode taking someone from nothing to having their whole life organised by org mode. The manual is good to find out how stuff works but you kinda need to know what you want to do beforehand. It would be great if something could also show you what is possible, stuff I wouldn't have even thought of...

TODO [D] name: "You need more Org in your life" or something? org

CREATED: [2019-09-13]

TODO [C] refile was hard to appreciate until I got used to navigating among multiple files and using several files as org agenda sources orgtoblog

CREATED: [2019-10-01]

TODO [C] motivation for collecting agenda files by myself: emacs is slow and buggy orgblog

CREATED: [2019-10-29]

e.g. agenda tries to include lock files!

[2021-01-24] not sure what I meant there? orgblog

TODO [A] Mention that it's very easy to get lost in org features orgtoblogpkm

CREATED: [2019-05-28]

[2019-09-29] could actually blog why is it org mode vs markdown vs yaml/whatever for me orgtoblogpkm

TODO [C] org-capture main motivation: it's immediately in my filesystem. orggrasp

CREATED: [2019-01-31]

I don't need a dedicated day when I'm manually moving things from bookmarks
If i add a 'drill' tag, it would be added to my spaced repetition queue immediately.
It becomes plain text searchable immediately, at which point I can find it by vaguely remembering link title.

[B] [2019-10-08] capture: often I'd put a quick tag if I expect myself to search for that outline later (e.g. if I need to buy something), or if it's some thought related to one of the projects I'm doing. If it's something I really need to remember I'd also schedule it. org

Otherwise I try to spend as little time capturing TODO ??? I found premature organizing to be too time consuming and often distrupting thinking.

[B] [2019-10-08] capture: I find it less distracting to keep logs (e.g. quantified self style, like sleep, exercise, weight etc) in a separate file. org

TODO post about my automatic parsing and extraction?

[B] (in post about capture) orggrasp

CREATED: [2019-09-04]

It's pretty stupid, but such a conceptually simple tool is one of the most useful things I've developed
It instantly ends up in my knowledge repository, immediately accesible by search, agenda etc

TODO [B] What’s awesome is that at the time of capture it immediately becomes searchable and indexable as any plaintext would without any extra effort (unlike if you added it to browser bookmarks/pinboard). orggrasp

CREATED: [2019-10-29]

[2020-04-13] http://www.acuriousmix.com/2014/09/03/designing-a-personal-knowledgebase motivation for fast capture there org

TODO ask if it would be nice if org-mode supported inline tags? orgoutboxreddit

CREATED: [2021-01-10]

although maybe easier to emulate with [[ links?

TODO HTMLCONTAINER property could be useful.. orgexobrainblog

TODO looks like h is hardcoded here… org

(format "\n<h%d id=\"%s\">%s</h%d>\n"
     level
     id

[D] [2019-11-21] Literate Theorem Proving with Org https://chame.co/writeups/org_coq/post.html org

TODO [C] Tecos config? Maintainer of org site org

CREATED: [2021-02-20]

He's the maintainer for the org-mode website now so he knows whereof he speaks

TODO [B] use files as todos? have a crawler go through them and put in a special tasklist org

CREATED: [2021-02-08]

e.g. if it contains TODO, enough already and maybe also parse tags (and timestamp?)

  • not sure about scheduling it?
  • maybe use queue – unique id (file hash?) need to be careful with empty files though
  • voit must have something

STRT @publicvoit@graz.social thought you'd be a kind of person who knows it – is there some existing tool to crawl the filesystem and maintain an org-mode file with todos corresponding to files matching a certain pattern? org

My usecase is that I often put TODO in screenshots of bugs, ideas for possible features etc; often on my phone so using [file:] links is not so convenient (+ I tend to move files around)

TODO [C] implement a tool for 'reviewing' tasks? org

CREATED: [2021-02-09]

do in python

  • go by priority/oldest created/etc
  • exclude some tags?
  • keep state (use some simple SR algo?)
    just use hash of the heading? seems quite enough
  • jump to the file/line via mimemacs?

TODO [C] hmm wonder if possible to display org stuff on remarkable? at least reflect views? and exobrain? orgremarkable

CREATED: [2021-02-20]

STRT [C] org-agenda-later/earlier orgdrill

CREATED: [2019-12-30]

Org-add-note

[2020-06-10] hmm, so it doesn't work from agenda, but kinda nice within the task? orgdrill

note sure about logbook…

[C] [2021-01-25] org-fc didn't work straightaway orgsrsorgmode

[C] [2020-05-20] Combining normal org-files and org-roam /r/orgmode orgorgroam

I have an  `~/org/` directory for all my regular org files, and inside that there is `~/org/notes/`  in which org-roam lives

TODO [C] [2020-07-06] org-web: org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive /r/planetemacs orgorgmodeblogexobrain

[2020-12-10] eh, only connects to google drive/dropbox? orgorgmodeblogexobrain

TODO [C] hmm would be nice if was possible to treat normal tags as roam links? not sure if this is possible at all?? orgorgroam

CREATED: [2021-05-19]

or maybe it's unnecessary? really roam links are for fine-grain links.. whereas tags are for categorization and later search?

Jump to search, settings & sitemap