Giter Site home page Giter Site logo

org-mode's Introduction

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

The version of this release is: 7.9.1

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

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.

org-mode's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

org-mode's Issues

Add read-only option after encryption of entry

I added advice to org-encrypt-entry (org-decrypt-entry) in order to make entries read only after encryption ( remove read only before decryption). This works perfectly fine, but I was wondering if it would be interesting to the maintainers to add this feature to org-crypt.

Entries with several emails

I posted this issue on org-vcard. However, both the maintainer and myself thought that this code be a question here as well. So the question is: why org-contacts (and consequently gnus) cannot find entries with several emails labled as:

:EMAIL: email1
:EMAIL_WORK: email2

Thanks

org-mouse.el breaks footnote jumping (Reference to definition doesn't work)

I define a footnote via : C-c C-x f as described in the manual.
Then I have something like:

- [ ] Leo once said [fn:1]  (reference)
..
..
..
* Footnotes 
  [fn:1] To make the world a better place, one should use Emacs. (definition)

I have org-mouse enabled with all org-Mouse-Features

Now clicking on the definition [fn:1] To make .. jumps back to the reference.
But clicking on the reference doesn't jump me to the definition.

This works if org-mouse is disabled.

Jumping from reference to the definition still works via C-c C-c, but id'd be nice to have Mouse-1 support.

I'm using emacs 24.4.1 btw. If it makes a difference. Latest org-mode from elpa.

Problem with W10 org-protocol

Hello. I am working on emacs on W10 with the native build. When I setup org-protocol and send a uri it don't wort.

start "" "org-protocol://capture?template=L&url=https://en.wikipedia.org/wiki/Org-mode&title=Org-mode&body="

open the buffer ?template=L&url=https://en.wikipedia.org/wiki/Org-mode&title=Org-mode&body=

but if I run

start "" "org-protocol:/capture?template=L&url=https://en.wikipedia.org/wiki/Org-mode&title=Org-mode&body="

it opens the good template. But as far i can see it should open the template in both cases.

org-mouse, mouse-3 drag does not work

Hello,

I enabled the C-mouse-1 and Mouse-3 move tree feature.

With C-mouse-1 I can move trees around, business as usual.
with Mouse-3, things don't work. Instead emacs pastes stuff into my buffer.

I am running emacs 24.4.1

Support for drawers with org-mouse

Hello,

Currently, org-mouse doesn't have a way to expand drawers.

It would be nice to be able to click on a drawer for it to expand. Or have an option so that it would expand them.

`org-icalendar-combined-agenda-files` adds a scheduled time to not scheduled TODOs

Hi!

I've noticed that when using org-icalendar-combined-agenda-files to generate a .ics file, the current time (i.e., the time when generating the file) is used as scheduled time in the resulting .ics file. Is there any way to de-activate this and keep those TODOs without scheduled time? (I have checked the configuration variables here but I cannot find anything for this purpose)

Perhaps it is a problem with my configuration (see below)?

(setq org-icalendar-categories '(category)
      org-icalendar-use-deadline '(todo-due)
      org-icalendar-use-scheduled '(todo-start))

Thanks!

Allow org-add-note to capture note with same saving functionality as org-capture

Using org-capture inserts the captured note directly into the target file, which allows the user to save with C-x C-s what they've typed incrementally and then continue adding to the note. In contrast org-add-note captures the note in a temporary buffer which can only be saved by creating a temporary org file that has to later be manually deleted. I would like the option for org-add-note to either behave like org-capture or, if that is not possible, to have the option to associate a temporary org file to the note and have it be deleted on C-c C-c and C-c C-k.

org-notmuch links not working

org-notmuch.el uses the old style add-hook 'org-store-link-functions for the new links that it defines and this does not work any more. I have created a pull request #5 that replaces the old style commands with the new style org-link-set-parameters

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.