emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Niels Giesen <niels.giesen@gmail.com>
To: emacs-orgmode@gnu.org
Subject: scope of properties in a narrowed buffer, links in certain environments etc.
Date: Tue, 16 Oct 2007 14:56:24 +0200	[thread overview]
Message-ID: <4714B4F8.7050506@gmail.com> (raw)
In-Reply-To: <4714a56f.1901360a.7cc7.ffffddb6SMTPIN_ADDED@mx.google.com>

Hi Carsten and list,

due to all the traffic on the list (Good Thing) and too much traffic on 
the railroad to work this morning (Bad Thing), I went reading up on the 
org-mode mailing list and installed the latest version today (was coming 
from 4.56), and trying to use column view and properties. Which are 
great. In my enthousiasm however, I discovered some bugs, especially 
after an `org-narrow-to-subtree'-call.

Column view on a narrowed subtree does take into account the file-wide 
#+COLUMNS directive,  but *not* the :COLUMNS: property of a parent tree 
outside of the narrowing.
Actually, this issue seems to be larger: `org-set-property' does scan 
the whole file for properties, but prop_ALL from a parent tree outside 
of the narrowing does not have any effect on the values shown.

In column view links are not propertised as links, so the full text 
shows. Also, C-c C-o does not work here to follow a link in a line (or 
rather: column).

Whilst on the subject of links, in the agenda buffer, for some reason 
C-c C-o has trouble when a link is not on the end of a line. The 
following in org-agenda-open-link patch fixes this:
(however, it will still just follow the /first/ link on the line)

diff -w "c:/tmp/org-5.12c/org.el" "c:/tmp/org-5.12c/org2.el"
20251a20252
 >       (beginning-of-line)
20255c20256,20258
<       (call-interactively 'org-open-at-point)
---
 >       (progn
 >         (beginning-of-line)
 >         (call-interactively 'org-open-at-point))

Diff finished.  Tue Oct 16 14:08:55 2007

Using Org-mode version 5.12c on "GNU Emacs 23.0.0.1 
(i386-mingw-nt5.1.2600) of 2007-01-01 on DTOP"

Greetings to you all!

Niels Giesen

       reply	other threads:[~2007-10-16 12:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4714a56f.1901360a.7cc7.ffffddb6SMTPIN_ADDED@mx.google.com>
2007-10-16 12:56 ` Niels Giesen [this message]
2007-10-17  9:12   ` scope of properties in a narrowed buffer, links in certain environments etc Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4714B4F8.7050506@gmail.com \
    --to=niels.giesen@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).