Hello,
Simon Campese writes:
> I just noticed that org-babel-tangle removes the comma if its at the
> beginning of a line inside a source block. This seems to be independent from
> the
> language indicated (tried with sh, js and emacs-lisp) and also
> independent from the characters that follow
Hi,
I have a question about the exporter dispatcher.
I much appreciate that `C-u C-c C-e' repeats the
previous export action, that is extremely useful.
I often only export a subtree of a document, and I
was wondering if others would also find this proposal
useful:
When exporting a subtree, lets
When evaluating the source examples attached, it fails sending
Traceback (most recent call last):
File "", line 1, in
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 0:
ordinal not in range(128)
UnicodeEncodeError-lp-550661-test.org
Description: Lotus Organizer
Hello,
Aaron Ecay writes:
Thank you for your patch. Here are a few comments.
> These are implemented with \resizebox, and thus are uniform across
> different types of image inclusion (\includegraphics, \input of tikz
> images). This differs from the older way of using width and height
> option
Andreas Röhler writes:
> When evaluating the source examples attached, it fails sending
>
> Traceback (most recent call last):
> File "", line 1, in
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position
> 0: ordinal not in range(128)
This is a Python error, not an Or
Hi Arun,
Arun Persaud writes:
> * project
> ** TODO headline :repeat:
>a longer description of what the todo item is about
>SCHEDULED: <2013-06-18 Tue +1m>
The SCHEDULED line should be right after the headline, see the manual.
It can sometimes work when it is o
Hi Simon,
Simon Campese writes:
> My reason for this request:
> For email address completion in message mode, I use a program that scans
> through my whole email database (I use notmuch to manage emails and have
> all my mails stored locally). This program is stored in
> 'notmuch-address-command
Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> Since updating to latest Org this morning, I couldn't open anymore my file
>> ~/org/work.org.
>>
>> Symptom? Org-mode gets loaded, but buffer remains blank, and Emacs is
>> (apparently) inflooping, with letting me stop it (wi
Hi Achim,
Achim Gratz writes:
> Babel asks for confirmation to evaluate a source block even when it is
> going to use the cached value. This patch skips the superfluous
> confirmation in that case (no evaluation takes place, the cached value
> is used).
thanks for the patch. I applied it but
Hello,
Carsten Dominik writes:
> I much appreciate that `C-u C-c C-e' repeats the
> previous export action, that is extremely useful.
>
> I often only export a subtree of a document, and I
> was wondering if others would also find this proposal
> useful:
>
> When exporting a subtree, lets drop a
Am 27.02.2013 09:30, schrieb Bastien:
Andreas Röhler writes:
When evaluating the source examples attached, it fails sending
Traceback (most recent call last):
File "", line 1, in
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 0:
ordinal not in range(128)
T
Nicolas Goaziou writes:
> Done.
>
> Node property is ALT_TITLE and function is
> `org-export-get-alt-title'.
Thanks!
--
Bastien
Hello,
Consider this Org block:
#+begin_src org
* Headline inside an Org block
Text of that entry.
#+end_src
I don't remember exactly why (I think, sometimes, TAB'ing did not work
properly to prefix the dangerous lines with a `,'), I had to do it manually:
go and prefix every headline of the Or
Hi Zech,
Not To Miss writes:
> I know C-u C-c C-v t tangles current code block only, even if there
> are other code blocks that have the same tangle file name. Isn't it
> counterintuitive? It makes more sense that this command tangles all
> the code blocks that belongs to the same file, in my op
Hi Andreas,
Andreas Röhler writes:
> Forms work from all Python shells
You need to test the form in a regular shell, not a Python shell.
See `org-babel-sh-command'.
> AFAIS bug is caused by calling shell-command-on-region
See above, and edebug-defun `org-babel-shell-command-on-region'
to see
I often use individual warning periods for defining how many days before the
DEADLINE the task will show up in my agenda like
DEADLINE: <2013-02-27 Wed -3d>
However, it seems not to be possible to enter this warning period directly when
defining a date with the calendar e. g. by C-C C-D.
Is there
Hi Bastien,
Bastien wrote:
> Arun Persaud writes:
>
>> * project
>> ** TODO headline :repeat:
>>a longer description of what the todo item is about
>>SCHEDULED: <2013-06-18 Tue +1m>
>
> The SCHEDULED line should be right after the headline, see the manual.
> It ca
Bastien altern.org> writes:
> thanks for the patch. I applied it but renamed cache? and
> cache-current? to cache-p and cache-current-p.
Thanks. I have no preference either way regarding the names, I was just
following the example of cache?, which I copied from the original code. There's
anoth
Am 27.02.2013 10:12, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
Forms work from all Python shells
You need to test the form in a regular shell, not a Python shell.
Hi Bastien,
do you mean this:
> python -c "print(u'\xA9')"
©
> python -c "print(u'\u00A9')"
©
> python3 -c "print(
Achim Gratz writes:
> There's another "cache?" in ob-lob, IIRC.
Fixed, thanks.
--
Bastien
Bastien writes:
Hi Basien,
>> since I've updated my org git clone today, I get the following error
>> on emacs startup.
>
> Fixed, thanks.
Confirmed, thanks.
Bye,
Tassilo
Bastien altern.org> writes:
> I applied this patch:
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=7604fe1
Some functions / variables from mew should be pre-declared or mew needs to be
required.
Regards,
Achim.
Hi Martin,
Martin Beck writes:
> However, it seems not to be possible to enter this warning period directly
> when
> defining a date with the calendar e. g. by C-C C-D.
> Is there a syntax to enter warnings here directly?
Nope.
> If not, could it be defined, please? :-)
Patch welcome :) But
Hallöchen!
For reasons I cannot understand, longlines-mode was dropped in bzr
emacs. Thus, I have to use visual-line-mode with org-mode in order
to achieve similar behaviour. This has two drawbacks:
- There is no way to set the line width besides setting Emacs
margins, which is visually less ap
Achim Gratz writes:
> Bastien altern.org> writes:
>> I applied this patch:
>> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=7604fe1
>
> Some functions / variables from mew should be pre-declared
Can you fix this?
> or mew needs to be required.
Mhh.. no, let's not require org-mew.el.
I
"Sebastien Vauban"
writes:
> You've directly put me on the right track: some (untested) code I added just
> before leaving on vacation...
>
> ;; highlight LaTeX and related syntax
> (setq org-highlight-latex-and-related
> '('latex
> 'script
> 'entities))
>
> This
Hi Sébastien,
"Sebastien Vauban"
writes:
> IMHO, such a question should not be asked, and the `,' should be inserted
> literally, as we're in the context of a code block.
Fixed in master, thanks.
--
Bastien
Hi Sébastien,
"Sebastien Vauban"
writes:
> Now that this "syntax order" is enforced, will we get commit 6b04bef back in
> Org 8? That'd be great...
Why not. Can you heavily test commit 6b04bef and see if
anything goes wrong?
--
Bastien
On Tue, Feb 26, 2013 at 10:40 AM, Martin Marier wrote:
> Hi James,
>
> Here is a third vote for mailcap. I have (only) this in my .mailcap
> file:
>
> application/pdf; okular '%s'; test=test -n "$DISPLAY"
Just tried it. Mailcap for the win!
> PS Cool to see a (notorious) sc user on this list a
Bastien,
Bastien wrote:
> Hi Sébastien,
>
> "Sebastien Vauban"
> writes:
>
>> Now that this "syntax order" is enforced, will we get commit 6b04bef back in
>> Org 8? That'd be great...
>
> Why not. Can you heavily test commit 6b04bef and see if
> anything goes wrong?
I can try, though it alread
Bastien altern.org> writes:
> thanks for the patch. I applied it but renamed cache? and
> cache-current? to cache-p and cache-current-p.
That patch needs amending. You let-bind cache-current, but then try to use
cache-current-p.
Regards,
Achim.
Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> You've directly put me on the right track: some (untested) code I added
>> just before leaving on vacation...
>>
>> ;; highlight LaTeX and related syntax
>> (setq org-highlight-latex-and-related
>> '('latex
>>
On Tue, Feb 26, 2013 at 10:14:28PM +0100, Rasmus wrote:
[...]
> > Wouldn't it be better to use Markus Kohm's concept of letter class
> > options to set all the static stuff?
>
> Potentially. What do you mean by "letter class options"? Are you
> referring to customized LCO files or do you refer
Bastien altern.org> writes:
> > IMHO it would also be helpful to have a shortcut
> > to directly modify the warning
> > period of an item with a timestamp in the agenda.
> > (like it is possible with
> > Shift+Left/Right Arrow to modify the date day by day).
>
> C-c C-d RET C-u C-u C-c C-d s-
On 27.2.2013, at 09:52, Nicolas Goaziou wrote:
> Hello,
>
> Carsten Dominik writes:
>
>> I much appreciate that `C-u C-c C-e' repeats the
>> previous export action, that is extremely useful.
>>
>> I often only export a subtree of a document, and I
>> was wondering if others would also find t
Michael,
> I mean customized LCO files. For my former company I had made a
> letter class for business letters based on scrlttr2.cls with two LCO
> files. the first LCO file *company.lco* contained the general
> information about the company (address, bank account, etc.). A
> second LCO file *m
Salut Martin,
Martin Beck writes:
> thanks a lot for your help!
> I tried what you proposed,
> but that only removes the deadline for me:
> C-c C-d RET creates the deadline today.
> C-u C-u C-c C-d removes it and opens a capture window,
> as I have the corresponding option activated which prom
On Wed, Feb 27, 2013 at 01:00:30PM +0100, Carsten Dominik wrote:
>
> On 27.2.2013, at 09:52, Nicolas Goaziou wrote:
>
> > Carsten Dominik writes:
> >
> >> When exporting a subtree, lets drop a mark at the
> >> headline and then go to this mark when C-c C-e is
> >> called with a prefix argument
Hi Torsten,
Torsten Bronger writes:
> - There is no way to set the line width besides setting Emacs
> margins, which is visually less appealing than before. (Minor
> problem.)
Please report this to Emacs developers.
> - Indentation in lists is essentially broken. I illustrate this by
> inden
Achim Gratz writes:
> Bastien altern.org> writes:
>
>> thanks for the patch. I applied it but renamed cache? and
>> cache-current? to cache-p and cache-current-p.
>
> That patch needs amending. You let-bind cache-current, but then try to use
> cache-current-p.
Er... fixed, thanks for double-c
Simon Campese writes:
> Hello,
Hi Simon,
> I have one quick feature request for org-contacts.el that should be
> pretty easy and quick to implement: Could someone please introduce
> customizable variables to optionally disable the gnus/message mode
> integration?
I've added a custom boolean,
Hi Sakurai san,
I gave calfw a new try yesterday. It works well now and I really like it!
I tried to do, as you suggested, a export via htmlfontify-buffer.
It seems like it has problems with the cell alignment for those cells which
contain an appointment.
Please see the attached picture (I can sen
Hello,
Rainer M Krug writes:
> On 18/02/13 22:41, Suvayu Ali wrote:
>> Hi,
>>
>> On Mon, Feb 18, 2013 at 04:33:45PM +0100, Rainer M Krug wrote:
>>> On 18/02/13 16:12, Suvayu Ali wrote:
On Mon, Feb 18, 2013 at 02:49:32PM +0100, Rainer M Krug wrote:
>
> - From time to time, I have t
Hello,
Achim Gratz writes:
> Achim Gratz writes:
>> I've just had a chance to test this on the system where the problem
>> originally
>> showed up (Cygwin with the current 24.3 pre-release). On this system, the
>> buffer-file-coding-system is not copied and the (wrong) default takes over
>> ag
Hi,
Rasmus wrote:
>> Maybe we should write a user guide *before* further implementation
>> steps.
>
> I agree. A "question zero" is whether we eventually want to have an
> org-letter which could, in principle, output to something different
> than scrlttr2.
That could be "isodoc" for which I have
Hey Nicolas,
On Wed, Feb 27, 2013 at 02:35:04PM +0100, Nicolas Goaziou wrote:
> Hello,
>
> Rainer M Krug writes:
> >
> > But what about defining notmuch as a new language for babel, so that
> > one could do the following:
> >
> > #+begin_src notmuch :exports raw
> > search id:x
As of today, org-cadav-syn fails with
--8<---cut here---start->8---
org-export-icalendar: Symbol's function definition is void:
org-prepare-agenda-buffers
--8<---cut here---end--->8---
Actually, I can't find this function bu
Hi Julien,
Julien Cubizolles writes:
> As of today, org-cadav-syn fails with
>
> org-export-icalendar: Symbol's function definition is void:
> org-prepare-agenda-buffers
>
> Actually, I can't find this function but org-agenda-prepare-buffers
> exist. Are there two different functions or is ther
Hello,
The following ECM fails on 2 fronts:
- the `noexport' tag on the inline task is not respected;
- the exported contents (because of the previous item) is not compilable in
LaTeX (maybe the default in `org-latex-inlinetask' is not generic enough for
handling such a content, or there are
Hi!
Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100)
#+BEGIN_SRC elisp
(org-export-as-html 3 nil nil "htmlized-output" nil nil)
#+END_SRC
results in:
org-export-preprocess-string: Wrong number of arguments:
#[(&optional sort-only) ""
[org-inlinetask-min-level limit-level org-odd-level
On 27.2.2013, at 09:52, Nicolas Goaziou wrote:
> Hello,
>
> Carsten Dominik writes:
>
>> I much appreciate that `C-u C-c C-e' repeats the
>> previous export action, that is extremely useful.
>>
>> I often only export a subtree of a document, and I
>> was wondering if others would also find t
Carsten Dominik writes:
> OK, I see that this is a bit less trivial then I thought, requires
> that I study the ui interface a bit more.
I think the only pieces of the UI involved are `org-export-dispatch'
function and `org-export-dispatch-last-action' variable.
> If you want to rush ahead and
Hallöchen!
Bastien writes:
> Torsten Bronger writes:
>
>> - There is no way to set the line width besides setting Emacs
>> margins, which is visually less appealing than before. (Minor
>> problem.)
>
> Please report this to Emacs developers.
In
http://lists.gnu.org/archive/html/emacs-devel/201
This is bisected to b6b509b (which 467f7ff claims to fix, and indeed
does partially)
Reproduce by doing:
emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval '(insert
"<2012-02-27 Wed.>")'
=> timestamp is not fontified.
or instead
emacs -q -L /home/youngfrog/sources/org-mode/li
On Wed, Feb 27, 2013 at 04:54:54PM +0100, Nicolas Richard wrote:
>
> Reproduce by doing:
> emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval
> '(insert "<2012-02-27 Wed.>")'
^
A
Hi,
After another update of emacs today, org-mode is working fine now it seems.
Thanks
-
*Sanjib Sikder
*
>
>
>
Hi Nicolas,
"Nicolas Richard" writes:
> This is bisected to b6b509b (which 467f7ff claims to fix, and indeed
> does partially)
I think I *completely* fixed this now... thanks for the heads up
and the easy recipe!
--
Bastien
Suvayu Ali writes:
> On Wed, Feb 27, 2013 at 04:54:54PM +0100, Nicolas Richard wrote:
>> emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval
>> '(insert "<2012-02-27 Wed.>")'
>
> Are you sure your timestamp has the correct syntax? As far as I know
> there should be no periods
"Sebastien Vauban"
writes:
> Hi,
>
> Rasmus wrote:
>>> Maybe we should write a user guide *before* further implementation
>>> steps.
>>
>> I agree. A "question zero" is whether we eventually want to have an
>> org-letter which could, in principle, output to something different
>> than scrlttr2.
Hi!
Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100)
I am using these two lines to export an agenda to an iCal file:
(org-agenda-list nil nil 60)
(org-agenda-write "~/share/all/org-mode/org-export.ics")
Since my Org-mode update from today (from
5d467d6f8affc0afe34922e885ac6e2492ddd
Bastien writes:
> I think I *completely* fixed this now... thanks for the heads up
> and the easy recipe!
Thanks ; indeed dropping the change to the regexp seems the easiest (and
may avoid problems with code relying on that regexp out of the core).
May I suggest that you fix the commit just once
* Karl Voit wrote:
> Hi!
>
> Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100)
>
> I am using these two lines to export an agenda to an iCal file:
> (org-agenda-list nil nil 60)
> (org-agenda-write "~/share/all/org-mode/org-export.ics")
>
> Since my Org-mode update from today (from
>
"Nicolas Richard" writes:
> May I suggest that you fix the commit just once more ? Part of the
> previous fix was to increase "group number" everywhere, and that has to
> be reverted. Here is a patch if you prefer :
Applied... thanks!
*Sigh*... I think I need to get unplugged for a while :)
-
Samuel,
Samuel Wales writes:
> When I went back and forth with undo-tree, Org did not show the same
> visibility that it did during each stage, so I added this defadvice.
> What it does is make everything visible.
My suggestion here is to use M-x show-all RET (or Org cycling)
before playing ar
Hi Karl,
Karl Voit writes:
> Was there a change in the default settings or is this a bug?
Maybe this change:
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02
Achim?
--
Bastien
Hello,
I finally bit the bullet and converted by rather convoluted and long
emacs startup code to an org file with emacs-lisp code blocks. I then
tangle these into the actual code which is loaded by emacs at
startup. So far, so good, and it does make it easier for me to navigate
around my custom
Hi Bastien,
On 2/27/13, Bastien wrote:
> My suggestion here is to use M-x show-all RET (or Org cycling)
> before playing around with `undo-tree-undo' or `undo-tree-visualize'.
>
> You will then have a clear view of what is un-done,
> without the need to worry about the visibility state.
Correct
Aaron Ecay writes:
> 2013ko otsailak 26an, Bastien-ek idatzi zuen:
>> (Er.. org-toc.el should be trashed, it's 99% obsolete.)
>
> It is? I like its functionality and don’t know of any replacement...
You could try speedbar instead which might give you most (some?
definitely no column views in sp
You should be able to set the “tangle” property of the headline to “no”
to achieve this effect: see the following section of the manual:
(org) Header arguments in Org mode properties
It isn’t as easy to manipulate as a tag, perhaps.
--
Aaron Ecay
Aaron Ecay writes:
> You should be able to set the “tangle” property of the headline to “no”
> to achieve this effect: see the following section of the manual:
> (org) Header arguments in Org mode properties
>
> It isn’t as easy to manipulate as a tag, perhaps.
Thanks. This does work and is rel
Torsten Wagner writes:
[...]
> I read about calfw and org2hpda. However, I did not found a way to generate
> a printable version of calfw (and I had trouble to set it up). For org2hpda
> I still struggle with the installation and it seems to be broken at the
> moment. Not sure.
You could print
Rasmus writes:
> For tikz figures resizing should be done via the scale argument to
> preserve the right font sizes. If people want to resize a tikz figure
> they should do so in their tikz code.
No, that doesn't work for many tikz pictures; in particular it doesn't
work for tikz files produced
Hi
>> * project
>> ** TODO headline :repeat:
>>a longer description of what the todo item is about
>>SCHEDULED: <2013-06-18 Tue +1m>
>
> The SCHEDULED line should be right after the headline, see the manual.
> It can sometimes work when it is on another line, but
Bastien writes:
>> I see the same thing. Categories that would normally set to the file
>> name are displayed as "???". Presumably because
>> `org-refresh-category-properties' is called inside
>> `with-silent-modifications', which let-binds `buffer-file-name'.
>
> Thanks for digging this further,
Bastien writes:
>> Was there a change in the default settings or is this a bug?
>
> Maybe this change:
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02
I cannot see how. If the cache is current, the new code does _less_
work than it would have before the change. If the cache was sta
Hello,
"Sebastien Vauban"
writes:
> Consider this Org block:
>
> #+begin_src org
> * Headline inside an Org block
>
> Text of that entry.
> #+end_src
Technically, this is not an Org block for any serious function in Org.
Headlines have precedence over block markers.
> I don't remember exactl
Hi Nicolas,
Nicolas Goaziou writes:
> What about "#" for priorities?
"#" is already taken, for comments.
I think "," is good for priorities, and that preventing speed commands
in the several blocks is safe and non-intrusive, that's what my patch
did. Let me know if you (strongly) think othe
Hi Sébastien,
"Sebastien Vauban"
writes:
> But first, For me, the question comes down to: do we agree that John (in this
> case) won't be allowed anymore to write such an entry?
>
> *** NOTE Assets:Receivable:CEG
> #+begin_src sh :results value :exports results
> ledger reg --inject=Ex
Just a remark to the Org-Mode Reference Card (http://orgmode.org/orgcard.pdf).
There is a little bug in the spreadsheet description.
wrong:sum from 2nd to 3rd hline |:=vsum(@II..@III)|
correct:sum from 2nd to 3rd hline |:=vsum(@II..III)|
The second at symbol must be deleted for correct working.
Reg
Hi all (posted to orgmode and ledger-cli list),
I'm looking for ideas/tips on how to best record events using orgmode and
ledger. By events I mean things like buying/paying a certain item
(groceries, online payment, dining out), going to a certain place (haircut
appointment, going to the gym), etc
Hello,
Bastien writes:
> "#" is already taken, for comments.
Ok then another binding. I still think freeing "," key is the best thing
to do. More on this below.
> I think "," is good for priorities, and that preventing speed commands
> in the several blocks is safe and non-intrusive, that's
Hi Sébastien,
Bastien writes:
>> Here's a patch to allow for a different prefix for deadline entries which are
>> in the past: for example, "3 d ago" instead of "In -3 d"...
>
> Please make sure the change is backward compatible so that users don't
> have to change the value of their `org-agen
Hello,
"Sebastien Vauban"
writes:
> The following ECM fails on 2 fronts:
>
> - the `noexport' tag on the inline task is not respected;
Should it? Inlinetasks are not headlines, even though they use
a somewhat similar syntax. :noexport: tag applies to trees. Inlinetasks
do not define a tree.
Also true with region export.
Eric S Fraga writes:
> Hello,
>
> I finally bit the bullet and converted by rather convoluted and long
> emacs startup code to an org file with emacs-lisp code blocks. I then
> tangle these into the actual code which is loaded by emacs at
> startup. So far, so good, and it does make it easier f
Bastien writes:
> Hi Julien,
>
> Julien Cubizolles writes:
>
>> As of today, org-cadav-syn fails with
>>
>> org-export-icalendar: Symbol's function definition is void:
>> org-prepare-agenda-buffers
>>
>> Actually, I can't find this function but org-agenda-prepare-buffers
>> exist. Are there two di
Achim Gratz writes:
> I cannot see how.
In fact I cannot even see how creating the agenda would run any src
block at all…
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSam
Frank Mueller wrote:
> Just a remark to the Org-Mode Reference Card (http://orgmode.org/orgcard.pdf).
>
> There is a little bug in the spreadsheet description.
>
> wrong:
> sum from 2nd to 3rd hline |:=vsum(@II..@III)|
>
> correct:
> sum from 2nd to 3rd hline |:=vsum(@II..III)|
>
> The second
Arun Persaud wrote:
> Hi
>
> >> * project
> >> ** TODO headline:repeat:
> >>a longer description of what the todo item is about
> >>SCHEDULED: <2013-06-18 Tue +1m>
> >
> > The SCHEDULED line should be right after the headline, see the manual.
> > It can sometimes
Alan L Tyree writes:
[...]
> G'day Eric,
>
> If I understand your problem correctly, doesn't the property :tangle: do
> what you want?
Yes, thanks; Aaron Ecay has also pointed out to me. It works and does
exactly what I said I needed. And you have both been very polite :-)
--
: Eric S Fraga
2013ko otsailak 27an, Sebastien Vauban-ek idatzi zuen:
>
> Do you know if there was a way out -- other than killing Emacs -- in such a
> case where `C-g' is not working?
If you are on Linux (or OS X, I suppose), you can sometimes break an
infloop by sending emacs the SIGUSR2 signal (in the shell,
Hello,
Samuel Wales writes:
> The old exporter had a bug where exporting a subtree would start H
> levels at the level in the file.
>
> Thus, the top level being exported could be H8 if it were indented to
> that level. Or H38 if it were indented to that level.
>
> IMO better behavior is relati
Hello,
Samuel Wales writes:
> Footnotes
>
> Footnotes is not the correct title.
I don't understand. Could you elaborate?
> Also, I'd like to not have a title for subtree and region export, in
> case it interferes with the title in the Blogger template.
Do you mean that title shouldn't appear
Bastien writes:
>> Some functions / variables from mew should be pre-declared
>
> Can you fix this?
I don't have mew installed, so no I can't.
>> or mew needs to be required.
>
> Mhh.. no, let's not require org-mew.el.
Actually, looking at this, it wouldn't work before mew was loaded.
> IMHO o
Hi
> Isn't that what the LOGBOOK drawer is for? You put the mess in there, so
> it's available when you open it, but you don't have to look at it most of
> the time.
nice! I didn't know about this one. This will solve my problem, although
I still would prefer that drawers, etc are added at the ve
> Do you know if there was a way out -- other than killing Emacs -- in such a
> case where `C-g' is not working?
None that I can think of.
Regards,
--
Nicolas Goaziou
On 2/27/13, Nicolas Goaziou wrote:
> It would help to see your test file. For example, in the following Org
> buffer,
>
> * Level 1
> ** Level 2
> *** Level 3
> Level 4
> * Level 5
> ** Level 6
Did you try it with org-odd-levels-only set to t? That's a standard
part of O
Hi Bastien,
Bastien writes:
> Hi Andreas,
>
> Andreas Leha writes:
>
>> On a related note: I'd also love to see the changes in the
>> source code buffers be autosaved in the org file. I've lost some big
>> edits already due to power loss on my (old) laptop.
>
> There is now `org-edit-src-aut
On 2/27/13, Nicolas Goaziou wrote:
> Samuel Wales writes:
>
>> Footnotes
>>
>> Footnotes is not the correct title.
>
> I don't understand. Could you elaborate?
It literally exported that as the title. The document source did not
have that headline anywhere. It might or might not be related to
Samuel Wales writes:
> On 2/27/13, Nicolas Goaziou wrote:
>> It would help to see your test file. For example, in the following Org
>> buffer,
>>
>> * Level 1
>> ** Level 2
>> *** Level 3
>> Level 4
>> * Level 5
>> ** Level 6
>
> Did you try it with org-odd-levels-only s
1 - 100 of 139 matches
Mail list logo