emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* (unknown)
@ 2007-04-04 19:09 Jost Burkardt
  2007-04-05  0:26 ` Jason F. McBrayer
  0 siblings, 1 reply; 9+ messages in thread
From: Jost Burkardt @ 2007-04-04 19:09 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I really love the integration of remember with org, especially the way
how to insert the notes by moving within the headings-tree. 

Is it possible to use this feature also for moving portions of text
via regular copy/paste an org-buffer, and have org automatically adapt
the header levels? I didn't find anything in the manual.

One possible workaround for me is to use remember-clipboard, which has
the drawback, that the clipboard's content is indented, so I always
have to remove the indentation by hand.

What do you think?
Jost

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

* Re:
  2007-04-04 19:09 (unknown) Jost Burkardt
@ 2007-04-05  0:26 ` Jason F. McBrayer
  2007-04-05 14:01   ` C-c C-j (was: ) Leo
  0 siblings, 1 reply; 9+ messages in thread
From: Jason F. McBrayer @ 2007-04-05  0:26 UTC (permalink / raw)
  To: Jost Burkardt; +Cc: emacs-orgmode

Jost Burkardt <jost.burkardt@web.de> writes:

> I really love the integration of remember with org, especially the way
> how to insert the notes by moving within the headings-tree. 
>
> Is it possible to use this feature also for moving portions of text
> via regular copy/paste an org-buffer, and have org automatically adapt
> the header levels? I didn't find anything in the manual.

C-c C-x C-w will cut a subtree, which you can paste with C-c C-x C-y,
and it will automatically adapt the header levels.  You can navigate
to where you want to insert it with C-c C-j, which works a lot like
selecting your place with org-remember.

-- 
+-----------------------------------------------------------+
| Jason F. McBrayer                    jmcbray@carcosa.net  |
| If someone conquers a thousand times a thousand others in |
| battle, and someone else conquers himself, the latter one |
| is the greatest of all conquerors.  --- The Dhammapada    |

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

* C-c C-j (was: )
  2007-04-05  0:26 ` Jason F. McBrayer
@ 2007-04-05 14:01   ` Leo
  2007-04-05 14:08     ` C-c C-j Leo
  0 siblings, 1 reply; 9+ messages in thread
From: Leo @ 2007-04-05 14:01 UTC (permalink / raw)
  To: emacs-orgmode

On 2007-04-05, Jason F. McBrayer said:

>> I really love the integration of remember with org, especially the way
>> how to insert the notes by moving within the headings-tree. 
>>
>> Is it possible to use this feature also for moving portions of text
>> via regular copy/paste an org-buffer, and have org automatically adapt
>> the header levels? I didn't find anything in the manual.
>
> C-c C-x C-w will cut a subtree, which you can paste with C-c C-x C-y,
> and it will automatically adapt the header levels.  You can navigate
> to where you want to insert it with C-c C-j, which works a lot like
> selecting your place with org-remember.

I also found C-c C-j convenient. However, it is quite weak when
navigating through a big file with various levels of subtrees. I
wonder would it be useful to add the support of navigating subtrees on
the same level?

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

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

* Re: C-c C-j
  2007-04-05 14:01   ` C-c C-j (was: ) Leo
@ 2007-04-05 14:08     ` Leo
  2007-04-05 16:46       ` Carsten Dominik
  0 siblings, 1 reply; 9+ messages in thread
From: Leo @ 2007-04-05 14:08 UTC (permalink / raw)
  To: emacs-orgmode

On 2007-04-05, Leo said:

> I also found C-c C-j convenient. However, it is quite weak when
> navigating through a big file with various levels of subtrees. I
> wonder would it be useful to add the support of navigating subtrees on
> the same level?

I know C-c C-b and C-c C-f navigate on the same level. I was thinking
of making M-<up/down> navigate on the same level after hitting C-c
C-j.

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

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

* Re: Re: C-c C-j
  2007-04-05 14:08     ` C-c C-j Leo
@ 2007-04-05 16:46       ` Carsten Dominik
  2007-04-05 18:25         ` Leo
  0 siblings, 1 reply; 9+ messages in thread
From: Carsten Dominik @ 2007-04-05 16:46 UTC (permalink / raw)
  To: Leo; +Cc: emacs-orgmode


On Apr 5, 2007, at 16:08, Leo wrote:

> On 2007-04-05, Leo said:
>
>> I also found C-c C-j convenient. However, it is quite weak when
>> navigating through a big file with various levels of subtrees. I
>> wonder would it be useful to add the support of navigating subtrees on
>> the same level?
>
> I know C-c C-b and C-c C-f navigate on the same level. I was thinking
> of making M-<up/down> navigate on the same level after hitting C-c
> C-j.

The keymap for org-goto has many more entries - seems like I never
documented this properly.  Here is the complete list.  Maybe
the n - p - f - p - u keys are what you are looking for?

