From f4353868023b422c85de66a7269f6894f7fc7a66 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Tue, 25 Feb 2020 22:46:59 +0100 Subject: [PATCH] Remove notes files --- notes.org | 39 ------------------------------------ notes.org_archive | 50 ----------------------------------------------- 2 files changed, 89 deletions(-) delete mode 100644 notes.org delete mode 100644 notes.org_archive diff --git a/notes.org b/notes.org deleted file mode 100644 index e448c16..0000000 --- a/notes.org +++ /dev/null @@ -1,39 +0,0 @@ -[[file:r-object-browser.el][elisp code]] -[[file:functions.R][R functions]] -* Tasks -** Create helper functions -*** TODO Define the format to convey all the needed information - -| islist | type | pretty name | size ? | canonical name | -lt label varname -l -> +/" " if list -t -> type - -** TODO Allow user-defined actions on object at point -* Notes -** Objects -*** List - -ls() - -*** Content - -class(unclass(x)) -> list | other -length(x) -names(x) - -** Packages -*** List - -search() "package:zzz" - -*** Content - -objects("package:zzz") -class("package::zzz") - -*** Actions - -detach("package:zzz") -help("package:zzz") -help("zzz::fun") diff --git a/notes.org_archive b/notes.org_archive deleted file mode 100644 index 93b5d57..0000000 --- a/notes.org_archive +++ /dev/null @@ -1,50 +0,0 @@ -# -*- mode: org -*- - - -Archived entries from file /home/maxx/Projects/r-object-browser/notes.org - - -* DONE Read about defining modes - :PROPERTIES: - :ARCHIVE_TIME: 2019-10-07 Mon 02:11 - :ARCHIVE_FILE: ~/Projects/r-object-browser/notes.org - :ARCHIVE_OLPATH: Tasks - :ARCHIVE_CATEGORY: notes - :ARCHIVE_TODO: DONE - :END: -:LOGBOOK: -- State "DONE" from "TODO" [2019-10-07 Mon 02:11] -:END: -[[info:elisp#Modes][info:elisp#Modes]] - -Archived entries from file /home/maxx/Projects/r-object-browser/notes.org - - -* DONE Create R file with all functions - :PROPERTIES: - :ARCHIVE_TIME: 2019-10-07 Mon 02:11 - :ARCHIVE_FILE: ~/Projects/r-object-browser/notes.org - :ARCHIVE_OLPATH: Tasks - :ARCHIVE_CATEGORY: notes - :ARCHIVE_TODO: DONE - :END: -:LOGBOOK: -- State "DONE" from "TODO" [2019-10-07 Mon 02:11] -:END: -It will be injected into the running R session when starting the object browser. - -Archived entries from file /home/maxx/Projects/r-object-browser/notes.org - - -* CANCELED Function to output one tabulated line - :PROPERTIES: - :ARCHIVE_TIME: 2019-10-07 Mon 02:13 - :ARCHIVE_FILE: ~/Projects/r-object-browser/notes.org - :ARCHIVE_OLPATH: Tasks/Create helper functions - :ARCHIVE_CATEGORY: notes - :ARCHIVE_TODO: CANCELED - :END: -:LOGBOOK: -- State "CANCELED" from "TODO" [2019-10-07 Mon 02:11] \\ - `Map` and `cat` are sufficient -:END: