Commit Graph

3622 Commits

Author SHA1 Message Date
Carsten Dominik 02d4dbf54e Revert change in org-gnus.el that caused font-lock problems 2009-09-05 07:54:46 +02:00
Carsten Dominik c5a26208a8 More user options to clean up entry text that will be shown in the agenda.
> > New mode to show some entry body text in the agenda
> > ----------------------------------------------------
> > There is now a new agenda sub-mode called
> > `org-agenda-entry-text-mode'.  It is toggled with the `E' key.
> > When active, all entries in the agenda will be accompanied by a
> > few lines from the outline entry.  The amount of text can be
> > customized with the variable `org-agenda-entry-text-maxlines'.
>
>
> this already avoids displaying drawer lines.
> I also see lines like:
>
>     - State "DONE"       from "WARTEN"     [2009-08-04 Di 16:19]
>     - State "DONE"       from "WARTEN"     [2009-07-02 Do 09:43]
> ...
>
> and in my remeber templates I always create lines like:
>
>      created: [2009-08-03 Mo 11:46]
>
> with the creation date of the entry.
> Would it be possible and make sense to set up a variable for a
> regexp to exclude lines like the ones above from showing?

This commit sets up such a variable, and also a hook.
2009-09-05 07:53:46 +02:00
Dan Davison 14be1aed89 o-b-worg.org: general proofreading / editing 2009-09-04 23:24:58 -04:00
Dan Davison afcebc3edd o-b-worg.org: no more quoted negative numbers 2009-09-04 23:10:40 -04:00
Dan Davison dc66d84ac4 Alter org-babel-number-p so that it recognises negative numbers 2009-09-04 23:06:05 -04:00
Dan Davison b085fafc8b o-b.org: added notes to "share org-babel" tasks 2009-09-04 23:02:32 -04:00
Dan Davison 0c8c3a5f59 o-b-worg.org: Move source-block syntax section into main body of document, etc 2009-09-04 22:57:25 -04:00
Dan Davison a94ae463e7 o-b-worg.org: Changes to header lines 2009-09-04 22:56:19 -04:00
Dan Davison 04ecc9ee2f o-b-worg.org: minor change 2009-09-04 20:37:44 -04:00
Dan Davison 14a53d6fde o-b-worg: minor changes 2009-09-04 20:19:42 -04:00
Dan Davison f5abc5155a o-b-worg.org: changes to function arguments section 2009-09-04 20:19:24 -04:00
Dan Davison b239624e83 o-b-worg.org: Moved details on langauges into reference section 2009-09-04 20:18:01 -04:00
Dan Davison 03cc4f71e6 Changes to results value/output section in o-b-worg.org 2009-09-04 19:52:54 -04:00
Dan Davison 03dda6644a Changes to source block section in o-b-worg.org 2009-09-04 19:31:08 -04:00
Dan Davison b10b07c475 Changes to source code (execution) section of o-b-worg.org 2009-09-04 18:16:27 -04:00
Dan Davison bbdafa64b8 Minor changes to introduction to o-b-worg.org 2009-09-04 17:40:54 -04:00
Dan Davison 0f781016e4 Merge branch 'R-output-eval-bug' 2009-09-04 15:10:42 -04:00
Dan Davison fd810833a7 Typo in o-b-worg.org 2009-09-04 15:08:41 -04:00
Eric Schulte e1ab32e987 removing rogue debug statement in ob-exp.el 2009-09-04 12:18:41 -06:00
Carsten Dominik 206660bc8c Store link: Don't error before the first heading in a file
Matt Lundin writes:

> When I call org-remember or org-store-link above the first headline in
> an org buffer, I receive the following error message:
>
>    Before first headline at position 1 in buffer index.org
>
> It seems that either org-remember or org-store-link (or both) calls
> org-back-to-heading in order to grab the relevant heading for
> annotation. As a result, if I try to store a link above the first
> heading, emacs spits out the error message above because there is no
> heading to return to.
>
> Is this the intended behavior? Sometimes I prefer to create a link to
> the file as a whole rather than to a particular headline. E.g., I might
> want to create a todo to organize notes.org, which is not an agenda
> file. In this instance, it does not matter whether org-remember creates
> a link to a particular headline. In fact, I would prefer a link to the
> file as a whole and thus expect to be able to store a link while on the
> first empty line of the file or on #+TITLE.
2009-09-04 13:11:18 +02:00
Carsten Dominik c125359a9b Stop iswitchb tag completion from including virtual files
Tassilo Horn writes:

> When I want to set a tag using `C-c C-q TAB' I get a iswitchb completion
> prompt, cause org-completion-use-iswitchb is t.  I also use iswitchb's
> virtual files feature (iswitchb-use-virtual-buffers set to t), which
> includes files that aren't opened in a buffer, but are in the recentf
> list.  This is a cool thing when switching buffers (I barely use C-x C-f
> anymore and switch to the virtual buffer instead), but totally useless
> and annoying for tab completion in org.
>
> So when completing anything (files/tags/...) in org with iswitchb,
> switchb-use-virtual-buffers should be let-bound to nil before.
2009-09-04 12:30:06 +02:00
Carsten Dominik 0c646a1b57 Fix bug with showing empty lines before header
PT writes:

