Nick Dokos wrote:
>Maybe - but in this particular case, you could just go to the end of the
>buffer with M-> (end-of-buffer), right?
Yeah. I could just do that. (Blushing with embarrassment. :-)
>And there might be a problem with your proposal: if I push a bunch of
>marks during the capture,
I use a capture template like this:
("t" "Todo" entry (file+headline "todo.org" "Tasks")
"* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t)
to create todo items. I want the cursor to be at the end of the
headline so I can type that in, but then I want to be able to quickly
jump to the end
Wow, I think I'm an org pariah. Did my email violate some org cultural norm? :-)
If so, I apologize.
Anyone have strong feelings about whether a change like this is advisable?
On Feb 27, 2012, at 12:32 PM, "Colin Fraizer" wrote:
> The variable org-latex-rege
The variable org-latex-regexps has an element
("$" "\\([^$]\\|^\\)\\(\\(\\$\\([^
\r\n,;.$][^$\n\r]*?\\(\n[^$\n\r]*?\\)\\{0,2\\}[^
\r\n,.$]\\)\\$\\)\\)\\([- .,?;:'\")\000]\\|$\\)" 2 nil)
The 6th nested subexpression (starts with "\\([-") prevents conversion of
some latex math-mode stuff.
I want to use particular LaTeX headers when I export a subtree. Is there a
way to do this? (EXPORT_TEXT is close, but I need stuff in the LaTeX
preamble, not in the document itself.)
--Colin
batim}\n\n"))
2769a2776,2777
>
> ;; arch-tag: 23c2b87d-da04-4c2d-ad2d-1eb6487bc3ad
#+end_example
-Original Message-
From: emacs-orgmode-bounces+orgmode=cfraizer@gnu.org
[mailto:emacs-orgmode-bounces+orgmode=cfraizer@gnu.org] On Behalf Of
Nicolas Goaziou
Sent: Sunday, Octo
I have a file like this:
* Item 1
- list1a
- list1b
* Item 2
- list2a
*** TODO Test
*** END
- list2b
* Item 3
(1)If I export the whole file to LaTeX, everything works fine.
(2)If I export the subtree "* Item 2" to HTML, everything works fine.
I have a document that looks like the following.
If I export the whole file, I get the whole file. (I'm exporting to LaTeX
using C-c C-e d.)
If I move to the line "** Level 2 A" and export that subtree using C-c C-e 1
d, the inline tasks are omitted.
Is this a bug or have I just misconf
, 2011 12:17 PM
To: emacs-orgmode@gnu.org
Subject: Re: [O] Continuation of main section text after subsections
On ma 18-apr-2011 11:34
"Colin Fraizer" wrote:
> Was there ever a conclusion from this discussion?
>
My personal conclusion was, given proper outlining and no or very
Was there ever a conclusion from this discussion?
I think I want something very similar to what Mr. van der Boom requested. I
have outlines that contain varying amounts of text (paragraphs) and then, to
avoid forgetting some task, I add a TODO item somewhere in the middle. That
TODO item absorb
part of "Subheadline 1.2".
* Headline 2
Additional text.
--END--
Thanks,
--Colin Fraizer
directory
regardless.
[Sorry I didn't have time to debug the elisp myself. I may look later if no
one jumps in before me. I don't want to be a leech. 8-]
-Original Message-
From: Noorul Islam K M [mailto:noo...@noorul.com]
Sent: Friday, July 23, 2010 6:58 AM
To: Colin Fraizer
I love the new Capture feature. Much better than the old Remember (though I
liked that too!).
However, would it be possible to have a "C-u C-c C-w" that completes the
capture and switches to the target buffer?
___
Emacs-orgmode mailing list
Ple
1. Exactly what I did
I created an entry in an org file.
I added an attachment to that entry.
I used refile (C-c C-w) to move the entry to another org file.
I visited that file and attempted to open the attachment (C-c C-a o).
2. What I expected:
Because there was only one attachm
Love the new capture! Thank you, Carsten and other contributors for
continuing to making my working life better.
Best regards,
--Colin Fraizer
Indianapolis, IN, USA(, Earth)
-Original Message-
From: emacs-orgmode-bounces+orgmode=cfraizer@gnu.org
[mailto:emacs-orgmode-bounces+orgmode
I use org-mode on Windows 7. It seems that the regexp for image files
excludes the ":" (colon) character. Could it be added to this:
"[-+./_0-9a-zA-Z]+"
to make this
"[-+./:_0-9a-zA-Z]+"
?
-Original Message-
From: emacs-orgmode-bounces+orgmode=cfraizer@gnu.org
[mailto:emacs-orgmode-bou
16 matches
Mail list logo