Re: [O] org-element discovered inconsistensies

2019-06-10 Thread Nicolas Goaziou
Hello,

ihor  writes:

> I think you missed Node Properties - they are still located under
> Elements on Syntax page

Node properties are elements, so there is no omission there.

> I have also discovered more:
>
> Syntax page states:
>

[...]

> So Pragraph, Property Drawer, Sections and Headlines are missing from
> this list

I added property drawers, sections and headlines. However, paragraphs
can have affiliated keywords.

Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] Capture with date prompt defaults to yesterday

2019-06-10 Thread Nicolas Goaziou
Hello,

Neil Jerram  writes:

> Yes, it does make the default time noon.  But AFAICS the time of day
> doesn't actually matter in any of the Org source code where the result of
> org-get-cursor-date is used.  Have I missed a case where it does
> matter?

Probably not. I didn't check. But this could become a future gotcha.

> However, in the attached patch I've revised that so that the default time
> of day is :00am, i.e. it's the earliest time that
> Org treats as being that date.  WDYT?

I think this is better. I applied your patch. Thank you.

> Alternatively, we could refactor the code around where org-get-cursor-date
> is used to make it more explicit when the time of day doesn't matter, and
> look further if there are any cases where it does.

I think the current state is sufficient.

Regards,

-- 
Nicolas Goaziou



[O] converting many ics files to a single org file

2019-06-10 Thread Alan Schmitt

Hello,

I'm using vdirsyncer to keep a local copy of my calendars. I would 
now

like to have them in org-mode, so I'm looking for a tool to do the
conversion. One important constraint is that, by default, 
vdirsyncer

generates one ics file for each event. I've found this tool
https://github.com/asoroa/ical2org.py but it's not clear if it can
handle many files.

Do you have suggestions for such a workflow? I could try to 
concatenate

the files, but I probably need a tool for that.

Best,

Alan


signature.asc
Description: PGP signature


Re: [O] converting many ics files to a single org file

2019-06-10 Thread Thomas Plass
Hello,

Alan Schmitt wrote at 16:32 on June 10, 2019:
: I've found this tool
: https://github.com/asoroa/ical2org.py but it's not clear if it can
: handle many files.

As per its docstring it's one file per invocation.  But the docstring
also lists:

$ cat in.ical | ical2orgpy - - > out.org

I haven't tried, but something like this might work (on Unixoids):

$ echo -n > out.org
$ for i in *.ical; do cat $i | ical2orgpy - - >> out.org; echo >> out.org; done

Regards

Thomas



[O] Bug: org-clock-cancel doesn't set org-clock-current-task correctly [9.2.3 (9.2.3-23-g967801-elpaplus @ /.emacs.d/elpa/26.2/develop/org-plus-contrib-20190603/)]

2019-06-10 Thread Aaron Zeng
(I'm running org mode from the Spacemacs org layer, which includes the
org-plus-contrib package).

Reproduction:
1. Create a new entry "* TODO Temp"
2. Clock in under that entry
3. Cancel the clock
4. [M-x describe-variable org-clock-current-task] is still set to
"Temp" instead of being nil, which is what I expected.
5. In Spacemacs with the spaceline-all-the-icons mode line, "Temp"
still appears in the "currently clocked task" position.

Emacs  : GNU Emacs 26.2 (build 1, x86_64-w64-mingw32)
 of 2019-04-13
Package: Org mode version 9.2.3 (9.2.3-23-g967801-elpaplus @
/.emacs.d/elpa/26.2/develop/org-plus-contrib-20190603/)

current state:
==
(setq
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-babel-after-execute-hook '(spacemacs/ob-fix-inline-images)
 org-insert-heading-respect-content t
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-agenda-tags-todo-honor-ignore-options t
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-refile-targets '((nil :maxlevel . 10) (org-agenda-files :maxlevel . 10))
 org-src-tab-acts-natively t
 org-imenu-depth 8
 org-download-annotate-function 'org-download-annotate-default
 org-mode-hook '(org-clock-load #[0 "\301\211 \207"
[imenu-create-index-function org-imenu-get-tree] 2] #[0
"\300\301\302\303\304$\207" [add-hook change-major-mode-hook
org-show-all append local] 5]
 #[0 "\300\301\302\303\304$\207" [add-hook
change-major-mode-hook org-babel-show-result-all append local] 5]
org-babel-result-hide-spec org-babel-hide-all-hashes
spacemacs/org-setup-evil-surround spacemacs/load-yasnippet
toc-org-enable
 org-download-enable org-bullets-mode
dotspacemacs//prettify-spacemacs-docs
spacemacs//org-babel-do-load-languages spacemacs//evil-org-mode
org-eldoc-load spacemacs//init-company-org-mode company-mode)
 org-clock-persist t
 org-outline-path-complete-in-steps nil
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-agenda-restore-windows-after-quit t
 org-confirm-elisp-link-function 'yes-or-no-p
 org-startup-indented t
 org-startup-with-inline-images t
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-bibtex-headline-format-function #[257 "\300 \236A\207" [:title] 3
"\n\n(fn ENTRY)"]
 org-babel-pre-tangle-hook '(save-buffer)
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-babel-load-languages '((shell . t) (python . t) (perl . t) (sql .
t) (C . t) (emacs-lisp . t))
 org-log-done 'time
 org-export-backends '(ascii html icalendar latex org texinfo)
 org-src-lang-modes '(("arduino" . arduino) ("redis" . redis) ("php" .
