> No. This has been raised previously and there was a consensus that it
> is often desirable for code in a COMMENT section to be evaluated on
> export. Personally I often stuff code blocks into COMMENT sections
> which I want run as part of my publishing process (e.g., to create
> resources used
how about call lines?
to me, they should not run if they are not supposed to be exported.
is this a bug?
* babel should not export a call line via todo kw
*** NEXT to reproduce
set org-export-with-tasks to nil
*** NEXT this should not run
#+call: hi(a=2)
*** hi
#+
Ooops, forgot to send to the list! Forwarding my last reply to
Bastien, and then answering my own question below, sort of:
On Thu, Mar 13, 2014 at 1:29 PM, Matt Price wrote:
> On Thu, Mar 13, 2014 at 11:57 AM, Bastien wrote:
>> Hi Matt,
>>
>> Matt Price writes:
>>
>>> I would like to provide t
Andreas Leha writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>>
>> So what is your suggestion for the OP to achieve what he is after?
>> noexport and noeval at the same time.
>>
>>
>> I'm jumping in half way through here,
>
> Thanks for jumping in.
>
>> but wouldn't setting the :no
On Mar 13, 2014 5:49 PM, "Andreas Leha"
wrote:
>
> Hi Eric,
>
> Eric Schulte writes:
>
> >
> > So what is your suggestion for the OP to achieve what he is after?
> > noexport and noeval at the same time.
> >
> >
> > I'm jumping in half way through here,
>
> Thanks for jumping in.
Bastien writes:
> Please test the attached patch against the tip of the master branch
> and let me know if it works: it checks against a .oxignore file, one
> regexp on each line. If you find it useful, I'll commit this for
> the next version.
I had some unrelated trouble with the head of maste
Hello,
Bastien writes:
> Hi Nicolas,
> Nicolas Goaziou writes:
>
>> OTOH, `latex' back-end could remove newline characters from verbatim and
>> code contents.
>
> Is it only for the LaTeX backend?
No idea.
> Or something we can add to `org-export-before-processing-hook'.
Hook are usually f
Hi Eric,
Eric Schulte writes:
>
> So what is your suggestion for the OP to achieve what he is after?
> noexport and noeval at the same time.
>
>
> I'm jumping in half way through here,
Thanks for jumping in.
> but wouldn't setting the :noeval
> property to "yes" and :export pro
On 13.03.2014 20:46, Bastien wrote:
Ok, let me take some fresh air and come back to this later on.
How about this:
(while (re-search-forward "\\(^\\).+" nil t)
(replace-match indent nil nil nil 1)))
--
Florian Beck
Oleh writes:
> I've pushed a bugfix related to the patch.
> `org-entry-delete' was being called with 3 args, although it takes 2.
> I hope I understood it correctly. Could you please check?
Looks good, thanks for the fix,
--
Bastien
On Thu, 13 Mar 2014, Bastien wrote:
Charles Berry writes:
Bastien gnu.org> writes:
Charles Berry ucsd.edu> writes:
Time to failure seems longer. But now I get an infinite loop.
Er, sorry for the confusion; should be fixed again.
It is not. I am now back to getting the 'End of Buffe
Hi all,
one question that was asked: How much donations come in? That varies.
Some month it is $10, occasionally it can be $100.
What Bastien and I have done in the past is use this money in a more or
less private way. I think Bastien has at some point replaced his laptop in
this way, and all
Hi Bastien,
I've pushed a bugfix related to the patch.
`org-entry-delete' was being called with 3 args, although it takes 2.
I hope I understood it correctly. Could you please check?
regards,
Oleh
On Wed, Mar 12, 2014 at 7:22 PM, Bastien wrote:
> Hi Oleh,
>
> Oleh writes:
>
>> Can someone have
Here's an impractical option. I see roughly 280 different contributors
to Org-mode.
git log|grep "^Author"|sed 's/^.*: //;s/<.*$//'|less|sort|uniq|less
Maybe buy every contributor an Org-mode mug?
--
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D
Charles Berry writes:
> Bastien gnu.org> writes:
>
>>
>> Charles Berry ucsd.edu> writes:
>>
>> > Time to failure seems longer. But now I get an infinite loop.
>>
>> Er, sorry for the confusion; should be fixed again.
>
> It is not. I am now back to getting the 'End of Buffer' msg
Ok, let me
John Hendy writes:
> Wait, that's what this was for :)
> - https://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg00445.html
>
> I'll re-do with changelog and no extraneous whitespace hopefully
> tonight.
Okay, absolutely no hurry! And thanks in advance :)
--
Bastien
Bastien gnu.org> writes:
>
> Charles Berry ucsd.edu> writes:
>
> > Time to failure seems longer. But now I get an infinite loop.
>
> Er, sorry for the confusion; should be fixed again.
>
It is not. I am now back to getting the 'End of Buffer' msg
Chuck
All,
I just wanted to pass along a project I've been working on in the hope some
of you find useful: https://github.com/edavis/org-opml
ox-opml.el is an export backend that takes Org mode outlines and exports
them to OPML. OPML is a standard file format used by RSS aggregators and
note/outliner a
Bastien writes:
> Hi,
>
> sindi...@mail36.net (sindi...@mail36.net) writes:
>
>> I have a directory tasks/ in org-agenda-files variable. When i add a
>> file to org-agenda-files variable through C-c [ command
>> (org-agenda-file-to-front), the directory path is replaced by paths of
>> the files,
Carsten Dominik writes:
> Dear all,
>
> I am still receiving donations for Org-mode, even though right now I
> am only formally the maintainer of Org (it is very difficult to make
> time free for me, currently). I would like to pass donations on to
> someone here who has expenses related to Org,
On Thu, Mar 13, 2014 at 10:03 AM, Bastien wrote:
> Hi John and Eric,
>
> Eric Schulte writes:
>
>> Inline code blocks were provided to allow results of code block
>> execution to be placed /inline/ within textual elements such as
>> paragraphs or lists. They are not designed to support code expo
Charles Berry writes:
> Time to failure seems longer. But now I get an infinite loop.
Er, sorry for the confusion; should be fixed again.
--
Bastien
Matt Lundin writes:
> This was a problem with org-element's cache.
Okay, thanks for following up!
--
Bastien
Bastien gnu.org> writes:
>
> Hi Charles,
>
> Charles Berry ucsd.edu> writes:
>
> > This seems to have broken org-edit-src-exit.
> >
> > I cannot figure out what triggers it (hence no ECM), but I sometimes
> > get an
> > 'End of buffer' error from inside the while loop.
>
> I just pushed a
On Wed, Mar 12, 2014 at 5:15 AM, Thorsten Jolitz wrote:
> Matt Price writes:
>
>> is it possible to mark, not the current subtree, but one level up from
>> the current subtree? I would like to add that level to the org
>> bindings for expand-region,
>>
>> https://github.com/magnars/expand-region
Hi Bastien,
Bastien writes:
> Hi Matt,
>
> Matt Lundin writes:
>
>> When I mark a repeating task done (with the settings in the minimal.el
>> file below), org mangles the :LOGBOOK: and :PROPERTY: drawers when
>> trying to insert a :LAST_REPEAT: property.
>
> I can't reproduce this. Karl can, s
Hi Marcin,
Marcin Borkowski writes:
>
> I'd like to export an Org-mode file to /multiple/ HTML files. For
> instance, I might want to convert all first and second level headings
> to files, and third-level headings to , fourth-level ones to
> inside these files etc. Is that possible? I looked
Yep, I saw that when I updated git recently.
Thanks :-)
On Thu, Mar 13, 2014 at 11:28 AM, Bastien wrote:
> mirko writes:
>
> > I wrote the incorrect function name. This is about org-store-link in
> > org.el, not org-create-link.
>
> This should be fixed now, thanks for reporting this.
>
> --
Hi Richard,
Richard Lawrence writes:
> Bastien writes:
>
>> Eric Schulte writes:
>>
>>> Great, so should Org-mode require cl-lib and stop supporting the
>>> following functions?
>>
>> I guess so. But I'm unclear yet whether this removes compatibility
>> with older Emacsen. I'll check this.
>
Hi Rafael,
Rafael writes:
> I remembered that Org knows already if point is inside a math
> expression, so by looking at the source I came up with the following,
> that seems to work. Sorry for the noise.
That's not noise...
> #+BEGIN_SRC emacs-lisp
>(defun org-cdlatex-real-numbers ()
>
Sebastien Vauban writes:
> Thorsten Jolitz wrote:
>> |+++-+--|
>> | shell | a shell| sh | |
>>|
>> |+++-+
Phil Regier writes:
> Wow; I'm embarrassed. Thanks so much for the assist; terribly sorry
> to spam the list with such a simple error. X(
No need to be embarrassed. This error catches me out *all* the time
which is why I know what to look for.
It would probably help if the fontification didn'
This actually does help; thanks! I had tried copying ditaa.jar from ditaa SVN,
but that still did not work; copying from Org git, however, works like a charm.
Not sure why the first method failed, but I like this approach better anyway,
so I'm happy.
Thanks again!
Phil
- Original Messag
Hi,
sindi...@mail36.net (sindi...@mail36.net) writes:
> I have a directory tasks/ in org-agenda-files variable. When i add a
> file to org-agenda-files variable through C-c [ command
> (org-agenda-file-to-front), the directory path is replaced by paths of
> the files, that are currently in that d
Hi Bastien,
Bastien writes:
> Any reason why Debian developers are not using 24.3 as the stable
> version of Emacs? It has been out for now one year.
Well, the way that the Debian stable release works is that they ship the
latest stable version of a package which is available at the time of
th
Hi Bastien,
Thanks for that info on org-catch-invisible-edits. It wasn't clear to me
as the documentation implies that it helps when you "inadvertently edit an
invisible part of the buffer", but it seems that the edits have to be
results of key presses (not yanks or replaces, etc).
I'm not sure
Hi there,
I know, this is a very special question, but I hope you have some ideas
about that.
I'd like to create a table from my org file appointments:
Table for March 2014
| Day | Kind | Eltern | Familie | km |
|-+--++-+|
| 1 | | 4 | 3 | 32 |
|
mirko writes:
> I wrote the incorrect function name. This is about org-store-link in
> org.el, not org-create-link.
This should be fixed now, thanks for reporting this.
--
Bastien
Phil Regier math.ku.edu> writes:
>
> I'm having trouble with Octave export, and I am not quite sure where to look.
>
> In an Org file I have the following:
>
>#+BEGIN_SRC octave
> a = [1;3;5;7;9]
> b = [2;4;6;8]
> ans=a;
>#+END_SRC octave
>
>
Instead try this:
--8<---
Hi Matt,
Matt Lundin writes:
> When I mark a repeating task done (with the settings in the minimal.el
> file below), org mangles the :LOGBOOK: and :PROPERTY: drawers when
> trying to insert a :LAST_REPEAT: property.
I can't reproduce this. Karl can, so there is something weird here.
> I am us
Wow; I'm embarrassed. Thanks so much for the assist; terribly sorry to spam
the list with such a simple error. X(
Phil
- Original Message -
From: "Eric S Fraga"
To: "Phil Regier"
Cc: emacs-orgmode@gnu.org
Sent: Thursday, March 13, 2014 11:08:36 AM
Subject: Re: [O] Octave/Matlab Code E
Phil Regier writes:
> An issue I've repeatedly encountered when trying to use Babel with
> ditaa is that ditaa.jar never seems to be available despite a few
> claims in the documentation that it is distributed with Org.
I have no idea whether it is included in the elpa distribution or
not. If
Phil Regier writes:
> I'm having trouble with Octave export, and I am not quite sure where to look.
>
> In an Org file I have the following:
>
>#+BEGIN_SRC octave
> a = [1;3;5;7;9]
> b = [2;4;6;8]
> ans=a;
>#+END_SRC octave
>
> When exporting to LaTeX I get the following:
>
> |+++-+--|
> | Language | Requirements | Identifier | M-: major-mode |
> checked? |
> |+++-+--|
[...]
> |+
Hi Sébastien,
"Sebastien Vauban"
writes:
> With recent Org, sentences such as [1]:
>
> Explanation *answers the question "why?"*: show *why* the facts make sense.
>
> Explanation *makes people /care/*, so they are more motivated about learning
> more. "Why would I want to do /that/?"
>
> are b
Bastien writes:
> Hi Eric,
>
> Eric S Fraga writes:
>
>> The fontification doesn't as I guess org-fontify-meta-lines-and-blocks-1
>> hasn't been updated. I suggest adding "+constants:" to the first cond
>> entry in this function?
>
> this is now fixed in master -- *sorry* for not crediting you
Hi Matt,
Matt Price writes:
> I would like to provide those lectures on the web for my students.
> (Ideally, in fact, I would like to provide a couple of versions of
> each lecture: one deck slideshow, one plain html, and maybe one pdf
> or odt version.) Howver, the deck publish ocmmand writes
Sebastien Vauban
writes:
> I tried Edebugging it, but Edebug does not jump into the execution of
> the anonymous function...
Just give a name to the anonymous function... and you're back on
edebugging. :)
--
Bastien
Hi Anders,
Anders Johansson writes:
> Maybe these aliases could also be added, like what is done for e.g. "clubs":
>
>("langle" "\\langle" t "⟨" "<" "<" "⟨")
>("rangle" "\\rangle" t "⟩" ">" ">" "⟩")
Indeed, done in master, thanks for this idea.
--
Bastien
An issue I've repeatedly encountered when trying to use Babel with ditaa is
that ditaa.jar never seems to be available despite a few claims in the
documentation that it is distributed with Org. Since I'm already trying to
find the source of my octave issues from my previous post, I thought I ma
Hi Jason,
Jason Lewis writes:
> If you enter a table like this in org, the +4 will get a
> strike-through line through it incorrectly.
This is horrible but true.
I don't have any fix for this right now.
It just put more pressure on having the fontification engine right
(and somehow get rid of
Hi Simon,
Simon Thum writes:
> Greppig org confirms icalendar is likely the only exception. While i
> find this surprising I guess there is a good reason, right?
The "good" reason is that it's very unlikely for a user to need Babel
evaluation in an org-mode buffer before exporting this buffer t
Hello,
FYI, the code to "Remove redundant tags of headlines" (see
http://orgmode.org/worg/org-hacks.html#sec-1-8-1) is not functioning
anymore.
--8<---cut here---start->8---
(defun dmj/org-remove-redundant-tags ()
"Remove redundant tags of headlines in curren
Hi,
I've been using ox-deck to export my lectures as slides. Internet
connectivity in one of my lecture halls is a little unreliable, so I
keep a local copy of deck.js (which contains js and css files) on my
laptop. Without those files, the slideshow just exports as plain
HTML.
I would like to
Hi John and Eric,
Eric Schulte writes:
> Inline code blocks were provided to allow results of code block
> execution to be placed /inline/ within textual elements such as
> paragraphs or lists. They are not designed to support code export.
>
> The manual should be updated to make this limitatio
Hi Nicolas,
Nicolas Richard writes:
> Could you review this ? thanks.
Applied, thanks!
--
Bastien
Hi Alan,
Alan Schmitt writes:
> I've just had to write an org block inside another org block, which
> looks like this:
>
> #+attr_latex: :options {0.5\textwidth}
> #+begin_column
> #+begin_src ocaml
> let o1 = object
> method m = 0
> method p = "foo"
> end;;
> #+end_src
> #+end_colum
Hi,
Soapy Smith writes:
> I installed the update and ran Volker's test code. It works! The
> namespace is preserved from block-to-block. Thank you Bastien!
You're welcome!
> I experimented with the :session option, however, I am now not sure I
> understand how it is supposed to work.
Me ne
Hi,
sindi...@mail36.net (sindi...@mail36.net) writes:
> Create an org-mode buffer that contains at least one headline. Example:
>
> ---
> text
> * headline
> ---
>
> Run `(org-element-parse-buffer)'. The following error will pop up:
I cannot reproduce this, from the maint or the master branch.
Hi Tory,
torys.ander...@gmail.com (Tory S. Anderson) writes:
> I've written the following code/function which seems to fulfill my
> needs in the agenda to be able to manipulate plain time stamps in
> the same way we can manipulate deadlines and schedules, so that
> entries added with "i" can then
Hi Sean,
Sean Allred writes:
> With the following file:
>
> #+BEGIN_SRC org
> ,#+BEGIN_SRC sh :tangle "test.sh"
> ./test
> ,#+END_SRC
> ,* header
> #+END_SRC
>
> calling `org-babel-tangle` fails with stack trace:
Fixed, thanks.
--
Bastien
Hi Brett,
Brett Viren writes:
> What I hope for is something equivalent to git's .gitignore
> functionality where I can place, say, .orgignore files full of regexp
> patterns anywhere in my org source tree and have org-publish honor
> them.
I like this idea.
> Is there anything in this directi
Stefan Huchler writes:
> So to complete your solution, is there a way to wrap "" around of all
> values in a table (or only on numbers)?
>
> something like:
>
> #tblfm: $3 = "$3" (or for all columns?)
>
> Then I think I am satisfied ;)
This may help:
| a | 3 |
|+---|
| z3 | |
#+TBLF
Hi Nicolas,
Nicolas Richard writes:
> Also, it took me a lot of time to find out that org-format-latex-header
> was used for previewing latex fragments. I suggest that we mention it in
> the manual in (info "(org) Previewing LaTeX fragments"). It's already
> mentionned in (info "(org) LaTeX frag
So what is your suggestion for the OP to achieve what he is after?
noexport and noeval at the same time.
I'm jumping in half way through here, but wouldn't setting the :noeval
property to "yes" and :export property to "none" on the subtree work?
One may also want to COMMENT th
Hi Paul,
Paul Stansell writes:
> Today I came across org-catch-invisible-edits, but I'm struggling to
> get it to work. Since I've never had it working it's possible that
> I'm misunderstanding it or doing something wrong, or maybe it's
> broken.
>
> In my .emacs file I put
>
> (setq org-catc
Thorsten Jolitz writes:
> Hi List,
>
> due to the relatively frequent mismatches between language names
> extracted from major-mode names and language identifiers used by
> Org-Babel I try to build the definite translation alist between both
> names.
>
The `org-src-lang-modes' variable should
Thorsten Jolitz wrote:
> |+++-+--|
> | shell | a shell| sh | |
> |
> |+++-+--|
Regarding this one,
Hi Nicolas,
Nicolas Goaziou writes:
> OTOH, `latex' back-end could remove newline characters from verbatim and
> code contents.
Is it only for the LaTeX backend?
Or something we can add to `org-export-before-processing-hook'.
In any case, yes, would be great if you could fix this somehow.
Thorsten Jolitz writes:
> thank you, so I marked calc, latex, ocaml, and sh as cross-ckecked now,
> and unmarked R. Unfortunately the table arrives almost unreadable here,
> so I rather post the current state of the association list (; means
> cross-ckecked):
>
It's fine with gnus: as a matter o
You could have a look at o-blog for example. It does something which is not
too far from what you want (IIUC).
It does it in a way similar to what you describe.
Regards,
Fabrice
2014-03-09 10:34 GMT+01:00 Marcin Borkowski :
> Dnia 2014-03-09, o godz. 02:34:09
> Marcin Borkowski napisał(a):
>
Hi Bastien,
At Thu, 13 Mar 2014 12:58:00 +0100,
Bastien wrote:
>
> I applied the patch. Thanks for it. I slightly modified
> the commit message, please review it:
>
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=e2b6c506
No problem at all.
Thanks,
--
yashi
Thorsten Jolitz writes:
> only that promptly another message is shown (I can't use sit-for in
> the program):
sit-for was just to demonstrate the problem introduced solely by M-:.
That problem is not present when using interactive commands (i.e. those
a user can actually use), and no sit-for shou
Hi Karl,
Karl Voit writes:
> Is it possible to define an agenda that contains only items which
> are blocked by :BLOCKER:-conditions or similar?
For sure! Why not simply check for the BLOCKER property?
Otherwise, see the org-agenda-skip-* family.
--
Bastien
Bastien writes:
Hi Bastien,
> Thorsten Jolitz writes:
>
>> Or should it work even for bigger files and there must be an error on my
>> side (e.g. in loops/recursions)? I'm not sure how powerful Emacs is
>> w.r.t. this, i.e. how easy it is to bring it to the its limits with such
>> a hook that i
Hi Marcin,
Marcin Borkowski writes:
> It occurred to me that I could just walk through the file, creating
> temporary buffers with my subtrees, demote them and export them one by
> one to HTML. This seems doable (and even not too complicated), but is
> there a better/simpler way, or has someone
Hi Yasushi,
I applied the patch. Thanks for it. I slightly modified
the commit message, please review it:
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=e2b6c506
Let's see if other users of org-plot.el report problems.
Thanks!
--
Bastien
Alan Schmitt writes:
> Hi Thorsten,
>
> Thorsten Jolitz writes:
>
>> due to the relatively frequent mismatches between language names
>> extracted from major-mode names and language identifiers used by
>> Org-Babel I try to build the definite translation alist between both
>> names.
>>
>> To av
Nicolas Richard writes:
> Thorsten Jolitz writes:
>> Ok, I see ... that seems to be a common pattern in Org-mode to make
>> functions behave differently if called (non-)interactively, that
>> sometimes causes confusion when using M-: instead of M-x.
>
> Note that using M-: will always hide any
Hi Alexey,
I assumed you use the latest Org version, but maybe not.
What does M-x org-version RET reports?
Actually, my bracket links are displayed correctly in the
clocktable (i.e. as bracket links, not with curly braces.)
Maybe I'm missing something,
--
Bastien
Esben Stien writes:
> I wonder if my terminal blocks the shift:
Yes it does :)
--
Bastien
Hi Eric,
Eric S Fraga writes:
> The fontification doesn't as I guess org-fontify-meta-lines-and-blocks-1
> hasn't been updated. I suggest adding "+constants:" to the first cond
> entry in this function?
this is now fixed in master -- *sorry* for not crediting you in the
commit message, my memo
Hi Thorsten,
Thorsten Jolitz writes:
> probably the question, but Org-mode allows to write down (and parse and
> export) combinations of timestamps and planning info that are correct
> syntax but make no sense either.
Can you point at such a combinaison and at some real bug/problem that
can eme
Hi Bastien,
2014-03-03 16:32 GMT+04:00 Bastien :
>> This screenshot
>> https://www.dropbox.com/s/g3obxpigr8gg69f/-Org%20Agenda-%20-%20emacs_017.png
>> shows how it looked before the patch. It's no good unless you have
>> very good memory for numbers )
>
> Thanks for the patch.
>
> `org-all-links-d
On 12/03/14 20:50, William Denton wrote:
How much money is coming in? Might there be something that could be
paid for that would be helpful, such as getting professionally done
subtitles/captions on one of the videos? Or something else that's in
the class of tasks that someone could volunteer t
Carsten Dominik writes:
> I would like to pass donations
Undoubtedly, to Nicolas Goaziou.
Hi Thorsten,
Thorsten Jolitz writes:
> Or should it work even for bigger files and there must be an error on my
> side (e.g. in loops/recursions)? I'm not sure how powerful Emacs is
> w.r.t. this, i.e. how easy it is to bring it to the its limits with such
> a hook that is triggered all the time
Hi Adam and Thomas,
Thomas Proschinger writes:
> Carsten Dominik gmail.com> writes:
>
>>
>> Hi Adam,
>>
>> it is in my queue, but I have not yet had time to look at it.
>>
>> - Carsten
>>
>
> +1 for this issue. It's still there in 8.2.5h. Looking forward to a
> fix!
This is now fixed, than
Hi Thorsten,
Thorsten Jolitz writes:
> due to the relatively frequent mismatches between language names
> extracted from major-mode names and language identifiers used by
> Org-Babel I try to build the definite translation alist between both
> names.
>
> To avoid checking myself by hand what
>
Thorsten Jolitz writes:
> Ok, I see ... that seems to be a common pattern in Org-mode to make
> functions behave differently if called (non-)interactively, that
> sometimes causes confusion when using M-: instead of M-x.
Note that using M-: will always hide any (message "foo") might have
been ca
Bastien writes:
Hi Bastien,
> Thorsten Jolitz writes:
>
>> can inactive timestamps appear in
>>
>> - title-stamps (the timestamps attached to headlines)
>
> Yes.
>
>> - planning types like deadline, scheduled and closed
>
> No.
Thx
>> It does not seem to make much sense to me, but maybe I'
Hi Thorsten,
Thorsten Jolitz writes:
> can inactive timestamps appear in
>
> - title-stamps (the timestamps attached to headlines)
Yes.
> - planning types like deadline, scheduled and closed
No.
> It does not seem to make much sense to me, but maybe I'm overlooking
> something.
I'm not s
Hi Charles,
Charles Berry writes:
> This seems to have broken org-edit-src-exit. :-(
>
> I cannot figure out what triggers it (hence no ECM), but I sometimes get an
> 'End of buffer' error from inside the while loop.
I just pushed a fix. Can you confirm you don't see the error anymore?
Thanks
Hi Esben,
Esben Stien writes:
> Bastien writes:
>
>> You can have a custom agenda command like this one:
>>
>> (setq org-agenda-custom-commands
>>'(("c" "Level 3 courge" tags "+LEVEL=3"
>> ((org-agenda-regexp-filter-preset '("+corge"))
>
> Yeah, that works nicely;), bu
Hi Dror,
Dror Atariah writes:
> It seems like the function "org-export-icalendar-combine-agenda-files"
> (as discussed in the first link provided by @Matt) has to be replace
> with "org-icalendar-combine-agenda-files" when working with a new
> version of org. Am I right?
Yes you are,
--
Bast
Hi Christian,
Christian Wittern writes:
> However, with my own setup, which is
> loading 8.25a, I still get the disappearing example block.
Please report the full Org version by hitting M-x org-version RET.
> Now I have
> no idea where to look for the culprit. Do you have any suggestion at
> h
Hi John,
John Hendy writes:
> The trailing whitespace is the result of my texi ignorance. In a
> previous patch, Nicolas clarified that sentences needed to end in two
> spaces, and I add them at the end of my last sentence thinking they
> might be required to identify a new next bit. Understandi
Hi Grant,
I just tested the minimal example with Org 8.2.5h and fci-mode
activated but didn't notice anything strange.
Do you still have the problem with Org 8.2.5h?
If so, can you give the full Org version by hitting
M-x org-version RET
?
Thanks,
--
Bastien
Nicolas Goaziou writes:
> Hello,
>
> Bastien writes:
>
>> This is the same behavior than all #+ directives except these four:
>>
>> #+TITLE:
>> #+AUTHOR:
>> #+DATE:
>> #+EMAIL:
>>
>> Fontification should tell you in all cases.
>
> Most user-defined keywords ignore indentation
> (e.g., #+LATEX
Esben Stien esben-stien.name> writes:
> Hmm, to insert the subtree at the end of the parent subtree is not what
> I needed. I need a way to insert the new TODO at the bottom of "inside"
> the current node.
>
> F.ex take this tree:
>
> ** foo
> *** TODO 1
> *** TODO 2
> *** TODO
1 - 100 of 102 matches
Mail list logo