Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aki2o committed Nov 29, 2014
1 parent 3b0af9c commit 11c9170
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This is a date widget in Emacs.

### If use package.el

2014/11/29 Now application
2014/11/30 It's available by using melpa.

### If use el-get.el

2014/11/29 Now application
2014/11/30 It's available. But, master branch only.

### If use auto-install.el

Expand Down Expand Up @@ -53,11 +53,6 @@ Optional properties are here.
- month … a string/number to init month part.
- day … a string/number to init day part.

### Getting/Setting Value

This widget value returns/accepts the format like "yyyy/mm/dd" depends on separator.
Also, A year/month/day property returns a number of that by `widget-get`.

### Control Widget

In default, `date-field-keymap` is activated on this widget.
Expand All @@ -67,6 +62,11 @@ It defines the following keys.
- `h` , `b` … select left column.
- `l` , `f` … select right column.

### Getting/Setting Value

This widget value returns/accepts the format like "yyyy/mm/dd" depends on separator.
Also, A year/month/day property returns a number of that by `widget-get`.

# Tested On

- Emacs … GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-02-22 on chindi10, modified by Debian
Expand Down
14 changes: 7 additions & 7 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

*** If use package.el

2014/11/29 Now application
2014/11/30 It's available by using melpa.

*** If use el-get.el

2014/11/29 Now application
2014/11/30 It's available. But, master branch only.

*** If use auto-install.el

Expand Down Expand Up @@ -60,11 +60,6 @@
- month ... a string/number to init month part.
- day ... a string/number to init day part.

*** Getting/Setting Value

This widget value returns/accepts the format like "yyyy/mm/dd" depends on separator.
Also, A year/month/day property returns a number of that by =widget-get=.

*** Control Widget

In default, =date-field-keymap= is activated on this widget.
Expand All @@ -75,6 +70,11 @@
- =h= , =b= ... select left column.
- =l= , =f= ... select right column.

*** Getting/Setting Value

This widget value returns/accepts the format like "yyyy/mm/dd" depends on separator.
Also, A year/month/day property returns a number of that by =widget-get=.


* Tested On

Expand Down

0 comments on commit 11c9170

Please sign in to comment.