Hello,
Michael Gauland writes:
> I have a table representing a memory map, something like this:
>
> | Start | End | Purpose|
> |---+--+|
> | | 1E08 | Bootloader |
> | 1E09 | 1FFF | Unused
Am 27.04.2013 05:29, schrieb Christian Wittern:
Hi orgers,
In a mode derived from org-mode, I would like to hide some characters with a
special function to make the display cleaner. There are two cases:
- special characters that should be always invisible
- strings matched by a regex that s
Rafael writes:
> Thanks a lot for your work! I just tried it and it worked for me, to
> post a basic org-mode file.
Thanks for trying it---it's always nice to hear that it works for
someone else, too.
I'm hopeful that, by having a fairly fleshed-out test suite included, if
it doesn't work for so
Puneeth Chaganti writes:
> Or, if it seems reasonable, we could club the two projects into a
> single one to give the users something that's better than a sum of the
> parts!
Hi, Puneeth,
While I'm not sure the structure of the two tools is really amenable to
being joined---the code is very, ver
Gary,
> Org-mode macros that got expanded in the middle of babel source block
> text would be cool. Just saying.
i agree with Eric's comment. if you think of the issue of trying to
parse an arbitrary (and growing) number of languages, trying to avoid
language-specific constructions in your choic
Mike,
On Wed, May 1, 2013 at 4:18 PM, Michael Alan Dorman
wrote:
> Puneeth Chaganti writes:
>> Or, if it seems reasonable, we could club the two projects into a
>> single one to give the users something that's better than a sum of the
>> parts!
[..]
> If you don't mind, I will start looking at t
hi. i have an org-mode table with a large number of columns, but would
like to export only a small number of them. is there an obvious way of
doing this?
cheers, Greg
Hi Greg,
Greg Minshall wrote:
> hi. i have an org-mode table with a large number of columns, but would
> like to export only a small number of them. is there an obvious way of
> doing this?
Put a partial echo code block (one where you select in the var header argument
which columns interest you
On Tue, Apr 30, 2013 at 08:26:52PM -0700, Eric Abrahamsen wrote:
> Rick Frankel writes:
>
> > Whoops. Wrong key. Patch actually attached to this email...
> > rick
>
> Great, I'll consolidate all these -- would it be better to mush them
> into one big patch, or to keep them separate (I suppose fo
* ox.el (org-export-resolve-fuzzy-link): Look for fuzzy link in a
cache before trying to resolve it in the parse tree.
When a document contains a large number of identical fuzzy links, it
doesn't make sense to continually search for them. Instead, as
long as we're looking for position independe
"Thomas S. Dye" writes:
> Hi Eric,
>
> I haven't been following closely, so I'm just checking that you're aware
> of a new variable org-export-allow-bind-keywords, which could play a
> role in the behavior you are seeing.
Thanks Tom. I am indeed aware of this variable. And it usually
works. F
Greetings,
Just wondering about the rationale behind using *bold* markup for
\textbf{} in LaTeX export and to \alert{} in Beamer. Was this a
frequently voiced request? I'm sure I can dig into this somewhere and
change it, but if the majority prefers bold (not saying they do!),
should that be the d
Hello everyone,
I'd be grateful if someone would offer me advice on using gnuplot's
"splot" and "every" commands when plotting data from a table within
org-mode.
As far as I can tell, these gnuplot commands do not work properly
because org-mode exports empty fields in tables as "" and gnuplot's
"
Dnia 2013-05-01, o godz. 09:17:23
John Hendy napisał(a):
> Greetings,
>
> Just wondering about the rationale behind using *bold* markup for
> \textbf{} in LaTeX export and to \alert{} in Beamer. Was this a
> frequently voiced request? I'm sure I can dig into this somewhere and
> change it, but i
Hi,
Orgstruct minor mode is working with the mail-mode a little strange.
If I write a simple list where every item is smaller than a line, I can
use M-RET and a new item is inserted as expected.
But if the item goes over one line, the second line is not indented and
moreover M-RET does not work
Hi,
on loading org-mode I get this warning message:
,
| `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or
| `cl-letf'
`
Is it important?
--
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ ::
:: jabberid: rogo
Achim Gratz writes:
> Eric Schulte writes:
>> If you mean that there should be new syntax for setting header arguments
>> on a file or sub-tree basis w/o using file local variables, I'd be happy
>> to apply a patch.
>
> I'm thinking that something like
>
> #+PROPERTY: header-args:R :session "*R*"
Hi Igor,
a quick grep in a current git-pull reveals a few matches for flet.
However, they are all in modules from the contrib-directory and none
within the core of org.
I do not have much experience with the habits of emacs maintainers,
but I think, that they wont drop the onsolete macro flet un
Rick Frankel writes:
Hello Rick,
> `org-startup-with-inline-images' is a customizable variable. The
> problem is that if an org file is visited in a non-graphics buffer (or
> batch), `org-display-inline-images' is called an throws an error
> ("Non-X frame used").
>
> This problem also occurs when
Hi-
I don't know if this is a bug or feature :), but if an hline reference
(@I, etc) is used on the left side of a calculation, it applies to ALL
columns in the row even if the column is specfied.
Here are some examples to show the results. I would expect all three
versions to generate the same
Eric Schulte writes:
>> #+PROPERTY: header-args:R :session "*R*" :exports none
>
> I hate to change syntax, but the syntax you mention above does look both
> appealing and natural. Even with working file local variables [1].
OK, so let's settle for this.
>> I've checked that the property interfa
Am Wed, May 01, 2013 at 07:22:27PM +0200, Marc Ihm wrote:
[...]
> I do not have much experience with the habits of emacs maintainers,
> but I think, that they wont drop the onsolete macro flet until Version 25
> of emacs (at least).
>
> By that time all the modules from contrib will probably lon
On 01.05.2013 13:28, Daimrod wrote:
Thanks for the report, I've attached a patch that fixes this problem
(in
both `org-display-inline-images' and `org-preview-latex-fragment').
However I don't know if it is the right approach or if I should try
to
narrow this to lower-level functions.
I know
Achim Gratz writes:
> Achim Gratz writes:
>> Something in cc-langs that doe not work correctly in batch mode, it
>> fails to define or select the correct fontification function for gawk.
>> In any case, it doesn't happen when you don't export in batch mode and
>> Emacs 23 does not have that problem
Org-mode version 8.0.1 (release_8.0.1-42-g267cbe @
/Users/minshall/usr/share/emacs/site-lisp/org/)
hi. the following produces #+RESULTS:
#+begin_src org :results replace
hello
#+end_src
but, repeated evaluations seem to grow the list of results. e.g., after
four evaluations:
#+RE
Greg Minshall writes:
> Org-mode version 8.0.1 (release_8.0.1-42-g267cbe @
> /Users/minshall/usr/share/emacs/site-lisp/org/)
>
> hi. the following produces #+RESULTS:
>
> #+begin_src org :results replace
> hello
> #+end_src
>
> but, repeated evaluations seem to grow the list of result
Hi Nicolas,
On 28.4.2013, at 09:28, Nicolas Goaziou wrote:
> Hello,
>
> Carsten Dominik writes:
>
>> I am not saying multiple tocs should not be allowed. I am all for that.
>> However, I think that by inserting a #+TOC line, the user indicates
>> desire for local control. Therefore, org-exp
On 28.4.2013, at 21:16, Marvin Doyley wrote:
> Thanks for the link everybody,
>
> here is what I end up doing, i.e., I added these to my .emacs file (which
> worked like a charm)
>
> (add-hook 'after-init-hook 'org-mobile-pull)
> (add-hook 'kill-emacs-hook 'org-mobile-push)
Thanks for the s
On Wed, May 1, 2013 at 10:00 AM, Marcin Borkowski wrote:
> Dnia 2013-05-01, o godz. 09:17:23
> John Hendy napisał(a):
>
>> Greetings,
>>
>> Just wondering about the rationale behind using *bold* markup for
>> \textbf{} in LaTeX export and to \alert{} in Beamer. Was this a
>> frequently voiced req
On 29.4.2013, at 19:14, Oleksandr Gavenko wrote:
> On 2013-04-25, Bernt Hansen wrote:
>
>> Oleksandr Gavenko writes:
>>
> I want this feature in order to simplify precess of moving entries from
> job org-file to home org-file by marking entries with tag :HOME:...
>>
>> If all you wan
Thank you for your work and this update, Christian!
- Carsten
On 29.4.2013, at 22:52, Christian Egli wrote:
> Hi all
>
> The Taskjuggler Exporter has seen some major updates. We finally have a
> nice out-of-the-box experience with tj3, so please give it a spin.
>
> What's new? Thanks to Nicol
Hi John,
Jumping in late here, with apologies if that's left me wide of the mark.
John Hendy writes:
> On Wed, May 1, 2013 at 10:00 AM, Marcin Borkowski
> wrote:
> Can you explain semantic vs. visual? As in you can more easily
> customize the meaning of \alert{} or \emph{} whereas \textbf{}
Hello,
Lawrence Mitchell writes:
> * ox.el (org-export-resolve-fuzzy-link): Look for fuzzy link in a
> cache before trying to resolve it in the parse tree.
Thanks for your patch. A few comments follow.
> - (if match-title-p (substring raw-path 1) raw-path
> + (if
Eric,
thanks for the answer. another "#+begin_src org" question. it appears
that only *string* values are allowed for any :var that are defined
(i.e., ':var bar="foo"', and *not* ':var bar=3'). since i'm not 100%
sure of the semantics, maybe this is desired.
if one *should* be allowed to pass
Hello,
Carsten Dominik writes:
>> The problem is that #+TOC cannot be a strict equivalent to
>> `org-export-with-toc', since the former cannot be introduced in the
>> document template.
>
> I am not sure I understand. What do you mean?
A TOC keyword belongs to the contents of the document. On
Dnia 2013-05-01, o godz. 11:41:49
t...@tsdye.com (Thomas S. Dye) napisał(a):
> Hi John,
>
> Jumping in late here, with apologies if that's left me wide of the
> mark.
>
> John Hendy writes:
>
> > On Wed, May 1, 2013 at 10:00 AM, Marcin Borkowski
> > wrote:
>
> > Can you explain semantic vs.
I accidentally responded in private, so for completeness I forward this
to the list.
Początek przekazywanej wiadomości:
Data: Thu, 2 May 2013 00:00:05 +0200
Od: Marcin Borkowski
Do: John Hendy
Temat: Re: [O] Rationale for *text* -> \alert{text} for Beamer export?
Dnia 2013-05-01, o godz. 15:
Hi Bastien,
On 4/27/13, Bastien wrote:
> Samuel Wales writes:
>
>> If I run it using M-:, it is fast. If I run it using a key binding,
>> it is a bit slow (about 1s).
>
> Then this is about `org-meta-return', not `org-insert-heading'.
>
> What is the value of `org-catch-invisible-edits' in your
Howdy Org-folks,
Something that I've found myself wishing for time and time again is to be
able to follow the link to a file and immediately pop into a set of M-x
occur results given some search term for that file. That way I could link
to an overview of a file's class/function definitions, or co
Hi Andreas, Hi John
Thank both of you for trying to get me on track.
On 2013-05-01 16:43, Andreas Röhler wrote:
maybe have a look how
ar-hide-bracketed-in-line-atpt
for example is implemented.
I can't actually find this function, but I get the general point from the
files in Emacs Werkstatt
Has there been a recent change in HTML centering? We get this now:
This does not work in browsers that do not support CSS.
Thanks.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Hi all,
I am currently writing a journal thesis in org-mode and exporting it
to a LaTeX file. It worked well until recently I have updated the
org-mode version
to the latest one.
My problem is that the specified class file for the journal fails to
interpret the subtitle
of the sectioning command
John Hendy gmail.com> writes:
> Just wondering about the rationale behind using *bold* markup for
> \textbf{} in LaTeX export and to \alert{} in Beamer. Was this a
> frequently voiced request? I'm sure I can dig into this somewhere and
> change it, but if the majority prefers bold (not saying the
Hi Nicolas,
On 2.5.2013, at 00:08, Nicolas Goaziou wrote:
> Hello,
>
> Carsten Dominik writes:
>
>>> The problem is that #+TOC cannot be a strict equivalent to
>>> `org-export-with-toc', since the former cannot be introduced in the
>>> document template.
>>
>> I am not sure I understand. Wh
Reply to myself:
I edebugged the ox-latex and studied what's happening.
Who wrote this code? you shouldn't do things like this...
The code is overwriting the defcustom'ed sectioning format, no one knows.
the best answer for this problem would be changing the structure of
org-latex-classes but I d
Hi Masataro,
I agree that it is weird for org to insert the alternate header when it
is identical to the regular header. I think it is unnecessary
complication to introduce a new option to control this, though – it can
be automatic. Try the patch attached to this email. It simply avoids
inserti
Am 02.05.2013 00:58, schrieb Christian Wittern:
Hi Andreas, Hi John
Thank both of you for trying to get me on track.
On 2013-05-01 16:43, Andreas Röhler wrote:
maybe have a look how
ar-hide-bracketed-in-line-atpt
for example is implemented.
I can't actually find this function, but I get the
47 matches
Mail list logo