TAB        org-cycle
down       outline-next-visible-heading
up         outline-previous-visible-heading
n          outline-next-visible-heading
p          outline-previous-visible-heading
f          outline-forward-same-level
b          outline-backward-same-level
u          outline-up-heading
C-c C-n    outline-next-visible-heading
C-c C-p    outline-previous-visible-heading
C-c C-f    outline-forward-same-level
C-c C-b    outline-backward-same-level
C-c C-u    outline-up-heading

RET        org-goto-ret
left       org-goto-left
right      org-goto-right
q          org-goto-quit
C-g        org-goto-quit

0-9        digit-argument

- Carsten

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

* Re: C-c C-j
  2007-04-05 16:46       ` Carsten Dominik
@ 2007-04-05 18:25         ` Leo
  0 siblings, 0 replies; 9+ messages in thread
From: Leo @ 2007-04-05 18:25 UTC (permalink / raw)
  To: emacs-orgmode

On 2007-04-05, Carsten Dominik said:

> The keymap for org-goto has many more entries - seems like I never
> documented this properly.  Here is the complete list.  Maybe
> the n - p - f - p - u keys are what you are looking for?
[...]

Indeed, this is exactly what I was looking for. Awesome!

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

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

* (unknown)
@ 2020-03-15 22:42 Arne Babenhauserheide
  0 siblings, 0 replies; 9+ messages in thread
From: Arne Babenhauserheide @ 2020-03-15 22:42 UTC (permalink / raw)
  To: Colin Baxter; +Cc: emacs-orgmode

Subject: [PATCH] ox-html: escape & in license magnets
In-Reply-To: <87d09dz92a.fsf@yandex.com>
Date: Sun, 15 Mar 2020 23:36:37 +0100
References: <87eett7bql.fsf@yandex.com> <871rpt9zc4.fsf@kyleam.com> <87d09dz92a.fsf@yandex.com>
References: <87d09dz92a.fsf@yandex.com>
User-agent: mu4e 1.2.0; emacs 26.3
* lisp/ox-html (org-html-scripts): & escaped as &amp;
* lisp/ox-html (org-html-infojs-template): & escaped as &amp;

This fixes xhtml validation while still being recognized by LibreJS as
valid license.
---
 lisp/ox-html.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 9a1dd44b5..5c2b766e9 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -232,7 +232,7 @@ property on the headline itself.")

 (defconst org-html-scripts
   "<script type=\"text/javascript\">
-// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
+// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later
 <!--/*--><![CDATA[/*><!--*/
      function CodeHighlightOn(elem, id)
      {
@@ -510,12 +510,12 @@ means to use the maximum value consistent with other options."

 (defcustom org-html-infojs-template
   "<script type=\"text/javascript\" src=\"%SCRIPT_PATH\">
-// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
+// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later
 // @license-end
 </script>

 <script type=\"text/javascript\">
-// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
+// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later
 <!--/*--><![CDATA[/*><!--*/
 %MANAGER_OPTIONS
 org_html_manager.setup();  // activate after the parameters are set
--
2.25.1

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

* Re: (unknown)
@ 2021-05-07 12:51 Eric Skoglund
  2021-05-07 14:40 ` (unknown) Bastien
  0 siblings, 1 reply; 9+ messages in thread
From: Eric Skoglund @ 2021-05-07 12:51 UTC (permalink / raw)
  To: Krupal; +Cc: bzg, emacs-orgmode

Krupal <krupalinbox@gmail.com> writes:

I'd be happy to help as well.

In particular I have some experience of making responsive (and
accessible) websites from when it used to be part of my job.

// Eric



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

* Re: (unknown)
  2021-05-07 12:51 (unknown) Eric Skoglund
@ 2021-05-07 14:40 ` Bastien
  0 siblings, 0 replies; 9+ messages in thread
From: Bastien @ 2021-05-07 14:40 UTC (permalink / raw)
  To: Eric Skoglund; +Cc: Krupal, emacs-orgmode

Hi Eric,

Eric Skoglund <eric@pagefault.se> writes:

> I'd be happy to help as well.

Thanks!

> In particular I have some experience of making responsive (and
> accessible) websites from when it used to be part of my job.

That is indeed something we badly need.

Please send me an email offlist with the username you want for
code.orgmode.org and I'll give you commit access to Worg.

Best,

-- 
 Bastien


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

end of thread, other threads:[~2021-05-07 14:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-04 19:09 (unknown) Jost Burkardt
2007-04-05  0:26 ` Jason F. McBrayer
2007-04-05 14:01   ` C-c C-j (was: ) Leo
2007-04-05 14:08     ` C-c C-j Leo
2007-04-05 16:46       ` Carsten Dominik
2007-04-05 18:25         ` Leo
  -- strict thread matches above, loose matches on Subject: below --
2020-03-15 22:42 (unknown) Arne Babenhauserheide
2021-05-07 12:51 (unknown) Eric Skoglund
2021-05-07 14:40 ` (unknown) Bastien

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