emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* A few problems
@ 2007-04-26 13:07 Bastien
  2007-04-26 14:01 ` Carsten Dominik
  2007-04-26 14:11 ` Leo
  0 siblings, 2 replies; 6+ messages in thread
From: Bastien @ 2007-04-26 13:07 UTC (permalink / raw)
  To: emacs-orgmode

Hi Carsten and list,

these issues concern the latest org-mode 4.73 and CVS Emacs.

- In the HTML output, the targetted headlines of the table of contents
  typically look like this : 

  <h2><a name="#sec-3">Title of the targetted section</a></h2>
 
  As a side-effect, the (css) style of such a headline is the same than
  that of a *normal* link, which might be confusing.

  I suggest to use the "id" element instead :
  <h2 id="sec-3">Title of the section</h2>

- The relevant #+ARCHIVE: is not taken into account when archiving headines
  in a narrowed buffer.

- Emacs complains when we C-c C-c on a blank log buffer when clocking out.
  Additionally, an empty log yields an empty line starting with a dash "-",
  which is not quite appropriate.

All the best,

-- 
Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A few problems
  2007-04-26 13:07 A few problems Bastien
@ 2007-04-26 14:01 ` Carsten Dominik
  2007-04-26 14:11 ` Leo
  1 sibling, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-04-26 14:01 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

All three fixed, thanks.

- Carsten

On Apr 26, 2007, at 15:07, Bastien wrote:

> Hi Carsten and list,
>
> these issues concern the latest org-mode 4.73 and CVS Emacs.
>
> - In the HTML output, the targetted headlines of the table of contents
>   typically look like this :
>
>   <h2><a name="#sec-3">Title of the targetted section</a></h2>
>
>   As a side-effect, the (css) style of such a headline is the same than
>   that of a *normal* link, which might be confusing.
>
>   I suggest to use the "id" element instead :
>   <h2 id="sec-3">Title of the section</h2>
>
> - The relevant #+ARCHIVE: is not taken into account when archiving 
> headines
>   in a narrowed buffer.
>
> - Emacs complains when we C-c C-c on a blank log buffer when clocking 
> out.
>   Additionally, an empty log yields an empty line starting with a dash 
> "-",
>   which is not quite appropriate.
>
> All the best,
>
> -- 
> Bastien
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A few problems
  2007-04-26 13:07 A few problems Bastien
  2007-04-26 14:01 ` Carsten Dominik
@ 2007-04-26 14:11 ` Leo
  2007-05-01 11:54   ` Carsten Dominik
  1 sibling, 1 reply; 6+ messages in thread
From: Leo @ 2007-04-26 14:11 UTC (permalink / raw)
  To: emacs-orgmode

----- Bastien (2007-04-26) wrote:-----

> - The relevant #+ARCHIVE: is not taken into account when archiving
> headines in a narrowed buffer.

There is another bug regarding narrowing.

When the buffer is narrowed to a heading and then using remember (`C-u
C-c C-c') to store a note to another heading will fail.

Regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: A few problems
  2007-04-26 14:11 ` Leo
@ 2007-05-01 11:54   ` Carsten Dominik
  2007-05-06 17:44     ` Leo
  0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2007-05-01 11:54 UTC (permalink / raw)
  To: Leo; +Cc: emacs-orgmode


On Apr 26, 2007, at 16:11, Leo wrote:

> ----- Bastien (2007-04-26) wrote:-----
>
>> - The relevant #+ARCHIVE: is not taken into account when archiving
>> headines in a narrowed buffer.
>
> There is another bug regarding narrowing.
>
> When the buffer is narrowed to a heading and then using remember (`C-u
> C-c C-c') to store a note to another heading will fail.

To another note in the same file?  Your description is not
quite clear to me.  Which buffer is narrowed, where does
the note point and where do you want to store it?

- Carsten

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: A few problems
  2007-05-01 11:54   ` Carsten Dominik
@ 2007-05-06 17:44     ` Leo
  2007-05-08  6:40       ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Leo @ 2007-05-06 17:44 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

----- Carsten Dominik (2007-05-01) wrote:-----

> On Apr 26, 2007, at 16:11, Leo wrote:
>
>> ----- Bastien (2007-04-26) wrote:-----
>>
>>> - The relevant #+ARCHIVE: is not taken into account when archiving
>>> headines in a narrowed buffer.
>>
>> There is another bug regarding narrowing.
>>
>> When the buffer is narrowed to a heading and then using remember (`C-u
>> C-c C-c') to store a note to another heading will fail.
>
> To another note in the same file?  Your description is not
> quite clear to me.  Which buffer is narrowed, where does
> the note point and where do you want to store it?
>
> - Carsten

For example, if file "sample.org" looks like this

,----
| * A
| * B
`----

and with setting:

,----
| (setq org-remember-templates
|       '((?a "* %?\n  %i\n  %a" nil "A")
|         (?b "* %?\n  %i\n  %a" nil "B")))
| (setq org-default-notes-file "~/sample.org")
`----

Now, narrow to `A' subtree and `M-x remember' in any other buffer and
type `b' followed by `C-u C-c C-c', the content of *Remember* is stored
to a subtree named "* Notes" i.e. it doesn't get stored under subtree "*
B".

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: A few problems
  2007-05-06 17:44     ` Leo
@ 2007-05-08  6:40       ` Carsten Dominik
  0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-05-08  6:40 UTC (permalink / raw)
  To: Leo; +Cc: emacs-orgmode

Hi Leo,

I believe I have fixed this now - please double-check after the release.

- Carsten

On May 6, 2007, at 19:44, Leo wrote:

> ,----
> | * A
> | * B
> `----
>
> and with setting:
>
> ,----
> | (setq org-remember-templates
> |       '((?a "* %?\n  %i\n  %a" nil "A")
> |         (?b "* %?\n  %i\n  %a" nil "B")))
> | (setq org-default-notes-file "~/sample.org")
> `----
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-05-08  7:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-26 13:07 A few problems Bastien
2007-04-26 14:01 ` Carsten Dominik
2007-04-26 14:11 ` Leo
2007-05-01 11:54   ` Carsten Dominik
2007-05-06 17:44     ` Leo
2007-05-08  6:40       ` Carsten Dominik

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).