{"id":21171605,"url":"https://github.com/0k/org-task","last_synced_at":"2025-06-29T04:34:54.912Z","repository":{"id":147001954,"uuid":"532964926","full_name":"0k/org-task","owner":"0k","description":"Emacs orgmode task external synchronisation","archived":false,"fork":false,"pushed_at":"2025-03-27T08:56:13.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T09:43:18.663Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0k.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-05T15:47:40.000Z","updated_at":"2025-03-27T08:56:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"078d6f5a-35bf-4f6a-b5cb-dd9317213f29","html_url":"https://github.com/0k/org-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0k/org-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0k%2Forg-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0k%2Forg-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0k%2Forg-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0k%2Forg-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0k","download_url":"https://codeload.github.com/0k/org-task/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0k%2Forg-task/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262536630,"owners_count":23325799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T16:08:37.323Z","updated_at":"2025-06-29T04:34:54.876Z","avatar_url":"https://github.com/0k.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# -*- ispell-local-dictionary: \"english\" -*-\n\n#+TITLE: Org-Task\n\nAdditions to orgmode from Emacs to export and synchronize tasking\ninformation to external backends.\n\n* Status\n\nThis package is in early alpha stage. This code is under heavy-development.\n\n* Requirements\n\nCurrently requires =cal= tool that is not yet released.\n\n* Installation\n\nUsing =straight=:\n\n#+begin_src elisp\n(use-package org-task\n  :straight (org-task :host github :repo \"0k/org-task\")\n  :bind (\n     (\"C-c s\" . org-task-transient)\n   )\n   :init\n   :config\n)\n#+end_src\n\n* Features\n\n- send your org-mode's LOGBOOK to the =cal= command in order to\n  push them to odoo timesheets (with ``w`` for work time).\n- send your org-mode's section's body as description through =cal=\n  command (with ``d`` for description).\n- open current task from your org-mode directly in your browser in\n  odoo (with ``b`` for browser).\n- create a new task in odoo, and make current heading a org-task by\n  linking it the newly created task (with ``C`` for create)\n\n* Usage\n\n** Org Tasks\n\nTasks are special org-mode's section having a =TASK_REF= property.\n\n*** TASK_REF property\n\nThe task ref format in CONNECTION_IDENTIFIER/TASK_IDENTIFIER. For\ninstance, if 'lok' is defined in your =~/.cal.rc= as the connection\nlabel for an odoo connection, and the =project_task='s =id= in odoo is\n3, the TASK_REF org-mode's property of the section should be =lok/3=.\n\nFor now, you need to go fetch yourself the =project_task='s =id=\nyourself in odoo's interface after having created one for instance.\n\n*** Gathered clockings\n\nYou can then use the standard clock-in and clock-out to create a\nLOGBOOK entry in the section and its sub-sections.\n\nWhen called, =org-task-clock-push= will go from parent heading to\nparent heading to find the first one that is actually an =org-task=\n(that defines the =TASK_REF= property). Then it'll parse all subtree\nfor non org-task sections and their respective LOGBOOKs to send each\ntime through =cal= utility to register them in odoo.\n\n** TASK_CATEG property\n\n=TASK_CATEG= is required to be available to any task you want to apply\n=org-task-clock-push= to. This will produce a prefix to the summary\nsent to =cal= command line that is required. Typically, you'll want\nto add a:\n\n#+begin_example\n#+PROPERTY TASK_CATEG myproj\n#+end_example\n\nin the header of your file.\n\nThis is required to properly identify your recorded time, for you as a\nhuman, and for the algorithm from =cal= to keep in sync information. You\nthen don't need to recall the name of your project in the heading label\nof your section.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0k%2Forg-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0k%2Forg-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0k%2Forg-task/lists"}