php) ("C" . c) ("C++" . c++) ("asymptote" . asy) ("bash" . sh)
("beamer" . latex) ("calc" . fundamental) ("cpp" . c++) ("ditaa" .
artist) ("dot" . fundamental) ("elisp" . emacs-lisp)
  ("ocaml" . tuareg) ("screen" . shell-script)
("shell" . sh) ("sqlite" . sql))
 org-occur-hook '(org-first-headline-recenter)
 org-log-into-drawer t
 org-agenda-todo-ignore-time-comparison-use-seconds t
 org-ctrl-c-ctrl-c-hook '(spacemacs//counsel-org-ctrl-c-ctrl-c-org-tag)
 org-cycle-hook '(org-cycle-hide-archived-subtrees
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
 org-speed-command-hook '(org-speed-command-activate
org-babel-speed-command-activate)
 org-babel-tangle-lang-exts '(("D" . "d") ("C++" . "cpp") ("perl" .
"pl") ("python" . "py") ("emacs-lisp" . "el") ("elisp" . "el"))
 org-refile-use-outline-path 'file
 org-confirm-shell-link-function 'yes-or-no-p
 org-link-parameters '(("id" :follow org-id-open) ("eww" :follow eww
:store org-eww-store-link) ("rmail" :follow org-rmail-open :store
org-rmail-store-link) ("mhe" :follow org-mhe-open :store
org-mhe-store-link)
   ("irc" :follow org-irc-visit :store
org-irc-store-link :export org-irc-export) ("info" :follow
org-info-open :export org-info-export :store org-info-store-link)
("gnus" :follow org-gnus-open :store org-gnus-store-link)
   ("docview" :follow org-docview-open :export
org-docview-export :store org-docview-store-link) ("bibtex" :follow
org-bibtex-open :store org-bibtex-store-link)
   ("bbdb" :follow org-bbdb-open :export
org-bbdb-export :complete org-bbdb-complete-link :store
org-bbdb-store-link) ("w3m" :store org-w3m-store-link) ("file+sys")
("file+emacs")
   ("orgit-rev" :store orgit-rev-store :follow
orgit-rev-open :export orgit-rev-export :complete
orgit-rev-complete-link) ("orgit-log" :store orgit-log-store :follow
orgit-log-open :export orgit-log-export :complete
orgit-log-complete-link)
   ("orgit" :store orgit-status-store :follow
orgit-status-open :export orgit-status-export :complete
orgit-status-complete-link) ("doi" :follow org--open-doi-link)
("elisp" :follow org--open-elisp-link) ("file" :complete
org-file-complete-link)
  

Re: [O] Bug: org-clock-cancel doesn't set org-clock-current-task correctly [9.2.3 (9.2.3-23-g967801-elpaplus @ /.emacs.d/elpa/26.2/develop/org-plus-contrib-20190603/)]

2019-06-10 Thread Aaron Zeng
Yes, I still see this with a vanilla config.  I tried with [emacs -q] and
the builtin org mode (9.1.9), as well as with 967801.

On Mon, Jun 10, 2019 at 10:43 PM Kyle Meyer  wrote:

> Aaron Zeng  writes:
>
> > (I'm running org mode from the Spacemacs org layer, which includes the
> > org-plus-contrib package).
> >
> > Reproduction:
> > 1. Create a new entry "* TODO Temp"
> > 2. Clock in under that entry
> > 3. Cancel the clock
> > 4. [M-x describe-variable org-clock-current-task] is still set to
> > "Temp" instead of being nil, which is what I expected.
> > 5. In Spacemacs with the spaceline-all-the-icons mode line, "Temp"
> > still appears in the "currently clocked task" position.
> >
> > Emacs  : GNU Emacs 26.2 (build 1, x86_64-w64-mingw32)
> >  of 2019-04-13
> > Package: Org mode version 9.2.3 (9.2.3-23-g967801-elpaplus @
> > /.emacs.d/elpa/26.2/develop/org-plus-contrib-20190603/)
>
> Following your steps on commit 967801 (which matches your version
> output), I'm unable to trigger the issue (i.e. org-clock-current-task is
> nil following 3).
>
> If you try with a vanilla configuration and Org loaded, do you still see
> the issue?  Perhaps there's an interaction with a configuration value.
>
> --
> Kyle
>


Re: [O] Bug: org-clock-cancel doesn't set org-clock-current-task correctly [9.2.3 (9.2.3-23-g967801-elpaplus @ /.emacs.d/elpa/26.2/develop/org-plus-contrib-20190603/)]

2019-06-10 Thread Kyle Meyer
Aaron Zeng  writes:

> (I'm running org mode from the Spacemacs org layer, which includes the
> org-plus-contrib package).
>
> Reproduction:
> 1. Create a new entry "* TODO Temp"
> 2. Clock in under that entry
> 3. Cancel the clock
> 4. [M-x describe-variable org-clock-current-task] is still set to
> "Temp" instead of being nil, which is what I expected.
> 5. In Spacemacs with the spaceline-all-the-icons mode line, "Temp"
> still appears in the "currently clocked task" position.
>
> Emacs  : GNU Emacs 26.2 (build 1, x86_64-w64-mingw32)
>  of 2019-04-13
> Package: Org mode version 9.2.3 (9.2.3-23-g967801-elpaplus @
> /.emacs.d/elpa/26.2/develop/org-plus-contrib-20190603/)

Following your steps on commit 967801 (which matches your version
output), I'm unable to trigger the issue (i.e. org-clock-current-task is
nil following 3).

If you try with a vanilla configuration and Org loaded, do you still see
the issue?  Perhaps there's an interaction with a configuration value.

-- 
Kyle