My personal patches-in-progress branch of Org. See https://git.tecosaur.net/mirrors/org-mode/compare/main..tec/org-mode:dev.
Find a file
Nicolas Goaziou b0a436cb8e org-agenda: Write only currently visible items
* lisp/org-agenda.el (org-agenda-write): Fix arguments passed to
  `org-agenda-remove-marked-text' to properly remove entries with
  `invisible' property set to `org-filtered'.
* lisp/ox-icalendar.el (org-icalendar-export-current-agenda): Always
  include TODO entries in the output.  The motivation is that a user not
  filtering out TODO or DONE items in the current agenda probably wants
  them in the output.

Reported-by: "sgeorgii ." <sgeorgii@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/102998>
2015-11-26 14:20:42 +01:00
contrib ox-koma-letter: Allow to disable place locally 2015-09-10 14:21:49 +02:00
doc doc/org.texi: Add index for Archive mode 2015-10-27 10:14:10 +01:00
etc ox-html.el (org-html-use-unicode-chars): Delete. 2015-08-16 16:01:57 +02:00
lisp org-agenda: Write only currently visible items 2015-11-26 14:20:42 +01:00
mk mk/server.mk: Add etc/ORG-NEWS to the ELPA package 2015-08-16 15:34:32 +02:00
testing ox: Fix comments removal 2015-11-12 11:28:13 +01:00
.dir-locals.el
.dir-settings.el
.gitignore .gitignore: Ignore ChangeLog files 2014-06-02 22:35:22 +02:00
.gitmodules
COPYING
Makefile Merge branch 'maint' 2014-06-02 20:10:48 +02:00
README
README_contribute Remove references to ChangeLog 2015-08-14 22:34:41 +02:00
README_ELPA Update READMEs 2013-03-23 17:34:19 +01:00
README_git Add COPYING and fix other related issues. 2012-09-24 19:15:42 +02:00
README_maintainer Revert "org.el: Add version header" 2015-08-21 22:23:42 +02:00
request-assign-future.txt

The is a distribution of Org, a plain text notes and project planning
tool for Emacs.

The homepage of Org is at:
  http://orgmode.org

The installations instructions are at:
  http://orgmode.org/org.html#Installation

This distribution contains:

README
    This file.

COPYING
    The GNU General Public License.

Makefile
    The makefile to compile and install Org.  For installation
    instructions, see the manual or the more detailed procedure
    on Worg: http://orgmode.org/worg/dev/org-build-system.html

mk/
    Files needed for building Org.

lisp/
    Directory with all the Emacs Lisp files that make up Org.

doc/
    The documentation files.  org.texi is the source of the
    documentation, org.html and org.pdf are formatted versions of it.

contrib/
    A directory with third-party additions for Org.  Some really cool
    stuff is in there.

etc/
    Files needed for the ODT exporter.

testing/
    Testing suite for Org.

request-assign-future.txt
    The form that contributors have to sign and get processed with
    the FSF before contributed changes can be integrated into the Org
    core.  All files in this distribution except the contrib/ directory
    have copyright assigned to the FSF.