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

Make display of item separators optional. Fixes mgocode/emacs-calfw#1. #130

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

Commits on May 12, 2020

  1. fix dotime parsing

    made org-get-timerange parse the actualy timerange rather than doing relative calculations 
    dotime appears to have contained something else in the past
    zemaye committed May 12, 2020
    Configuration menu
    Copy the full SHA
    3d17649 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from zemaye/zemaye-patch-timerange

    fix dotime parsing
    zemaye committed May 12, 2020
    Configuration menu
    Copy the full SHA
    e3d04c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Make display of item separators optional. Fixes #1.

    michael@michael03 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d54f46c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

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

Commits on Feb 28, 2023

  1. Merge https://github.com/zemaye/emacs-calfw

    fix dotime parsing
    
    made org-get-timerange parse the actualy timerange rather than doing relative calculations
    dotime appears to have contained something else in the past
    Michael Goebel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    646d37e View commit details
    Browse the repository at this point in the history
  2. Issue #2: Fix parsing of org date range

    Added requiremnet for 's library (for (s-match-strings-all)
    Michael Goebel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    27227b8 View commit details
    Browse the repository at this point in the history