lytex

Results 26 comments of lytex

There is already an implementation of a similar concept: https://systemcrafters.net/build-a-second-brain-in-emacs/5-org-roam-hacks/#automatically-copy-or-move-completed-tasks-to-dailies There the functionality is implemented refiling a task from whatever file to current day when marked as done, whereas this...

> Should this feature be limited to heading nodes though? I'm okay with it working with both kinds of nodes > P.S. I think heading nodes are bloat. You can...

I thought that modifying that list is what should be done, but it doesn't seem to work. Could you give some advice?

I'm trying to run it with Firefox The first time I click the BrainTool icon, I get a startup message: ``` There are two parts to BrainTool: - The Topic...

Yes, I got mine working with `org-caldav-url` set to `https://nextcloud.MY_SERVER/remote.php/dav/calendars/USERNAME` and then in .authinfo.gpg / .authinfo I have `nextcloud.MY_SERVER:443` It's a little confusing, `org-caldav-url` has `https://`, full path `remote.php/dav/calendars/USERNAME`, and...

To restart everything from scratch, **ensure you can rebuild the remote caldav info from your org mode files** and then: - `C-u M-x org-caldav-delete-everything` - `M-x org-caldav-synx` This deletes all...

When this branch is merged with master, the build fails with the following error: ``` Error while processing ..../orgzly-android/app/src/main/res/drawable/ic_hourglass_top.xml : Invalid color value ?attr/text_primary_color ``` Reverting this specific commit `7c6b75f6...

I cannot get this build to work if I don't include this changes, I think they are missing: ```diff diff --git a/app/src/main/res/layout/list_widget.xml b/app/src/main/res/layout/list_widget.xml index f60425f6..4b58bb7c 100644 --- a/app/src/main/res/layout/list_widget.xml +++ b/app/src/main/res/layout/list_widget.xml...

I have created a script to recreate the folder structure inside the orgzly folder on a notebook, using links: [orgzly-index-files](https://github.com/lytex/orgzly-index-files) to solve #225 as a quick workaround. It may be...

I'm writing a workaround to implement this feature: [orgzly-index-files](https://github.com/lytex/orgzly-index-files) The idea is to create a index notebook, with links to another files (I choose `0.org` so that it will be...