emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-noter
@ 2022-05-14 18:37 Uwe Brauer
  2022-05-15  7:10 ` org-noter Colin Baxter
  0 siblings, 1 reply; 10+ messages in thread
From: Uwe Brauer @ 2022-05-14 18:37 UTC (permalink / raw)
  To: emacs-orgmode

Hi

I am running GNU emacs master (2 month old) and have not been able to
use successfully org-noter.


When I open a pdf file with doc-view there seems no way to add a note to
the file. The documentation says one should simple press «i», but either
with

(org-noter-notes-mode 'toggle)
that binding is not defined
with  org-noter-doc-mode
it is but nothing happens, 
only garbage collecting.


Can anybody enlighten me please?

Uwe Brauer 

-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 



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

* Re: org-noter
  2022-05-14 18:37 org-noter Uwe Brauer
@ 2022-05-15  7:10 ` Colin Baxter
  2022-05-15 18:58   ` org-noter Uwe Brauer
  2022-05-17 13:07   ` org-noter Uwe Brauer
  0 siblings, 2 replies; 10+ messages in thread
From: Colin Baxter @ 2022-05-15  7:10 UTC (permalink / raw)
  To: emacs-orgmode

Hello Uwe
>>>>> Uwe Brauer <oub@mat.ucm.es> writes:

    > Hi I am running GNU emacs master (2 month old) and have not been
    > able to use successfully org-noter.


    > When I open a pdf file with doc-view there seems no way to add a
    > note to the file. The documentation says one should simple press
    > «️i», but either with

    > (org-noter-notes-mode 'toggle) that binding is not defined with
    > org-noter-doc-mode it is but nothing happens, only garbage
    > collecting.

Works for me using today's pull of or-mode and emacs-29.0.50.


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

* Re: org-noter
  2022-05-15  7:10 ` org-noter Colin Baxter
@ 2022-05-15 18:58   ` Uwe Brauer
  2022-05-16  8:29     ` org-noter Colin Baxter
  2022-05-16 12:02     ` org-noter Ihor Radchenko
  2022-05-17 13:07   ` org-noter Uwe Brauer
  1 sibling, 2 replies; 10+ messages in thread
From: Uwe Brauer @ 2022-05-15 18:58 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 924 bytes --]

>>> "CB" == Colin Baxter <m43cap@yandex.com> writes:

> Hello Uwe
>>>>>> Uwe Brauer <oub@mat.ucm.es> writes:

>> Hi I am running GNU emacs master (2 month old) and have not been
>> able to use successfully org-noter.


>> When I open a pdf file with doc-view there seems no way to add a
>> note to the file. The documentation says one should simple press
>> «️i», but either with

>> (org-noter-notes-mode 'toggle) that binding is not defined with
>> org-noter-doc-mode it is but nothing happens, only garbage
>> collecting.

> Works for me using today's pull of or-mode and emacs-29.0.50.

Ok, so it is my setting, sigh.

BTW does this mode set any sort of marker in the pdf?




-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5671 bytes --]

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

* Re: org-noter
  2022-05-15 18:58   ` org-noter Uwe Brauer
@ 2022-05-16  8:29     ` Colin Baxter
  2022-05-16 12:02     ` org-noter Ihor Radchenko
  1 sibling, 0 replies; 10+ messages in thread
From: Colin Baxter @ 2022-05-16  8:29 UTC (permalink / raw)
  To: emacs-orgmode

>>>>> Uwe Brauer <oub@mat.ucm.es> writes:

------- Snip --------------

    > BTW does this mode set any sort of marker in the pdf?

I have never seen any marker in the pdf file.


Best wishes,

Colin Baxter.


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

* Re: org-noter
  2022-05-15 18:58   ` org-noter Uwe Brauer
  2022-05-16  8:29     ` org-noter Colin Baxter
@ 2022-05-16 12:02     ` Ihor Radchenko
  2022-05-17 13:06       ` org-noter Uwe Brauer
  1 sibling, 1 reply; 10+ messages in thread
From: Ihor Radchenko @ 2022-05-16 12:02 UTC (permalink / raw)
  To: Uwe Brauer; +Cc: emacs-orgmode

Uwe Brauer <oub@mat.ucm.es> writes:

> Ok, so it is my setting, sigh.
>
> BTW does this mode set any sort of marker in the pdf?

FYI, org-pdftools package allows to set links to specific coordinates in
pdf files by creating annotations.

Best,
Ihor


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

* Re: org-noter
  2022-05-16 12:02     ` org-noter Ihor Radchenko
@ 2022-05-17 13:06       ` Uwe Brauer
  0 siblings, 0 replies; 10+ messages in thread
From: Uwe Brauer @ 2022-05-17 13:06 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

>>> "IR" == Ihor Radchenko <yantar92@gmail.com> writes:

> Uwe Brauer <oub@mat.ucm.es> writes:
>> Ok, so it is my setting, sigh.
>> 
>> BTW does this mode set any sort of marker in the pdf?

> FYI, org-pdftools package allows to set links to specific coordinates in
> pdf files by creating annotations.

Thanks, works nicely.



-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]

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

