Git Product home page Git Product logo

moonrise-el's Introduction

Moonrise/Moonset Calculation for Emacs

Usage

  1. Add the following to your init.el:
    (with-eval-after-load "calendar"
      (require 'moonrise)
      (define-key calendar-mode-map "Ld" 'calendar-moonrise-moonset)
      (define-key calendar-mode-map "Lm" 'calendar-moonrise-moonset-month))
        
  2. M-x calendar
  3. Type L d

    ./screenshot-calendar-moonrise-moonset.png

  4. Type L m

    ./screenshot-calendar-moonrise-moonset-month.png

Add moonrise/moonset events to org-agenda

Add the following line to an agenda file:

#+CATEGORY: Astro
* Moonrise
%%(moonrise-org-agenda)

./screenshot-org-agenda.png

moonrise-el's People

Contributors

misohena avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

moonrise-el's Issues

Package breaks calendar autoloads

Hi,

I have added your package's directory to load-path and compiled the elisp file moonrise.el. After restarting Emacs, M-x calendar was broken - obviously all autoloaded calendar related functions were not known anymore to Emacs.

After deleting the cal-loaddefs.el file that was generated when compiling moonrise.el the problem disappeared. I guess this second cal-loaddefs.el shadows the original calendar loaddefs file, which is a problem. Or something like that.

I guess ;;;###cal-autoload works differently than normal autoload and one should not use it. But I dunno. Same problem for diary autoloads I guess.

Could you please investigate?

Apart from that package looks very nice!

Second question: do you plan to add your packages to Gnu Elpa some day?

TIA, Michael.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.