-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed regexp that led duplication of property drawers, timestamps and some events #122
base: master
Are you sure you want to change the base?
Commits on Aug 18, 2016
-
Allow the insert of headers to org-gcal files
created variable org-gcal-header-alist (setq org-gcal-header-alist '(("[email protected]" . "#+CATEGORY: personal\n#+ARCHIVE: archive/personal.org")))
Zack Allison committedAug 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 43e3017 - Browse repository at this point
Copy the full SHA 43e3017View commit details
Commits on Feb 16, 2017
-
Show "busy" for private events
Previously, private events were not emitted correctly which would cause the event prior to the private event to have multiple times.
Configuration menu - View commit details
-
Copy full SHA for 734b9db - Browse repository at this point
Copy the full SHA 734b9dbView commit details
Commits on Mar 10, 2017
-
replace description lines that begin with '*' with '✱'
this is to address issues like myuhe#29 when event descriptions that include '*' can break gcal synchronization
Christian Blades committedMar 10, 2017 Configuration menu - View commit details
-
Copy full SHA for b9dcddc - Browse repository at this point
Copy the full SHA b9dcddcView commit details
Commits on Dec 13, 2017
-
Fix org-gcal-file-alist customize.
It's an alist, customize it as such. With this patch I can customize and then org-gcal-fetch (without it I cannot).
Ariel Shaqed (Scolnicov) committedDec 13, 2017 Configuration menu - View commit details
-
Copy full SHA for bcc478e - Browse repository at this point
Copy the full SHA bcc478eView commit details
Commits on Jan 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3b92465 - Browse repository at this point
Copy the full SHA 3b92465View commit details
Commits on Feb 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bffcf9b - Browse repository at this point
Copy the full SHA bffcf9bView commit details
Commits on Mar 13, 2018
-
Ensure encoding of JSON post data to UTF-8.
JSON text exchanged between systems that are not part of a closed ecosystem MUST be encoded using UTF-8. [1] [1] The JavaScript Object Notation (JSON) Data Interchange Format https://tools.ietf.org/html/rfc8259
Configuration menu - View commit details
-
Copy full SHA for a433c38 - Browse repository at this point
Copy the full SHA a433c38View commit details
Commits on May 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a075649 - Browse repository at this point
Copy the full SHA a075649View commit details -
Josh committed
May 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 0fdeacf - Browse repository at this point
Copy the full SHA 0fdeacfView commit details -
Josh committed
May 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 7596d9d - Browse repository at this point
Copy the full SHA 7596d9dView commit details -
Josh committed
May 22, 2018 Configuration menu - View commit details
-
Copy full SHA for ae82c94 - Browse repository at this point
Copy the full SHA ae82c94View commit details -
Josh committed
May 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 698041b - Browse repository at this point
Copy the full SHA 698041bView commit details
Commits on Jun 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7ad5494 - Browse repository at this point
Copy the full SHA 7ad5494View commit details
Commits on Jul 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 506068e - Browse repository at this point
Copy the full SHA 506068eView commit details -
org-archive-subtree messes the kill-ring. Wrapping it in a let binding creating a copy of kill-ring and we restore the kill-ring after the messup.
Configuration menu - View commit details
-
Copy full SHA for 5c246bc - Browse repository at this point
Copy the full SHA 5c246bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1242251 - Browse repository at this point
Copy the full SHA 1242251View commit details -
Merge pull request myuhe#2 from kidd/avoid-kill-ring-messup
Avoid kill ring messup
Configuration menu - View commit details
-
Copy full SHA for 370976c - Browse repository at this point
Copy the full SHA 370976cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e4eb06 - Browse repository at this point
Copy the full SHA 3e4eb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b7923 - Browse repository at this point
Copy the full SHA d3b7923View commit details -
Reuse emacs' logo for notifications
* alert.el already manages a default emacs logo. If user wants a different one, set the new `org-gcal-logo-file' variable to the path of the logo. * removed `org-gcal-logo' variable
Configuration menu - View commit details
-
Copy full SHA for ebbc029 - Browse repository at this point
Copy the full SHA ebbc029View commit details -
Merge pull request myuhe#4 from kidd/simplify-notify-logo
Simplify notification logo setup
Configuration menu - View commit details
-
Copy full SHA for 0dad13c - Browse repository at this point
Copy the full SHA 0dad13cView commit details
Commits on Jul 16, 2018
-
doc upkeep for myuhe PRs merged in (others include myuhe 80,101,103,108)
Josh committedJul 16, 2018 Configuration menu - View commit details
-
Copy full SHA for da125d2 - Browse repository at this point
Copy the full SHA da125d2View commit details -
Josh committed
Jul 16, 2018 Configuration menu - View commit details
-
Copy full SHA for aec43cf - Browse repository at this point
Copy the full SHA aec43cfView commit details -
bobberb committed
Jul 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 3101afc - Browse repository at this point
Copy the full SHA 3101afcView commit details -
bobberb committed
Jul 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 0b52ca2 - Browse repository at this point
Copy the full SHA 0b52ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a83a9 - Browse repository at this point
Copy the full SHA 19a83a9View commit details
Commits on Jul 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fb4231c - Browse repository at this point
Copy the full SHA fb4231cView commit details
Commits on Jul 20, 2018
-
Detect appropriate calendar id from current buffer when requesting post or delete an event. Raise user-error if no calendar id is found.
Configuration menu - View commit details
-
Copy full SHA for dc5fecd - Browse repository at this point
Copy the full SHA dc5fecdView commit details -
Merge pull request myuhe#9 from t-suwa/support-multiple-calendar
Support multiple calendar.
Configuration menu - View commit details
-
Copy full SHA for e1ab12d - Browse repository at this point
Copy the full SHA e1ab12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb4cce7 - Browse repository at this point
Copy the full SHA fb4cce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 741c3c5 - Browse repository at this point
Copy the full SHA 741c3c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9386417 - Browse repository at this point
Copy the full SHA 9386417View commit details -
Added proper error message and readme documentation about it.
Configuration menu - View commit details
-
Copy full SHA for 37cf67a - Browse repository at this point
Copy the full SHA 37cf67aView commit details -
Merge pull request myuhe#12 from kidd/explicit-parsing-error
Clarified parse error a bit.
Configuration menu - View commit details
-
Copy full SHA for f1d0d3b - Browse repository at this point
Copy the full SHA f1d0d3bView commit details -
Merge pull request myuhe#11 from kidd/some-linting
remove unused variables
Configuration menu - View commit details
-
Copy full SHA for 059e0bc - Browse repository at this point
Copy the full SHA 059e0bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35fa03d - Browse repository at this point
Copy the full SHA 35fa03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1594e0c - Browse repository at this point
Copy the full SHA 1594e0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 792cc80 - Browse repository at this point
Copy the full SHA 792cc80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd67bc - Browse repository at this point
Copy the full SHA 4dd67bcView commit details
Commits on Jul 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fcf98f9 - Browse repository at this point
Copy the full SHA fcf98f9View commit details
Commits on Jul 23, 2018
-
Use defcustom to define org-gcal-header-alist and add docstring
Robert Irelan committedJul 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 1625c21 - Browse repository at this point
Copy the full SHA 1625c21View commit details -
Merge pull request myuhe#16 from telotortium/header-alist-doc
Use defcustom to define org-gcal-header-alist and add docstring
Configuration menu - View commit details
-
Copy full SHA for 52e7dc9 - Browse repository at this point
Copy the full SHA 52e7dc9View commit details -
Fix formatting and replace tabs with spaces
Robert Irelan committedJul 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 332446f - Browse repository at this point
Copy the full SHA 332446fView commit details -
Merge pull request myuhe#15 from telotortium/formatting
Fix formatting and replace tabs with spaces
Configuration menu - View commit details
-
Copy full SHA for e93ed22 - Browse repository at this point
Copy the full SHA e93ed22View commit details
Commits on Jul 24, 2018
-
Fix some parens corrupted in e93ed22 (PR myuhe#16)
Robert Irelan committedJul 24, 2018 Configuration menu - View commit details
-
Copy full SHA for dcc652f - Browse repository at this point
Copy the full SHA dcc652fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 828662e - Browse repository at this point
Copy the full SHA 828662eView commit details
Commits on Aug 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c517108 - Browse repository at this point
Copy the full SHA c517108View commit details
Commits on Aug 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6991488 - Browse repository at this point
Copy the full SHA 6991488View commit details
Commits on Aug 25, 2018
-
This makes the code work with indirect buffers as well as normal buffers. Working with indirect buffers make org-gcal-post-at-point work with capture buffers, and make the capture hook work.
Configuration menu - View commit details
-
Copy full SHA for 62f97aa - Browse repository at this point
Copy the full SHA 62f97aaView commit details
Commits on Aug 27, 2018
-
Merge pull request myuhe#19 from itf/patch-1
Makes org-gcal work with indirect buffers
Configuration menu - View commit details
-
Copy full SHA for 8636d25 - Browse repository at this point
Copy the full SHA 8636d25View commit details
Commits on Oct 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6745888 - Browse repository at this point
Copy the full SHA 6745888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1978c44 - Browse repository at this point
Copy the full SHA 1978c44View commit details -
Merge pull request myuhe#21 from ifitzpat/master
Fix issue where multi-line locations led to duplicate calendar entries
Configuration menu - View commit details
-
Copy full SHA for d1c2549 - Browse repository at this point
Copy the full SHA d1c2549View commit details
Commits on Dec 8, 2018
-
Fixed regexp that led to double property drawers and timestamps
Philipp Reichmuth committedDec 8, 2018 Configuration menu - View commit details
-
Copy full SHA for bcac769 - Browse repository at this point
Copy the full SHA bcac769View commit details -
Merged regexp fix for duplicate property drawers into kidd's fork
Philipp Reichmuth committedDec 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 6ba09cc - Browse repository at this point
Copy the full SHA 6ba09ccView commit details