Marcin Borkowski writes:
> Hi list,
>
> sorry for an off-topic question, but I'm sure someone here will be
> able to help me with this: I'm thinking about using Emacs as my email
> client, and I'm considering using Gnus for that. The Gnus manual is a
> bit intimidating; is there any newbie-frien
Hi, list.
I recently started using flyspell, but I wasn't pleased with the spell
checking in my source code blocks. After digging a bit for a
solution, I found a post to the list with a nice solution[0].
However, it seems no patch was ever submitted. So, here goes.
If there's a deeper reason t
* lisp/org.el (org-mode-flyspell-verify): Check if
`org-element-at-point' is of type `src-block', and don't flyspell if
that's the case.
TINYCHANGE
---
lisp/org.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 94078f9..81428f5 100644
---
Ack, what? Please disregard, I slipped a double negative in somehow.
On Sat, May 25, 2013 at 3:17 AM, Trevor Murphy wrote:
> * lisp/org.el (org-mode-flyspell-verify): Check if
> `org-element-at-point' is of type `src-block', and don't flyspell if
> that's the case.
>
> TINYCHANGE
> ---
> l
Very sorry about the email spam. This fixes the blindingly obvious
double negative in my previous submission.
Thanks,
Trevor
* lisp/org.el (org-mode-flyspell-verify): Check if
`org-element-at-point' is of type `src-block', and don't flyspell if
that's the case.
TINYCHANGE
---
lisp/org.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 94078f9..ce48bb0 100644
---
Glyn Millington writes:
> For me Gnus is the gold standard among mail/news clients. It can be hard
> work to set it up but it is worth it. Alas, some good resources have
> actually vanished from the web over the years.
Can Gnus be directly used with local mail in maildir format? If so, one
cou
Hi Robert,
Robert Klein wrote:
> Hi,
>
> FWIW, from a users view it would be nice if:
>
> - Use Author/Email information from org file
> - If not present use information from LCO file
> - if neither org file nor LCO file has any information use
> user-full-name and user-email-address
>
> Cou
Hi,
In my current environment, org-meta-return seems to make the last line
of a buffer invisible if the buffer is narrowed. At first I thought
the lines are gone but that was false. All text are there but you
can't see it.
First, here is my environment:
- Org-mode version 8.0.3 (release_8.0.3
Hello,
Viktor Rosenfeld writes:
> Hi Robert,
>
> Robert Klein wrote:
>
>> Hi,
>>
>> FWIW, from a users view it would be nice if:
>>
>> - Use Author/Email information from org file
>> - If not present use information from LCO file
>> - if neither org file nor LCO file has any information use
>>
Alan Schmitt writes:
> Glyn Millington writes:
>
>> For me Gnus is the gold standard among mail/news clients. It can be hard
>> work to set it up but it is worth it. Alas, some good resources have
>> actually vanished from the web over the years.
>
> Can Gnus be directly used with local mail i
Hello,
I'm trying to post-process a LaTeX code block, so that the evaluated results
gets framed on export.
While almost working, my trials fail, because the results of the code block
gets wrapped in a table:
| \begin{mdframed} || |
| \begin{itemize} || |
|
Hi,
I learned from ox-html.el that the "#+BEGIN_HTML #+END_HTML" block can be
associated with a function by the ":export-block" argument in
"org-export-define-backend". But it seems doesn't apply to the "#+HTML:"
block.
Could someone tell me how to define a one-line export-block for specific
Hello,
"Sebastien Vauban"
writes:
> Indeed. I have as well `org-src-preserve-indentation' set to `t', for the same
> reason as pointed out: if I don't use it that way, then my code blocks which
> have different relative depths are exported (in HTML) on the same level, as if
> there was no inde
On Fri, May 24, 2013 at 02:38:42PM -0400, Nick Dokos wrote:
>
> The wasysym docs say that there should be no conflict, but that seems
> to be wrong: ISTR multiple instances of this conflict.
>
> If you prefer the amsmath integral signs over the wasysym ones, then
> probably the best thing to do i
On Fri, May 24, 2013 at 04:43:53PM +0200, Klaus-Dieter Bauer wrote:
> Hello!
>
> I intend to use org-mode for organizing my research notes; I prefer however
> a "wiki" style with many files rather than one big file.
>
> I found that the ID mechanism is quite robust for linking across files, but
>
Alan Schmitt writes:
> Hello,
>
> Viktor Rosenfeld writes:
>
>> Hi Robert,
>>
>> Robert Klein wrote:
>>
>>> Hi,
>>>
>>> FWIW, from a users view it would be nice if:
>>>
>>> - Use Author/Email information from org file
>>> - If not present use information from LCO file
>>> - if neither org file
Bastien altern.org> writes:
>
> Hi Alexander,
>
> AW t-online.de> writes:
>
> > If I include an image in an *.org file, let's say [[large-image.jpg]], I
can
> > toggle the inline image with C-c C-x C-v .
>
> You can now (from git master) use `org-image-actual-width'.
>
> (setq org-image-a
Hi.
I'm using the maint branch of org-mode and lately I discovered that
the files beneath contrib are not compiled and there seems to be no
easy way (e.g. via local.mk) to enable compilation of contrib. Is this
on purpose and if yes: why?
--
Stefan.
Hello,
Yujie Wen writes:
> Could someone tell me how to define a one-line export-block for specific
> exporter, like "#+HTML: " does for ox-html.el?
Simply not ignore the keyword in the function transcoding keywords (see
`org-html-keyword').
Regards,
--
Nicolas Goaziou
Hi all,
I have a problem about groups of tags.
In my custom-file, I defined :
'(org-tag-alist
(quote
(("projet" . 112)
("suspendu" . 122)
(:startgroup "lieu")
("@dehors" . 100)
(:grouptags)
("@lieu1" . 97)
("@lieu2" . 118)
(:endgroup
'(org-tag-faces nil)
'(org-tag-persisten
Hi, I recently switched from org-mode 6.xx to 8.0.3.
I used to have results >= 24:00 in the form of 34:59 for example, not 1d 10:59
- see below
I do not manage to get back the old format, which is more convenient for me.
The manual mention a :formatter switch, but I have not found information abou
Hi Jean,
Jean Wallemacq writes:
> Hi, I recently switched from org-mode 6.xx to 8.0.3.
> I used to have results >= 24:00 in the form of 34:59 for example, not 1d
> 10:59 - see below
> I do not manage to get back the old format, which is more convenient for me.
> The manual mention a :formatter
Hi Trevor,
Trevor Murphy writes:
> + (not (eq (org-element-type (org-element-at-point)) 'src-block)
I think `org-in-src-block-p', while a bit less reliable, will be
faster, and reliable/fast enough for this use-case.
Let's see what others think/test.
Thanks,
--
Bastien
value is nil
in the screen, something is mentioned about some default value having been
changed with emacs 24. My change to org 8.0.3 was made at the same time than
an upgrade of emacs, so it may be linked to that.
Further help is welcome !
Jean
Le 25 mai 2013 à 17:50, Bastien a écrit :
> H
Changing the value of org-time-clocksum-format was the trick!!
Thank you for the pointer.
Jean
Le 25 mai 2013 à 18:20, Jean Wallemacq a écrit :
> value is nil
> in the screen, something is mentioned about some default value having been
> changed with emacs 24. My change to org 8.0.3 was made
Hi Rasmus,
Rasmus wrote:
> The following message is a courtesy copy of an article
> that has been posted to gmane.emacs.orgmode as well.
>
> Alan Schmitt writes:
>
> > Hello,
> >
> > Viktor Rosenfeld writes:
> >
> >> Hi Robert,
> >>
> >> Robert Klein wrote:
> >>
> >>> Hi,
> >>>
> >>> FWIW, fr
Hello
As I described in a previous message, org-export can successfully export
complex table which I have partially generated (end edited) by table.el
into latex.
However orgtbl-to-latex cannot not deal with such tables.
Given the successful org-export function could orgtbl-to-latex be
modif
Hello,
Uwe Brauer writes:
> I have attached an org file which contains a complex table, which I
> generated partially with table.el.
>
> Now org-export can export this table *correctly* to latex, most likely
> using (table-generate-source 'latex "table.latex" "Table"), however
> org-export fails
Dear Viktor and Alan,
> Hmm, that's too bad. I tested it pretty thoroughly. Could you maybe
> trace the contents of the variable by adding calls to message in
> various places?
I tried to figure it out. For some reason it kept resetting my name
to "".
> Did you send the patch? I did not receiv
>> "Nicolas" == Nicolas Goaziou writes:
> Hello,
> Uwe Brauer writes:
>>
>> Org version 7.8.03 with Emacs version 21
> You need to update Org. I cannot reproduce the problem on Org 8.0.3.
Ok, I try.
What's about orgtbl-to-latex does this work for you also?
Uwe Brauer
Hello
I know that compiling org under Xemacs is delicate. I succeeded with
7.8.3 but it seems that the installation process has changed quite a
bit.
I edit the relevant
default.mk
file (OK I should not do that but create local.mk)
EMACS=/usr/local/bin/xemacs
BATCH = $(EMACS) -batch -van
Hi folks,
I'm using Org 8.0.3 and Emacs 24.3.1.
I noticed with interest this note in the Org 8.0 release notes:
"When a list item has a checkbox, inserting a new item uses a checkbox
too."
I'm finding, however, that Org will in many cases insert a new
checkbox even if the current item has none.
Hi.
I found the org-archive-subtree-defadvice.el quite useful, but I'd like
to be able to archive DONE items not to today's date in a date-tree
archive file, but instead to their scheduled date.
Thus, it reconstructs a journal of done things, and not a journal of my
archiving activity.
Anyone wi
Uwe Brauer writes:
> What's about orgtbl-to-latex does this work for you also?
It doesn't seem to.
Regards,
--
Nicolas Goaziou
Nick Dokos writes:
> Nicolas Goaziou writes:
>> Anyway, in a nutshell, your proposal is to:
>>
>> - add a custom variable, e.g., `org-latex-dvi-process-options' (which
>> library should it belong to?)
>
> Unless it would make sense to toss the whole dvipng thing overboard and
> just keep
Hello,
On 05/25/2013 03:57 PM, Rasmus wrote:
> Alan Schmitt writes:
>
>> Hello,
>>
>> Viktor Rosenfeld writes:
>>
>>> Hi Robert,
>>>
>>> Robert Klein wrote:
>>>
Hi,
FWIW, from a users view it would be nice if:
- Use Author/Email information from org file
- If not pre
Hi.
Olivier Berger writes:
> Hi.
>
> I found the org-archive-subtree-defadvice.el quite useful, but I'd like
> to be able to archive DONE items not to today's date in a date-tree
> archive file, but instead to their scheduled date.
>
> Thus, it reconstructs a journal of done things, and not a jo
Rasmus writes:
> 4. Sets defcustom org-koma-letter-signature nil since that
> corresponds to default scrlttr2 behavior anyway (p. 183 in the
> manual).
>
> Re 4.: I'd like to do something similar to
> org-koma-letter-subject-format. But I'm not sure how, at the moment
> (perhaps make
Hi Olivier, org-mode users and -developoers,
* Olivier Berger [25. May. 2013]:
> Olivier Berger writes:
>> I found the org-archive-subtree-defadvice.el quite useful, but I'd like
>> to be able to archive DONE items not to today's date in a date-tree
>> archive file, but instead to their scheduled
Hi Robert,
> what I meant is, if #+AUTHOR defaults to (user-full-name), could the
> \setkomavar commands be placed /before/ \LoadLetterOption in the TeX
> file, and after \LoadLetterOptions if #+AUTHOR is set in the .org file?
>
> So you'd still get only one set of \setkomavar in the TeX file, bu
Alan Schmitt writes:
> Glyn Millington writes:
>
>> For me Gnus is the gold standard among mail/news clients. It can be hard
>> work to set it up but it is worth it. Alas, some good resources have
>> actually vanished from the web over the years.
>
> Can Gnus be directly used with local mail i
Jacek Generowicz writes:
> Marcin Borkowski writes:
>
>> I'm thinking about using Emacs as my email client, and I'm considering
>> using Gnus for that.
>
> If it is Emacs rather than Gnus itself that attracts you, then you might
> consider notmuch or mu4e. Both have a Xapian-based core, and inclu
On Sat, May 25, 2013 at 03:29:03PM -0700, Richard Lawrence wrote:
>
> So, long story short, I have now switched to using offlineimap to sync
> over IMAP with a Maildir. This keeps my mail locally available but also
> in sync across multiple machines. I read this Maildir in mutt, not
> Gnus, beca
Hi Stefan,
On Sat, May 25, 2013 at 04:19:27PM +0200, Stefan Nobis wrote:
> Hi.
>
> I'm using the maint branch of org-mode and lately I discovered that
> the files beneath contrib are not compiled and there seems to be no
> easy way (e.g. via local.mk) to enable compilation of contrib. Is this
> o
Hi,
I updated org-mode to 8.0.3 (release_8.0.3-156-g847637). I got the
following error while using the LaTeX export, before the update all
was well and the PDF file was produced fine.
"Process completed with errors: [LaTeX error] [package error]
*Org PDF LaTeX Output* shows:
...
...
Package if
Bastien writes:
> "Sebastien Vauban"
> writes:
>
> > FMI, why is GNU GPL not applicable to the manual?
>
> Because the manual is part of GNU Emacs, which is part of the GNU
> project, and every project in the GNU project is required to publish
> manuals in GNU FDL only. Dual licensing is not an
On 25.5.2013, at 22:09, Nicolas Goaziou wrote:
> Uwe Brauer writes:
>
>> What's about orgtbl-to-latex does this work for you also?
>
> It doesn't seem to.
orgtbl-to-* does not support table.el tables.
- Carsten
>
>
> Regards,
>
> --
> Nicolas Goaziou
>
Nicolas Goaziou writes:
> Nick Dokos writes:
>
>> Nicolas Goaziou writes:
>
>>> Anyway, in a nutshell, your proposal is to:
>>>
>>> - add a custom variable, e.g., `org-latex-dvi-process-options' (which
>>> library should it belong to?)
>>
>> Unless it would make sense to toss the whole dv
Senthil Kumar M writes:
> I updated org-mode to 8.0.3 (release_8.0.3-156-g847637). I got the
> following error while using the LaTeX export, before the update all
> was well and the PDF file was produced fine.
>
> "Process completed with errors: [LaTeX error] [package error]
>
> *Org PDF LaTeX O
I've got a table I'm trying to insert into a sqlite database. I've been
looking at orgtbl-sqlinsert and this page[fn:1], but I suspect all that
is out of date. I haven't seen anyone talking about #+ORGTBL: keywords,
or things like "#+BEGIN RECEIVE ORGTBL exsql" in the past year or so.
Do those sti
51 matches
Mail list logo