> I tried this new setting with 6.30 and it works well, thanks for
> this.
>
> The only strange case is when a header line doesn't have any
> content, only empty lines.
>
> So if there are 2 empty lines between headers
>
> * header1
>
>
> * header2
>
>
> Then the first empty line after header1 is folded regardless of
> the -1 setting.  If I understand the feature correctly no folding
> should occur in this case either.
2009-09-04 10:59:36 +02:00
Carsten Dominik 291a6db848 Release number back to 6.30trans 2009-09-04 10:39:01 +02:00
Carsten Dominik 9d5cc8e422 Agenda: Support for including a link in the category string
The category can contain a bracket link.  This commit makes sure that
the prefix in the agenda looks OK if there is a link, and that the
link is accessible with `C-c C-o 0'.
2009-09-04 08:24:38 +02:00
Carsten Dominik 26b82f8276 Minor documentation fixes 2009-09-04 00:17:01 +02:00
Dan Davison 39ff14ab40 Notes on C-x s bug with new org-src-mode patch 2009-09-03 11:48:47 -04:00
Dan Davison 82102085fc Notes on C-x s bug with new org-src-mode patch 2009-09-03 11:48:13 -04:00
Dan Davison ed688ed938 Rearrange R evaluation code so that .Last.value evaluated in :results value case only
One example of a problem that crops up without this is a block like

f <- function(x) x

without this change, in :results output mode, we make an attempt to
coerce .Last.value (a function) to a data frame, which throws an
error.
2009-09-03 11:47:32 -04:00
Carsten Dominik 12ab55ca43 Release 6.30d 2009-09-03 13:53:46 +02:00
Carsten Dominik c7c2ec4bc7 Fix Emacs 22 bug in `org-agenda-quit' 2009-09-03 13:53:03 +02:00
Carsten Dominik 79839719bf Clean up external dependencies of org-gnus.el
Thanks to Tassilo Horn
2009-09-03 09:11:07 +02:00
Carsten Dominik 146faeeb96 Export: Remove footnote references from TOC lines 2009-09-03 08:14:45 +02:00
Carsten Dominik c855e4cbcc Restore the window configuration after editing table formulas
Karl Stump writes:

> Table Editing Cycle With Multiple Windows On One Buffer Does Not
> Return to Start State
>
> When I have two windows open on two buffers, one to a table in a
> file that I'm editing, the other to some other file of interest,
> the editing cycle of C-` ... C-c C-c works great, meaning that
> when the cycle is finished, the windows are restored to the start
> state.
>
> But when I have two windows open on the same buffer, one window
> on the table, and the other window somewhere else, the editing
> cycle does not restore to the beginning state.
2009-09-03 08:10:36 +02:00
Carsten Dominik d48465bf1c Export: Allow macro definitions to contain other macros
Patch by Daniel Clemente
2009-09-03 08:10:36 +02:00
Carsten Dominik 0f9ad773c0 Fix bug with invisible agenda items
Peter Westlake writes:

> This is quite obscure, and an odd corner case, but here it is.
>
> If you have an item which is:
>
> - a TODO
> - scheduled
> - ordered
> - blocked by a child TODO
>
> then it leaves an empty line in the agenda.
>
> Here's a test case:
> ,----
> | * Press t r on this line in the agenda
> |   SCHEDULED: <2009-09-02 Wed>
> |   :PROPERTIES:
> |   :ORDERED:  t
> |   :END:
> | *** TODO Report invisible scheduled items
> `----
>
> C-a a a will show an agenda with "Scheduled: Press t r ...".
> Press "t" on that line to add a TODO.
> Press "r" to redisplay, and see the line go blank.
>
> Peter.
2009-09-03 08:10:36 +02:00
Carsten Dominik 19572f393a Remove autoloads from org-protocol again 2009-09-03 08:10:36 +02:00
Carsten Dominik adfa87282d Push version number to 6.30trans 2009-09-03 08:10:36 +02:00
Dan Davison 37e152f61d Change message on tangling: "0 blocks" instead of "0 block" 2009-09-02 15:20:20 -04:00
Dan Davison a79a7f9e6a More notes on org-src-mode patch and ESS 2009-09-02 14:08:49 -04:00
Dan Davison b787abb32b New TODO concerning org-src-mode changes and ESS
This problem may require asking ESS to accept a patch.
2009-09-02 13:58:53 -04:00
Carsten Dominik 63e1714288 Release 6.30c 2009-09-02 14:40:56 +02:00
Carsten Dominik e34f7fc202 Add autoloads in org-protocol.el 2009-09-02 14:40:25 +02:00
Carsten Dominik 1152565013 Avoid using time-to-seconds 2009-09-02 14:37:47 +02:00
Carsten Dominik fc332703bf Release 6.30b 2009-09-02 11:33:10 +02:00
Carsten Dominik c54a49b7cc Keep compiler happy and fix some ChangeLog issues
This is in preparation for the next sync with Emacs.
2009-09-02 11:29:59 +02:00
Carsten Dominik fa2a21c313 Fix bug with line protection while including source code files
There was an issue that lines starting with a space followed by #
would be protected when importing the file, but not unprotected when
formatting the example.  The reason for this issue is that we recently
changed to protect indented #+ lines.
2009-09-02 10:42:46 +02:00
Carsten Dominik 2daabacc29 Require cl in org-html.el 2009-09-02 10:39:55 +02:00
Carsten Dominik dcd1255762 Avoid using the variable `default-major-mode'. 2009-09-02 09:30:22 +02:00
Carsten Dominik 1d04b205e6 Release 6.30a 2009-09-02 09:00:23 +02:00
Carsten Dominik 24e7c62b84 Some small fixes 2009-09-02 08:53:06 +02:00