Re: [feature request] org-at-timestamp-p should accept multiple parameters

2020-09-09 Thread Adam Faryna
Thanks. I understand now. I think to generate a patch in this case it's too much hustle, for a minor benefit. -- Adam On Wed, 9 Sep 2020 at 09:13, Bastien wrote: > Hi Adam, > > Adam Faryna writes: > > > Ok, maybe I misunderstood the purpose of this function. I wanted

Re: [feature request] org-at-timestamp-p should accept multiple parameters

2020-09-08 Thread Adam Faryna
Ok, maybe I misunderstood the purpose of this function. I wanted to use it to check if the timestamp is active or inactive and I tried to get it by using (org-at-timestamp-p 'inactive) while pointing at the timestamp. But actually when I call it on any timestamp like [2020-09-04 Fri], <2020-09-04 F

Re: [feature request] org-at-timestamp-p should accept multiple parameters

2020-09-08 Thread Adam Faryna
I think the problem is general. If you work with any timestamp that is agenda like, you can't check using this function if it's active or inactive. The one solution would be to remove parameter "agenda" and consider every timestamp as a agenda like (the "timestamp" in " org-at-timestamp-p" suggest

Bug: org-agenda-sorting-strategy priority has no effect [9.3.7 (9.3.7-16-g521d7f-elpaplus @ /Users/devil/.emacs.d/elpa/org-plus-contrib-20200803/)]

2020-08-05 Thread Adam Faryna
; . 115) ("saw" . 97) ("work" . 106) ("@poland" . 110) (:startgroup) ("@home" . 111) ("@office" . 105) ("@delegate" . 100) (:endgroup) (:startgroup) ("@phone" . 112) ("@

[feature request] org-at-timestamp-p should accept multiple parameters

2020-08-02 Thread Adam Faryna
Hi, recently I was doing some customization and I needed to check if timestamp at a point is active or inactive. That timestamp also contains an agenda like information about reoccurring. So I tried to use org-at-timestamp-p function for this purpose. The problem is I needed to check if the time

[O] Bug: Tables with multibyte characters and ASCII are not aligned properly after org-table-align in GUI mode [9.2.1 (9.2.1-2-gc6d37c-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20190204/)]

2019-02-09 Thread Adam Faryna
Tables with multibyte characters and ASCII are not aligned properly after org-table-align in GUI mode. In -nw mode table is properly aligned, but its incorrect in GUI mode. Steps to reproduce: Start emacs in GUI mode. Copy and paste table below to org-mode buffer. Put emacs cursor inside the tabl

[O] Bug: org-capture when :prepend t org-capture-kill removes one char too much from target buffer [9.1.7 (9.1.7-18-g2f587d-elpaplus @ /Users/devil/.emacs.d/elpa/org-plus-contrib-20180312/)]

2018-03-24 Thread Adam Faryna
omplete-link :store org-bbdb-store-link) ("w3m" :store org-w3m-store-link) ("id" :follow org-id-open) ("file+sys") ("file+emacs") ("doi" :follow org--open-doi-link) ("elisp" :follow org--open-elisp-link) ("file" :complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path ("https" :follow (lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:"; path ("news" :follow (lambda (path) (browse-url (concat "news:"; path ("shell" :follow org--open-shell-link)) org-list-description-max-indent 5 org-html-format-inlinetask-function 'org-html-format-inlinetask-default-function org-agenda-mode-hook '(hl-line-mode) org-agenda-files '("/Users/devil/.emacs.d/agenda/shared.org" "/Users/devil/.emacs.d/agenda/tasks.org.gpg") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-shiftright-final-hook '(windmove-right) org-clock-out-remove-zero-time-clocks t org-agenda-skip-scheduled-if-deadline-is-shown t org-tag-alist '(("@health" . 104) ("@fun" . 117) ("@career" . 99) ("@family&friends" . 102) ("@love" . 108) ("@wealth" . 119)) ) -- Best Regards, Adam Faryna Appdy.net I prefer to use encrypted email. My public key fingerprint is F410 95D7 AE78 22C1 0E25 F16A 0876 80C6 DA35 C73A. Learn how to encrypt your email https://emailselfdefense.fsf.org/en.