* Re: org-noter
  2022-05-15  7:10 ` org-noter Colin Baxter
  2022-05-15 18:58   ` org-noter Uwe Brauer
@ 2022-05-17 13:07   ` Uwe Brauer
  1 sibling, 0 replies; 10+ messages in thread
From: Uwe Brauer @ 2022-05-17 13:07 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 891 bytes --]

>>> "CB" == Colin Baxter <m43cap@yandex.com> writes:

> Hello Uwe
>>>>>> Uwe Brauer <oub@mat.ucm.es> writes:

>> Hi I am running GNU emacs master (2 month old) and have not been
>> able to use successfully org-noter.


>> When I open a pdf file with doc-view there seems no way to add a
>> note to the file. The documentation says one should simple press
>> «️i», but either with

>> (org-noter-notes-mode 'toggle) that binding is not defined with
>> org-noter-doc-mode it is but nothing happens, only garbage
>> collecting.

> Works for me using today's pull of or-mode and emacs-29.0.50.

Now it works for me as well, no idea what is going on there.

-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]

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

* org-noter
@ 2023-03-12  4:35 Peter Mao
  2023-03-12 11:37 ` org-noter Bruce D'Arcus
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Mao @ 2023-03-12  4:35 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Dmitry M, goncalossantos98

[-- Attachment #1: Type: text/plain, Size: 963 bytes --]

Dear Org maintainers:

I don't think org-noter is part of any official org distribution, having
been a MELPA-distributed package since inception (2017), but in the course
of discussing transfer of maintenance duties with Jonas Bernoulli (in his
MELPA-maintainer role), he suggested that we inform you of the impending
change to the maintenance of this package.

In short, Dmitry and I have stabilized new features brought into the code
since Gonçalos' last commit in 2019 and brought in CI and a few new
features ourselves.  We have tried to contact Gonçalos since early Dec
2022, but have not heard from him.

Here are links to the relevant "issue" tickets on MELPA and the original
org-noter repository where we have made our proposal to maintain the
project:
https://github.com/weirdNox/org-noter/issues/173
https://github.com/melpa/melpa/issues/8413

No action is needed on your part, but comments and suggestions are welcomed.

Peter

[-- Attachment #2: Type: text/html, Size: 1339 bytes --]

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

* Re: org-noter
  2023-03-12  4:35 org-noter Peter Mao
@ 2023-03-12 11:37 ` Bruce D'Arcus
  2023-03-12 19:00   ` org-noter Peter Mao
  0 siblings, 1 reply; 10+ messages in thread
From: Bruce D'Arcus @ 2023-03-12 11:37 UTC (permalink / raw)
  To: Peter Mao; +Cc: org-mode-email, Dmitry M, goncalossantos98

[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]

This is really cool, but doesn't there really need to be a single repo for
distribution, issue reporting, etc.?

Do you have a plan for which fork would become primary?


On Sat, Mar 11, 2023, 11:35 PM Peter Mao <peter.mao@gmail.com> wrote:

> Dear Org maintainers:
>
> I don't think org-noter is part of any official org distribution, having
> been a MELPA-distributed package since inception (2017), but in the course
> of discussing transfer of maintenance duties with Jonas Bernoulli (in his
> MELPA-maintainer role), he suggested that we inform you of the impending
> change to the maintenance of this package.
>
> In short, Dmitry and I have stabilized new features brought into the code
> since Gonçalos' last commit in 2019 and brought in CI and a few new
> features ourselves.  We have tried to contact Gonçalos since early Dec
> 2022, but have not heard from him.
>
> Here are links to the relevant "issue" tickets on MELPA and the original
> org-noter repository where we have made our proposal to maintain the
> project:
> https://github.com/weirdNox/org-noter/issues/173
> https://github.com/melpa/melpa/issues/8413
>
> No action is needed on your part, but comments and suggestions are
> welcomed.
>
> Peter
>
>
>

[-- Attachment #2: Type: text/html, Size: 2033 bytes --]

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

* Re: org-noter
  2023-03-12 11:37 ` org-noter Bruce D'Arcus
@ 2023-03-12 19:00   ` Peter Mao
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Mao @ 2023-03-12 19:00 UTC (permalink / raw)
  To: Bruce D'Arcus; +Cc: org-mode-email, Dmitry M, goncalossantos98

[-- Attachment #1: Type: text/plain, Size: 1527 bytes --]

Hi Bruce,

The "official" repo will be at https://github.com/org-noter/org-noter, but
I need to work out some snafus/teething issues.

Peter

On Sun, Mar 12, 2023 at 4:37 AM Bruce D'Arcus <bdarcus@gmail.com> wrote:

> This is really cool, but doesn't there really need to be a single repo for
> distribution, issue reporting, etc.?
>
> Do you have a plan for which fork would become primary?
>
>
> On Sat, Mar 11, 2023, 11:35 PM Peter Mao <peter.mao@gmail.com> wrote:
>
>> Dear Org maintainers:
>>
>> I don't think org-noter is part of any official org distribution, having
>> been a MELPA-distributed package since inception (2017), but in the course
>> of discussing transfer of maintenance duties with Jonas Bernoulli (in his
>> MELPA-maintainer role), he suggested that we inform you of the impending
>> change to the maintenance of this package.
>>
>> In short, Dmitry and I have stabilized new features brought into the code
>> since Gonçalos' last commit in 2019 and brought in CI and a few new
>> features ourselves.  We have tried to contact Gonçalos since early Dec
>> 2022, but have not heard from him.
>>
>> Here are links to the relevant "issue" tickets on MELPA and the original
>> org-noter repository where we have made our proposal to maintain the
>> project:
>> https://github.com/weirdNox/org-noter/issues/173
>> https://github.com/melpa/melpa/issues/8413
>>
>> No action is needed on your part, but comments and suggestions are
>> welcomed.
>>
>> Peter
>>
>>
>>

[-- Attachment #2: Type: text/html, Size: 2675 bytes --]

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

end of thread, other threads:[~2023-03-12 19:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12  4:35 org-noter Peter Mao
2023-03-12 11:37 ` org-noter Bruce D'Arcus
2023-03-12 19:00   ` org-noter Peter Mao
  -- strict thread matches above, loose matches on Subject: below --
2022-05-14 18:37 org-noter Uwe Brauer
2022-05-15  7:10 ` org-noter Colin Baxter
2022-05-15 18:58   ` org-noter Uwe Brauer
2022-05-16  8:29     ` org-noter Colin Baxter
2022-05-16 12:02     ` org-noter Ihor Radchenko
2022-05-17 13:06       ` org-noter Uwe Brauer
2022-05-17 13:07   ` org-noter Uwe Brauer

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