emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/org-journal created (now 733c5aec4d)


From: ELPA Syncer
Subject: [nongnu] branch elpa/org-journal created (now 733c5aec4d)
Date: Mon, 3 Jan 2022 22:58:26 -0500 (EST)

elpasync pushed a change to branch elpa/org-journal.

        at  733c5aec4d Merge pull request #374 from 
skangas/license-and-copyright-header

This branch includes the following new commits:

       new  22d3912f0d initial import
       new  46b52fc160 updated documentation and changed customizable variables
       new  3e26fccbe7 added an example file to the readme
       new  d0a6ee7fff fixed a typo
       new  ac998cd72b update calendar when new entries are created
       new  a10257ac34 renamed to org-journal and bug fixes
       new  d467680a0a fixed error in README
       new  aebeed1ad0 in view mode, hide org emphasis markers
       new  b9de903e6b added keys to switch between diary entries without the 
calendar
       new  aff8974d90 updated readme to show the new keyboard shortcuts
       new  13b5eb3f91 incremented version number
       new  9b9be90916 Fixed duplicate function name
       new  125d85c181 fixed crash bug
       new  2cdf14e520 improve README
       new  b03f30d1c4 V1.4: Added customization options.
       new  50e2b3c3d2 bugfix for auto-mode-alist entry
       new  65a677ba23 bugfix for opening journal files
       new  be5e543f1d Add autoload cookies.
       new  6edc60aa9b Consistently use `kbd'.
       new  1a528b5dfe incremented version number for autoloads
       new  b3bb2ed036 Extract method for checking existence of journal 
directory
       new  752e5e59d8 Merge pull request #4 from 
bigeye/org-journal-dir-check-or-create
       new  f6a644b920 incremented version number
       new  b5ec4523a6 org-journal-read-entry: Cannot Find Journal Entry
       new  ae1719d5ca Merge pull request #6 from 
keelerm84/bug/cannot-find-journal-entry
       new  4302034768 incremented version number
       new  6566df2091 Fix view-mode for next and previous entry
       new  9e64ff6adf Merge pull request #8 from 
keelerm84/bug/maintain-view-mode
       new  6cd576f590 fixed #7.
       new  a1497269a0 org-journal-mode is now called with customized 
org-journal-dir
       new  384bc0b47c calendar should mark entries even when org-journal was 
not started yet
       new  dee9771546 Set org-journal-mode on new entry
       new  4e297d1fbf Add *.elc to .gitignore
       new  92b684960a Merge pull request #13 from ramLlama/set-mode
       new  4429405f48 Merge pull request #14 from ramLlama/gitignore
       new  81ba07b8d3 fixed some autoload issues
       new  0f045b0d0b implemented parametric org-journal-file-pattern
       new  fa6cdbeca5 auto-generate file pattern
       new  7b695a7df6 minor bug fix
       new  7bd3bf8e1b Remove lingering prin1 call
       new  258c77abce Merge pull request #19 from 
keelerm84/feature/remove-print
       new  9cb0ace698 corrected file pattern to match whole file name
       new  46058bfc25 Enable org-journal-mode before using outline.el defuns
       new  29993db4a5 Merge pull request #21 from keelerm84/bug/hide-sublevels
       new  d54a66f9ae fixes auto-mode-alist entry
       new  86bf8fcd1d change default key bindings
       new  5e21009473 fixed view-mode not using org-journal-mode
       new  5c162bb693 Added melpa and melpa stable badges
       new  9ba5346978 A prefix for the org-journal-new-entry would avoid entry 
creation
       new  8367ce7609 Merge pull request #23 from vkazanov/master
       new  040ff23936 updated version number and added change log
       new  fa89bd9dfa Calendar improvement: C-j now just opens an entry in 
another window without selecting it
       new  80aadc9966 added documentation for the new functionality
       new  fbaf82dce9 Merge branch 'vkazanov-master'
       new  ca6e885e74 changed changelog from list to definition list
       new  39e4565844 amended github link.
       new  8a142ba04b added autoload cookie for org-journal-mode
       new  9009b0328c fix "require" command
       new  5ee55c69c0 Merge pull request #25 from charlescharles/fix-require
       new  6012adc0dc #27 Basic journal search facility
       new  c086e54757 #27 minor fixes
       new  e464115e14 #27 use current calendar month/year as a search interval
       new  8c4056606d #27 weekly calendar intervals
       new  5986e0aa99 #27 searching within a current calendar-mode week
       new  c6dabda0a4 #27 more info in the search results buffer
       new  823766ba9c #27 search keybindings for the calendar-mode and a 
complete journal search
       new  03b82728af #27 minor bugfix and two more search result buffer 
convenience keybindings
       new  05af27b39a Merge pull request #28 from vkazanov/master
       new  fc1f6f107a update version number and documentation
       new  ffb9558fad added C-c C-j key binding to org-journal-mode-map
       new  d3ff738217 reinstated compatibility with Emacs 23
       new  36461cb4ab do not open an empty file when trying to open a recent 
entry using a prefix arg
       new  6f2f6b0db6 do not follow symlinks when building the org-journal 
auto-mode-alist element
       new  7bf2285b7f improve auto hiding of time entries
       new  e239a95e83 change the way it inserts date string
       new  1da53d0d7d org-journal-new-entry should never show an empty file
       new  4c6584aa9d minor documentation changes.
       new  b4c256bb66 Merge branch 'features/auto-hide-improvements' of 
https://github.com/d12frosted/org-journal into 
d12frosted-features/auto-hide-improvements
       new  f4b9c259f4 new version 1.8
       new  11d4a55b95 fixed search ordering
       new  da693a0a07 list all entries for empty search
       new  50856a5d62 increment version number
       new  53a317ce59 Use expand-file-name instead of concat.
       new  327f090b07 Add a encryption feature
       new  724db94608 Load org-crypt and try to run 
'org-crypt-use-before-save-magic
       new  d6823764c9 Add crypt tag to journal if encryption is enabled.
       new  79782c6e2c Add a customizable variable to determine encryption time.
       new  0c4a7c2e0a Setup encryption hook by default.
       new  c0008f8ed2 Merge pull request #42 from punchagan/get-entry-path
       new  14bbe1fcd1 Merge branch 'punchagan-org-crypt'
       new  1dd27c7005 fix regression from merge
       new  b2ed00a0a5 increment version number
       new  350211550d Encrypt entry created from calendar view.
       new  48fe55d620 Merge punchagan's branch 'encrypt-new-date-entry'
       new  b044fd96be refactored new-entry functions
       new  1c493ee4c2 increment version number
       new  750fc5d1bf add customization tip to readme
       new  f4b1a44272 fix installation warning
       new  7410a2b3cd fix typo
       new  98f8911dbf critical bug fix
       new  24783a5486 fix regexp end character
       new  8a3c88d356 fix initial auto-mode-alist setup
       new  70da5eef17 silence compiler warning.
       new  4419710086 add option to find-file in same window
       new  7339d4d082 fix initialization of org-journal-file-format
       new  68974d86f1 fix recursive load error
       new  1b866dbc3e fix startup error if not loaded with autoloads
       new  f67e147d86 add customization hints for variables
       new  8804e17382 Add highlight to org-journal-search-print-results
       new  776c822943 Implement out-of-box highlight function
       new  b7a19966dd Use text properties for highlight instead overlays
       new  5dfd9201fb Merge pull request #55 from aJchemist/patch-1
       new  0ddd54c111 fix auto-mode-alist entry on Windows
       new  3db5d3532b add carryover of TODO items to new entries
       new  17d74bf1c3 Make syntax highlighting in the README work
       new  51aec969cc small bugfix
       new  5f1445e9ba do not switch to buffer if already on correct page
       new  eba1dd9e05 update deprecated functions
       new  17da6354ca Defcustom org-journal-search-results-order-by
       new  8f3de8d1e6 Merge pull request #68 from aJchemist/master
       new  c5c8724ca9 fixes typo in README
       new  d0868e1aec revert changes from eba1dd9, due to regression
       new  ec4bbef392 small improvement to README.
       new  7169645658 README change to make the GH org renderer happy
       new  ad4fbc9df6 New README skeleton
       new  008ef45491 adds license
       new  7a88fdecd1 Extract the CHANELOG and CONTRIBUTORS files
       new  fb8d96b11d Synopsis
       new  064b6c754a Quickstart
       new  fcb646bbc1 FAQ
       new  5bd39c2376 Add a search binding
       new  802f905a9b Polish Quickstart in the README a bit
       new  3e1622167f The rest of the new README
       new  5b5b8fe816 Replace the original README with a new one
       new  292c173203 Text corrections
       new  9412d3efa8 README Fixes
       new  6578c6c3c6 Minor additions to the new README
       new  9737b4b0c8 Merge pull request #72 from vkazanov/master
       new  840e858bb9 improves wording and fixes grammar
       new  ede4c732a1 tiny whitespace fix
       new  e000ef4a53 reformat changelog
       new  24313870fa increment version number
       new  a201248a8a Add Spacemacs layer guide to README
       new  a833dea538 Reword Spacemacs layer guide
       new  3830d0b279 Merge pull request #74 from borgnix/master
       new  3f29a64655 moved Spacemacs comments to FAQ
       new  c89627ecd6 Minor code style and comment correction
       new  071d93460f Run a hook whenever an entry is created
       new  30ca909d50 Merge pull request #75 from vkazanov/master
       new  4876bbc7cd Updates org-agenda-files regex expansion
       new  c020fa3f58 Fix key map errors
       new  114311a25f Add org-journal-prefix-function
       new  47da023826 Merge pull request #82 from 
psamim/feature-prefix-function
       new  0d19c92a5a Updates README with note on key bindings
       new  d9b5512994 makes docs parseable by package manager
       new  69b237d1b3 mark buffer as modified if modified by new-entry
       new  cda1980b01 fixes bug if org-journal-file-format has an extension
       new  06402de024 Fixes broken link
       new  c8492062ba added autoload to org-journal-search
       new  29d0634d7f fix org-journal-dir issue
       new  1c58569635 Merge pull request #88 from CeleritasCelery/directory-fix
       new  0625b1f0c7 Merge pull request #86 from CeleritasCelery/autoload-fix
       new  f4601cc664 removes superfluous autoload cookies
       new  34e4c02f3a fixes bug if journal is in symlink
       new  44a52a20a1 Version 1.12.3
       new  ad61dcd164 fixes search for non-string org-journal-date-format
       new  1d6f7ddf3b Adds FAQ for view-mode
       new  dc92c2363c carry over today, not just when today is first created
       new  35e1c6d044 allow scheduling in the future
       new  438f864115 implement future search
       new  11d9db853b optionally don't delete content on carry-over
       new  beb9b485ec build nice schedule of upcoming tasks
       new  88986a2795 improves sorting of schedule view
       new  b91f807459 adds prefix to suppress TODO for new scheduled entries
       new  dc89895f33 adds custom faces for calendar highlights
       new  5fddd231b9 1.13.0
       new  bc2e6ad6be Add example capture template to the README
       new  d225d093e2 Merge pull request #97 from 
Miciah/add-example-capture-template-to-the-README
       new  eb876d4f33 implements org-agenda integration
       new  704ba8c1bf fixes deprecation warnings
       new  f24d6c5e71 bugfix
       new  fc52b87e9f bugfix
       new  3652cb4051 fix errors if org-journal-date-prefix is not a heading
       new  4360e8b0be adds support for org-extend-today-until
       new  4f7ae1f0c7 renames variables for clarity
       new  ba9345fec5 fixes multiple save when carrying over
       new  ed3cfc38ae first steps towards ICS export
       new  32d50eb454 now with description
       new  28fe64c42b Implements UID and appropriate selection of 
VEVENT/VTODO/VJOURNAL
       new  d329efc88a finishes implementation of ics export
       new  e65895d0cb adds README
       new  99871a1cd2 reverts all ICS-related changes
       new  2395db4deb 1.14.2
       new  9fc8eaf927 removes debug output. Sorry about that.
       new  2922348a34 post-midnight timestamps with org-extend-today-until are 
no longer blank
       new  1194f8f15a add “org-journal-time-format-post-midnight” option and 
functionality
       new  db9c4c352b Merge pull request #110 from 
TinaRussell/fix-oetu-timestamp
       new  ab080e2f38 Use (org-agenda-files) to get the list of agenda files.
       new  1a5dba1355 Merge pull request #118 from dds/master
       new  6b7ab8726c org-journal-list-dates now supports subdirectories in 
org-journal-file-format
       new  05ea47770e improve the accuracy of a comment in 
org-journal-list-dates
       new  4543041f92 simplify org-journal-list-dates, make it more readable
       new  439e31806a Change many instances of (file-name-nondirectory 
FILE-NAME-VAR) to (file-relative-name FILE-NAME-VAR org-journal-dir), when the 
value is being used to extract a calendar date
       new  6c74c435d6 Ensure org-journal-list-dates is passing relative paths 
to org-journal-file-name->calendar-date
       new  5cb7240af4 Revert some overzealous auto-indenting
       new  13680d96d7 Revert some mildly zealous auto-indenting (revert this 
commit if you want if-then-else style indents)
       new  6ddc9f30a2 Update docstring for org-journal-file-name->calendar-date
       new  cb6eb6f01a org-journal-file-pattern now matches full filenames; new 
function org-journal-list-files; associated refactoring
       new  12444834cb org-journal-format-string->regex is now 
org-journal-update-file-pattern
       new  6d52f655b1 Revert "org-journal-format-string->regex is now 
org-journal-update-file-pattern"
       new  c117c379f9 org-journal-format-string->regex is now 
org-journal-dir-and-format->regex; relevant setters changed to solve unbound 
variable problems; docstrings updated
       new  90bf240449 Made requested changes: org-journal-list-files now 
checks regex against truenames; lambdas in org-journal-update-org-agenda-files 
use fname instead of f
       new  4e68537191 Merge pull request #119 from 
TinaRussell/allow-journal-subdirs
       new  e33aa0c7e9 Adds note about latest changes to org-journal-file-format
       new  3ae2e7d7e3 updates version
       new  670fc35a79 New SVG logo/icon for org-journal
       new  fb0e55f249 remove a stray Inkscape guide
       new  05f049373d Merge pull request #123 from TinaRussell/org-journal-icon
       new  9be3613297 Adds Logo to README
       new  5554834b99 Fix #127: If encryption is enabled call 
`org-decrypt-entry` before searching for string
       new  1982b98b3e Fix byte-compile warnings
       new  717e443cce Merge pull request #128 from cslux/master
       new  1f635b0c52 Merge pull request #129 from cslux/byte-compile-warnings
       new  f17cd5a63d No need to specify :group 'org-journal in the same file 
defgroup is set
       new  ff4f4df4c0 Merge pull request #130 from cslux/refactoring
       new  8a0b1e0da3 readme split heading setup and customization
       new  045563a504 readme doc add example setup
       new  83e950cdcb readme doc note on customization
       new  20631b02e8 Merge pull request #131 from EFLS/doc-readme
       new  1833da177f Add journal file encryption support
       new  b0f3d32632 Fix carryover problem
       new  cec4b69504 Fix #133; load org.el
       new  c1ac227b6b Merge pull request #136 from cslux/master
       new  af2819c41b increment version
       new  59787a24af Merge pull request #132 from 
cslux/daily-weekly-monthly-yearly-journal
       new  f4bb031de1 Fix #138
       new  9de308e089 Merge pull request #139 from cslux/master
       new  143d8b5b74 Add org-journal-test.el
       new  cb428bf02d Daily, weekly, monthly and yearly journal file 
implementation
       new  a325fe2249 Merge pull request #143 from 
cslux/daily-weekly-monthly-yearly-journal-impl_v2
       new  0eb3efdea6 Fix byte-compile warning
       new  2e9b013132 Fix typo
       new  0ceb1448ef [Performance] Don't add `org-journal-redraw-calendar` to 
`after-save-hook` and `after-revert-hook`
       new  90b5588454 Refactoring
       new  ac58232876 [Performance] This was triggering the hook 
`calendar-today-visible-hook`
       new  10370798a0 Merge pull request #145 from bastibe/develop
       new  c5aefa60bb Revert deletion of `calendar-today-invisible-hook`
       new  a2595692f5 Enable `lexical-binding`
       new  86833edc35 Add carryover test for #146
       new  8ed5904dda Print same error message for weekly/monthly/yearly 
journal files
       new  1431b4d504 Go to the beginning of the header
       new  80467006d7  Re-factor test for 'daily file type into own defun
       new  06f2f4ceaf Fix #146
       new  c0118ef96e Adds Badges for Github issues and such
       new  23f8d635b6 Improve search [1/2]
       new  571603117e Try to fix 146#issuecomment-475336072
       new  663cf89aec Some more improvements regarding issue #146
       new  690e3bbfb6 Re-factor same code of open-previous/-next entry into 
own defun
       new  8590d860f0 Add support for tag settings specific to org-journal
       new  af0c62f2fb Improve search [2/2]
       new  442a6502a7 Merge pull request #147 from bastibe/bastibe-patch-1
       new  1e645e3462 Merge pull request #149 from bastibe/search
       new  e28441895b Merge pull request #148 from bastibe/journal-tags
       new  57ef2c3a15 Remove hook merged via e284418
       new  163804c2e2 Insure new journal entry is inserted on a new line
       new  dd18c9b0d8 Fix wording
       new  104c46958c Fix #150
       new  e22b238a6d Move to correct location when using 
`org-journal-new-date-entry`
       new  5c488b29c7 Really move point to journal entry header position
       new  1858cbdde4 Don't insert scheduled entry if two prefix arguments are 
given
       new  9099c4095f Fix readme about org-agenda integration
       new  6418386803 Only try to carryover if there is a previous journal 
entry
       new  4e525bcddb Kill buffer after carryover, if the buffer wasn't 
already open
       new  ab024dff97 `org-journal--kill-buffer` needs to be defined before 
first use
       new  82f2e338c8 Add some note to readme how some text can be inserted to 
newly created journal files.
       new  fd81f943b6 Add section "Convenient =org-journal= Snippet Extensions"
       new  3a48645492 Handle case when org-journal was modified
       new  d2d2a72c18 Insert new journal entry at correct location
       new  bca2c39c69 Fix mess from 3a48645
       new  94cc9b34f7 Add test macro and Makefile
       new  c6a17ad326 Carryover parents as well
       new  ba2d63df92 Narrow to subtree when carrying over items
       new  786f611470 `org-agenda-list` integration didn't work properly for 
weekly, monthly or yearly file type
       new  278e91af27 Fix #156; Don't narrow to subtree for daily journals
       new  5881c21588 Fix #157; Add note about Spacemacs org-journal 
integration on develop branch
       new  4798f2f486 Fix #158; Include today in agenda integration
       new  7be112c9c9 [doc] Fix Spacemacs org-journal support 404 link
       new  cb33952046 Merge pull request #159 from duianto/spacemacs-404-link
       new  529993646e Fix #160
       new  b960694313 NEW Defines custom `search-forward`.
       new  1dbc22a110 Merge branch 'vitorqb-feature/search-with-regexp'
       new  159794a3f5 Fix #162; Normalize filename
       new  2135c5fe8a Insertion of daily custom header didn't work probably
       new  c522039a11 Insure we are at a heading before calling 
`org-journal-finalize-view`
       new  f344214c6f Improve doc string of `org-journal-new-entry`
       new  eb7f9ab2f3 Refactoring
       new  185faaa816 Better search result buffer (Fix #164)
       new  475d29764d If `org-journal-dir` doesn't exist return immediately 
from `org-journal-mark-entries` (Fix #165)
       new  eb5e6cc56b Improve search performance
       new  bf8de3c2d7 Check if `org-journal-carryover-items` is blank or empty 
(Fix #168)
       new  cb15adcec0 Print error message if CREATED property is missing (Fix 
#169)
       new  7a88b495b7 Improve performance by caching the dates
       new  e368278fca Use a single cache file
       new  c47188c3fa Actually make the cache work for daily journal files too
       new  7e6ade98cc Fix failing tests
       new  f037092154 Smash a few more bugs
       new  24b751eed2 [cache] A few more improvements and bug fixes
       new  cb0e6c3c36 Decrypt all entries
       new  d770d2a8a4 Add autoload cookie for `org-journal-invalidate-cache`
       new  05336cf7c3 Include start/end date in search result
       new  6f763d0a82 Refactoring
       new  98e2de79c9 Need to flatten dates list after deserialization
       new  4e3ad36f4d Refactoring and docstring update
       new  3a815eaf4b [tests] Need to wrap `org-journal-get-entry-path`
       new  6573b876c5 Add autoloads to search functions
       new  1a7aed54a6 Merge pull request #172 from rgrinberg/add-autoload
       new  5481b6c741 Add definition of ‘org--tag-add-to-alist’ for 
compatibility
       new  b8fd449bfb Add new option `org-journal-follow-mode`
       new  f52afefef3 Be compatible with Emacs 25.2 (Fix #173)
       new  6e54358eca Create the directory for org-journal-cache-file
       new  c365efcd72 Throw an error when org-journal-cache-file is not 
writable
       new  19e3b4dd07 Merge PR which insures that the cache directory exists 
(Close #174)
       new  c77fb71800 Fix #176
       new  b4909dece7 Add new option `org-journal-enable-cache`
       new  2875b6f10f Add `org-journal-search-result-date-format` (Fix #179)
       new  29a035bb1a Refactor logic of org-journal-next-entry and 
org-journal-previous-entry into single function
       new  8eda1119f5 Release 2.0.0
       new  11b8255d88 Set the customization type of org-journal-dir to 
directory
       new  675b7296ff Update README.org
       new  6df4cd560b Update README.org
       new  0f383d0b8c Add org-journal-file-header
       new  de4380ae71 Merge pull request #184; Improve it a bit.
       new  b3a82f4386 Update README.org
       new  cf0f15386f Merge pull request #183 from whiskeyputers/patch-1
       new  640b1cb93d Allow changing of weekly journal start day.
       new  0c58573508 Merge branch Spauldo-master into HEAD
       new  128f0533a7 Fix indentation
       new  73189f96fc Delete parent heading as well after carryover if it has 
no content
       new  fb989163c6 Add option to delete empty entry/file after carryover 
operation (Default never)
       new  0ba05a9312 Need to check if there ever existed a prev entry
       new  51ac2baec6 Update doc
       new  1d65300516 Improve doc strings
       new  dc120bf42a Fix #195
       new  076196745d Fix #196
       new  1a01303454 Fix deleting of empty entry/file
       new  839da221b5 Some more work on carryover path
       new  6358527e75 Fix #199
       new  b6962cefb5 Fix #198
       new  d4ff2b012f Check if org-journal-date-format contains * at the 
beginning
       new  60d07cca7d Fix typo in org-journal-enable-cache docstring
       new  3cfe3445eb Redesign org-journal-carryover
       new  6fe8b3db62 Merge pull request #200 from namdnguyen/master
       new  20ff1e2b3c Simplify org-journal-carryover
       new  c2bfc97770 Kill buffers which we did open
       new  271b99f5ec Fix regression
       new  08c201516f Fix #204
       new  9d40f6260c Try to detect empty daily journal file
       new  664c08e12c Honor org-journal-enable-encryption in 
org-journal-decrypt
       new  d4c909f151 Add support for two different types of created property 
timestamps (Resolve #188)
       new  2a7c68a709 Don't delete user cache file when the tests are run
       new  cccd0b2b8d Refactor org-journal-carryover-delete-empty-journal into 
two function
       new  64eaaf0489 Really don't delete org-journal-cache file when running 
tests
       new  e7e9026cd7 Enable lexical binding in org-journal-test.el
       new  83f10b3c16 Update code documentation
       new  c388ab4a9e Kill buffer after we converted the timestamps, if buffer 
didn't exists before
       new  d97f939637 Don't hardcode the 
org-journal-created-property-timestamp-format
       new  e762fa7009 Improve org-journal-convert-created-property-timestamps
       new  8c16aee6ba Simplify org-journal-empty-journal-p
       new  f5719b16fd Set timestamp format to the original value (Fix #215)
       new  4f9abeca13 Pass time to org-journal-file-header
       new  e11b5270ac Pass org-journal-file-header and the time of the new 
journal to format-time-string
       new  3b7f7f64e5 Add autoload macro (Fix #218)
       new  9abafc1960 Adds issue templates for bug reports and feature requests
       new  f1ab1372f1 Add travis file for CI
       new  ba034212ed Don't hide to many accidentally variable configurations 
in tests
       new  f66174c238 Add org-journal-after-header-create-hook
       new  8a844deeb7 Merge pull request #217 from nivekuil/master
       new  2b48debfc2 Add option for removing configured drawers
       new  cd36b0341d Document the org-journal-skip-carryover-drawers variable
       new  ac1d7a1189 Address Christian's comments
       new  df8740399d org-journal-remove-drawer isn't supposed to be used 
interactively
       new  efd3de7b73 Merge feature - remove drawer after carryover
       new  3fdb5b3036 Don't assign to free variable
       new  6c7c3af110 Add support for re-encrypting journal files (Solve #213)
       new  8bf06b28d6 Rewrite org-journal-format->regex
       new  2c43b10eed Only get CREATED property for level 1 headings (Fix #231)
       new  776350ff22 Add better error message (Resolve #227)
       new  524009b5da Fix regression (Fix #233)
       new  c8cb0ce846 Add org-journal-open-current-journal-file interactive 
function
       new  93b22c9061 Advance PR #232
       new  1de9153f21 Call org-read-date when not inside calendar (Fix #241)
       new  a3ff9ce818 Use magic-mode-alist instead auto-mode-alist to 
determine the mode
       new  d7b4b3c94e Check if buffer holds a file (Fix #243)
       new  e1003e3178 Use `file-truename` in 
`org-journal-dir-and-file-format->pattern` (Fix #242)
       new  66cfcb678d Don't use org-first-headline-recenter (Fix #238)
       new  c344c7835e Create symlink to journal directory in tests by default
       new  1497f63cdf Simplify org-journal-list-dates (Resolve #224)
       new  b9c6d6e22e Re-factor org-journal-mode
       new  0b63734312 Call org-journal-serialize only once in 
org-journal-list-dates
       new  0bcefa5c37 Honor org-extend-today-until in 
org-journal-update-org-agenda-files (Fix #229)
       new  1d8e8e6836 Restart org mode, if a header was inserted containing a 
org #+KEYWORD (Fix #246)
       new  817545a2b9 Fix org-journal-schedule-view (Fix #247)
       new  37273020b9 Update docstring for org-journal-date-prefix
       new  e095af0415 Merge pull request #250 from doolio/update-docstring
       new  9f66bf44fa Make it work under windows (Fix #251)
       new  1f78b0270c Add support for %F placeholder (Fix #253)
       new  0d6d81234a Update org timestamp to current date on carryover (Fix 
#252)
       new  0f26f38ce1 Don't update SCHEDULED/DEADLINE time stamps on carryover
       new  6671693a6f Really don't update SCHEDULED/DEADLINE time stamps on 
carryover
       new  8adabbb88d Remove file-truename calls in predicate has the are 
already resolved (Fix #258)
       new  bb83eff964 Save match data before calling 
`org-journal-file-name->calendar-date` (Fix #256)
       new  2e5806b96f Support %b,%B representing the month name in 
org-journal-file-format
       new  828a943728 Merge remote-tracking branch 'jinheebaek/issue/259'
       new  24b5879782 Don't autoload magic-mode-alist to prevent loading 
org-journal to early (Fix #263)
       new  3b7b9e69d9 Make org-journal-next/previous-entry context aware 
(Resolve #266)
       new  919b74d99e Insure view-mode is not active when inserting text
       new  d8f2273ddb Print error when we failed to extract year from journal 
file
       new  785c4cd64d Use prefix key "j" in calendar for org-journal (Fix 
#268, Fix #270)
       new  b4b3b2d985 Update documentation
       new  b91f694179 Fix possible calendar display error
       new  044809204b Add our own calendar date compare defun
       new  24845facc4 Also assign daily file types dates to 
org-journal-flatten-dates
       new  75e241e787 Fix insertion of new calendar date in 
org-journal-open-entry
       new  f7bfc592ec Release 2.1.0
       new  cf1017b7e6 Sort return value of hash-table-values; oldest -> newest 
(Fix #272)
       new  6626bfe612 Fix tests
       new  08b5a42979 Use a single hash table for dates/files
       new  8c2c3196aa Fix possible error when org-journal-dir is a symlink 
when creating the org-journal-dir
       new  d5a0ccea35 Update documentation
       new  8c5c2074c5 Check if there are new journal files after verifying the 
modification time
       new  4eea2b6ff5 Remove all dates first which belong to the file being 
added to the hash table
       new  10ae23ab4c Don't modify original list in org-journal-open-entry
       new  8ee433a604 Redesign org-journal-invalidate-cache
       new  736c5aeeb9 Remove unnecessary variable bindings in 
org-journal-open-entry
       new  a00a9eea9b Simplify cl-loop's in org-journal-carryover
       new  01ea4bd387 Update documentation strings
       new  b3c31c134f Use user-error instead error where it is more appropriate
       new  a6378dc484 Follow the convention - don't end error messages with a 
dot
       new  bcb5bb4202 Add new defcustom org-journal-prefix-key (Resolve #255)
       new  d7b248726a Fix doc string
       new  af2b9a88cf Remove keys from hash when files do not exists anymore 
(Fix #279)
       new  f68d8d05f1 Use org-store-new-agenda-file-list to manipulate 
org-agenda-files
       new  faabab9c90 Merge fix for handling new org-agenda-files
       new  b8bd786dbd Keep time intact when updating timestamps on carryover 
(Fix #285)
       new  0df7a4b1ba Added '%V' shortcode to the format-rx-alist and 
documentation
       new  a2728e25b8 Merge pull request #288 from 
ja0nz/add-iso-week-format-code
       new  52a670bfda Make it clear which functions/variables are for internal 
use only
       new  23e8234c78 Only delete drawers once when carrying over todos (Fix 
#267)
       new  25ebb8f1c8 Patch release (2.1.1)
       new  5ba7776ae9 Fix #289
       new  8bb26b9366 Moved sort logic of dates from open-entry into new func
       new  a75aee3b70 Updated org-journal-sort-dates to use prev arg
       new  68db70b128 Fix indentation
       new  7f96657df3 Merge branch 'sort-dates'
       new  084066e45b Silent byte-compiler
       new  72eade0726 Add section -- Contributing to org-journal -- to README
       new  1e786b6df1 Add capture integration example for monthly journal
       new  b4b9cbe18c org-collect-keywords has a different signature (Fix #289)
       new  39810ff30f Simplify org-capture integration section in README
       new  8a54cce0be Merge README org-capture improvement 'pr-293'
       new  e7c51c40f1 Fix regression introduced in a75aee3 (Fix #294, Fix #295)
       new  ef776cdb81 Org capture integration for future scheduled task
       new  3d8af236aa Merge remote-tracking branch 'brabalan/patch-1'
       new  f7624285c2 Adjust #303 (Resolves #302)
       new  fce4fa7e72 Merge README enhancement from  brabalan/patch-1
       new  00f3d39cd5 Fix #304
       new  a80bb8102a Add test for #304
       new  d29b511083 Add -L to follow new location
       new  fec99a6b00 adding daily files for testing
       new  34c290c587 Really fix #304
       new  f521b4bdb7 Enable to do custom actions for old carryover entries
       new  86157d6ba9 Terminology Consistency
       new  7ce6808b35 Fix example in README.org
       new  1ff17c3941 Merge pull request #307 from june3474/old-carryover
       new  78d575213c Add function `org-journal-reschedule-scheduled-entry` 
(Resolve #300)
       new  7f70a1b21d Fixed small typo
       new  14ce0119fe Merge pull request #310 from lamb003/patch-1
       new  9bd34561c0 Solve error when org-journal-dir has symlink in the path
       new  c0836483ae Merge pull request #314 from emiltoacs/master
       new  4a24184686 Add missing third arg to `define-obsolete-function-alias`
       new  08d5fce950 Merge pull request #320 from daveduthie/master
       new  be380f7ecd Fix "start on sunday" issue
       new  3c49c1a99d Define edebug spec for debugging
       new  6af76d5fce Try to reproduce #309
       new  70a973887c Add test to proof that 7 is correct for Sunday week start
       new  b07b9b21a3 Merge branch 'pr-322'
       new  dc15703039 Prepare for next patch release
       new  6efdfe55a5 [tests] Move daily carryover tests to subdirectory
       new  90f2df4a19 Argument scheduled-time is a list not a string and 
cannot be passed to org-time-string-to-time
       new  d07bcca200 Kill any left over buffers after the ert test failed on 
next execution
       new  ee1ee3de0c Move yearly test to subdirectory too
       new  7d8d4b25cd Add fixme to test case
       new  a94b8df06a Fix doc-string warnings
       new  2f1443d58b Formatting
       new  902d49cb61 Add test for #323 and fix small bug in 
org-journal-new-date-entry
       new  b6d242646d Resolve #323
       new  2bfb21450a More work on doc-strings
       new  63bfe8b4d6 Mark org-journal-delete-old-carryover public by 
replacing -- with -
       new  59ae65f7fa Rename org-journal--org-heading-p to 
org-journal--is-date-prefix-org-heading-p
       new  49c55913ac Re-factor org-journal-new-entry
       new  9322227c04 Rename org-journal--dir-check-or-create to 
org-journal--create-journal-dir
       new  08c9f3f874 Add new internal function org-journal--sanity-checks
       new  9d201ef045 Adapt CHANGELOG file for new format
       new  8789a1042c Update CHANGELOG file with missing 2.1.1 changes
       new  ceb139e100 Update CONTRIBUTORS file
       new  ee712729a7 Ignore org-journal-autoloads.el
       new  c26e73a017 Patch release 2.1.2
       new  fa7be5fc6e Fix #296
       new  8f5157fc6c Fix and clean-up org-journal-scheduled-weekly-test
       new  095dace571 Also test against Emacs 27.1
       new  b0ab660b94 Swallow message in test
       new  dc00241074 Just a little code rework
       new  5918da2f21 Fix incorrect entry-path when extend-today
       new  d4705069a9 Merge pull request #327 from 
yangsheng6810/fix-extend-today
       new  1b580f761f Replace get-file-buffer with find-buffer-visiting
       new  f4b1549913 Resolves #328
       new  76c47176c5 Add scheduled entry time of the day
       new  919abc9149 Set FIXEDCASE flag on replace-regexp-in-string (Fix #340)
       new  69c171b140 Merge changes from 'dalanicolai'
       new  043bb9e26f Fix failing test
       new  943355dd36 document org-journal-hide-entries-p
       new  5f253a880e Merge pull request #351 from mewfree/master
       new  989627fa00 Minor typos in docstrings
       new  6c3a2fdb6c Merge pull request #359 from league/master
       new  1fdbf69893 Fix multi-line file header being mixed up with the 
journal entry.
       new  9757996ca0 Merge pull request #362 from 
Alexander-Miller/multi-line-file-header-fix
       new  4f10d5f8d3 removed repeated text from readme
       new  01efa11724 Merge pull request #365 from harshasomisetty/fix-readme
       new  4e31c46745 Replace kill-region with delete-region
       new  71e8b10088 Merge pull request #367 from xeruf/delete-region
       new  4978620259 Fixed #370
       new  74f2ec9daf added documentation for `org-journal-mode-hook`
       new  ebb3149aeb Encryption enabling added to org-journal-mode-hook
       new  a87a1b992d Merge pull request #371 from quantumgc/master
       new  05a7cd7b89 Add copyright and license header
       new  733c5aec4d Merge pull request #374 from 
skangas/license-and-copyright-header




reply via email to

[Prev in Thread] Current Thread [Next in Thread]