Skip to content
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

Open
wants to merge 55 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2016

  1. 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 committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    43e3017 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. 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.
    aaronjensen authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    734b9db View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. 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 committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    b9dcddc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. 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) committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    bcc478e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Configuration menu
    Copy the full SHA
    3b92465 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    bffcf9b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. 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
    t-suwa committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    a433c38 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Merge branch 'pr60'

    Merges pr60 from upstream myuhe#60
    Josh committed May 22, 2018
    Configuration menu
    Copy the full SHA
    a075649 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr83'

    Josh committed May 22, 2018
    Configuration menu
    Copy the full SHA
    0fdeacf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pr101'

    Josh committed May 22, 2018
    Configuration menu
    Copy the full SHA
    7596d9d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pr103'

    Josh committed May 22, 2018
    Configuration menu
    Copy the full SHA
    ae82c94 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'pr108'

    Josh committed May 22, 2018
    Configuration menu
    Copy the full SHA
    698041b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. remove trailing whitespace

    kidd committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    7ad5494 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2018

  1. Configuration menu
    Copy the full SHA
    506068e View commit details
    Browse the repository at this point in the history
  2. protect kill-ring

    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.
    kidd committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    5c246bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request myuhe#1 from kidd/update-label

    Update documentation
    kidd authored Jul 15, 2018
    Configuration menu
    Copy the full SHA
    1242251 View commit details
    Browse the repository at this point in the history
  4. Merge pull request myuhe#2 from kidd/avoid-kill-ring-messup

    Avoid kill ring messup
    kidd authored Jul 15, 2018
    Configuration menu
    Copy the full SHA
    370976c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e4eb06 View commit details
    Browse the repository at this point in the history
  6. fix indentation

    kidd committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    d3b7923 View commit details
    Browse the repository at this point in the history
  7. 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
    kidd committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    ebbc029 View commit details
    Browse the repository at this point in the history
  8. Merge pull request myuhe#4 from kidd/simplify-notify-logo

    Simplify notification logo setup
    kidd authored Jul 15, 2018
    Configuration menu
    Copy the full SHA
    0dad13c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    da125d2 View commit details
    Browse the repository at this point in the history
  2. typo

    Josh committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    aec43cf View commit details
    Browse the repository at this point in the history
  3. Further upkeep

    bobberb committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    3101afc View commit details
    Browse the repository at this point in the history
  4. pr108

    bobberb committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    0b52ca2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request myuhe#7 from bobberb/doc

    Documentation for myuhe PRs
    kidd authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    19a83a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Improve checkdoc linting

    kidd committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    fb4231c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Support multiple calendar.

    Detect appropriate calendar id from current buffer when requesting
    post or delete an event.  Raise user-error if no calendar id is found.
    t-suwa committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    dc5fecd View commit details
    Browse the repository at this point in the history
  2. Merge pull request myuhe#9 from t-suwa/support-multiple-calendar

    Support multiple calendar.
    kidd authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    e1ab12d View commit details
    Browse the repository at this point in the history
  3. fix variable typo

    kidd committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    fb4cce7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    741c3c5 View commit details
    Browse the repository at this point in the history
  5. remove unused variables

    kidd committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    9386417 View commit details
    Browse the repository at this point in the history
  6. Clarified parse error a bit.

    Added proper error message and readme documentation about it.
    kidd committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    37cf67a View commit details
    Browse the repository at this point in the history
  7. Merge pull request myuhe#12 from kidd/explicit-parsing-error

    Clarified parse error a bit.
    kidd authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    f1d0d3b View commit details
    Browse the repository at this point in the history
  8. Merge pull request myuhe#11 from kidd/some-linting

    remove unused variables
    kidd authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    059e0bc View commit details
    Browse the repository at this point in the history
  9. add autoloads

    kidd committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    35fa03d View commit details
    Browse the repository at this point in the history
  10. Merge pull request myuhe#13 from kidd/autoloads

    add autoloads
    kidd authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    1594e0c View commit details
    Browse the repository at this point in the history
  11. bump version to 0.3

    kidd committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    792cc80 View commit details
    Browse the repository at this point in the history
  12. remove unused variables

    kidd committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    4dd67bc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. cleanup unneeded concat

    kidd committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    fcf98f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    1625c21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request myuhe#16 from telotortium/header-alist-doc

    Use defcustom to define org-gcal-header-alist and add docstring
    kidd authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    52e7dc9 View commit details
    Browse the repository at this point in the history
  3. Fix formatting and replace tabs with spaces

    Robert Irelan committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    332446f View commit details
    Browse the repository at this point in the history
  4. Merge pull request myuhe#15 from telotortium/formatting

    Fix formatting and replace tabs with spaces
    kidd authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    e93ed22 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Fix some parens corrupted in e93ed22 (PR myuhe#16)

    Robert Irelan committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    dcc652f View commit details
    Browse the repository at this point in the history
  2. Merge pull request myuhe#17 from telotortium/format-fix

    Fix some parens corrupted in e93ed22 (PR myuhe#16)
    kidd authored Jul 24, 2018
    Configuration menu
    Copy the full SHA
    828662e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Fix typo in readme

    kidd committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    c517108 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Reword documentation

    kidd committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    6991488 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. Update org-gcal.el

    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.
    itf authored Aug 25, 2018
    Configuration menu
    Copy the full SHA
    62f97aa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Merge pull request myuhe#19 from itf/patch-1

    Makes org-gcal work with indirect buffers
    kidd authored Aug 27, 2018
    Configuration menu
    Copy the full SHA
    8636d25 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    6745888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1978c44 View commit details
    Browse the repository at this point in the history
  3. Merge pull request myuhe#21 from ifitzpat/master

     Fix issue where multi-line locations led to duplicate calendar entries
    kidd authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    d1c2549 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Fixed regexp that led to double property drawers and timestamps

    Philipp Reichmuth committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    bcac769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba09cc View commit details
    Browse the repository at this point in the history