Nicolas Goaziou writes:
> Hello,
>
> Andrea Rossetti writes:
>> when I start emacs -Q and do the following recipe:
>>
>> 1) open the test file "prova.org" (see attach)
>> 2) confirm at the file-local variable prompt, by typing "y"
>&g
Andrea Rossetti writes:
> Hello Org users,
>
> when I start emacs -Q and do the following recipe:
>
> 1) open the test file "prova.org" (see attach)
Apologies for the missing attach. "prova.org" is attached here:
#+BEGIN_SRC mail
To: andrea.rosse...@gm
Hello Org users,
when I start emacs -Q and do the following recipe:
1) open the test file "prova.org" (see attach)
2) confirm at the file-local variable prompt, by typing "y"
3) quit with C-x C-c
then Emacs unexpectedly asks for a confirm to save the
modified buffer "org-src-fontify:mail-mode
Rainer M Krug krugs.de> writes:
> I would like to make three stars bold - is this possible? I have the
> following table and at the moment, I get what is in the latex
> column. But I would like to have what is in the last column.
>
> | org | latex| what I would
Axel Kielhorn writes:
>
> Clocktable language: not working
>
> #+BEGIN: clocktable :maxlevel 2 :scope file :lang fr
> #+CAPTION: [2014-10-04 Sat 09:09]
> | || |
> |-++--|
> | *nil* | *0:31* | |
> |
Hi Dieter,
die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes:
> PS: Are you using Calc regularly?
Compact answer: no :(
Detailed answer: I do like Calc and Org+Babel+Calc,
but my daily job doesn't involve any maths.
The Org functions I use most frequently are:
- org-clock-in, org-clock-out
Xavier Garrido writes:
> Thanks for the follow-up. Actually I am waiting this patch
> http://article.gmane.org/gmane.emacs.orgmode/90932/match=include+resolve+links
> to be pushed by Rasmus (see the comment in the endlessparentheses
Ahem... sincere apologies for the noise. I got confused by
those
Xavier Garrido writes:
> Is there a way ...
...
> to write something like that
...
> #+BEGIN_SRC org
> #+INCLUDE: "./base.org" :headline "First base chapter"
> ,* A more personal chapter
> #+INCLUDE: "./base.org" :headline "Second base chapter"
> ,* Another personal chapter
> #+END_SRC
Hi! today
Andrea Rossetti writes:
> 3) temporary workaround: try to change ":var v=3" into ":var var-v=3",
> it works for me, does it work for you too?
I'm afraid I've been a bit cryptic here.
The suggested workaround/test is: replace
#+BEGIN_SRC calc :var v=3
v +
die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes:
> But now we are getting: byte-code: Symbol's function definition is void:
> v!
>
> #+BEGIN_SRC calc :var v=3
> v + 4
> #+END_SRC
>
Hello Dieter, I think I got it!
1) I see the same error message as you see, for variables with
name "v" or "v
Eric S Fraga ucl.ac.uk> writes:
>
> user-error: Not at a block
> ...
>
> Can anybody please suggest how to debug this?
Does this work?
M-x debug-on-entry RET user-error RET
Hello Org users,
this example:
| | | |
|---+-+---|
| | | |
|---+-+---|
| | | |
#+TBLFM: @I$2='(random 1000)
works incorrectly for me (Org 8.2.7c from ELPA, Emacs 24.3,
Win7): C-c C-c on the #+TBLFM line updates four cells
(@2$1, @2$2, @3$1, @3$2) instead of on
Xavier Garrido writes:
> Of course, I can achieve that by using =:lines= and calculating how many
> lines embeds the given headline.
Hi Xavier, another possible approach (maybe less handy, but in
some cases it might fit): the user could keep one .org file
per headline, and #+INCLUDE one headl
Hello everyone,
if I create this org example:
#+NAME: blah
#+BEGIN_SRC emacs-lisp :exports results
(+ 2 3)
#+END_SRC
#+RESULTS: blah
: 5
I can't execute the command
M-x org-babel-goto-named-result RET blah RET
because "blah" is not listed in the available
choices.
The problem se
Charles Millar writes:
> I must be missing something. When I recalculate the table (update
> table) applying both above TBLFM's - on the line to be updated, in the
> TBLFM line, and in the table itself, an error is returned
>
> "can't assign to hline relative reference"
>
> Org-mode version 8.3bet
Andrea Rossetti writes:
> I wrote a Babel block to generate the #+INCLUDE statements
> for all Org files of a directory.
>
> https://github.com/thesoftwarebin/the-emacs-software-bin/tree/master/include-all-org-files
Hello Org users,
just in case you try to visit the link of tha
"Loris Bennett" writes:
> In the following:
>
> | | | |
> | | | |
> |---+---+---|
> | 1 | 1 | 1 |
> #+TBLFM: @I$3=1
>
> I expected to get a '1' just in the third column. Where am I going
> wrong?
(apologies in advance for suggesting just a workaround
instead of a rational explanation
Andrea Rossetti writes:
> my_reference_manual.org
> abs.org
> ...
> printf.org
> strcpy.org
sorry for the typo, I meant:
my_c_manual.org
abs.org
...
printf.org
strcpy.org
Hello,
Grant Rettke writes:
> May you please discuss your use case that motivated this code?
typical usage scenarios could be:
1) write a book of many chapters, one main.org file
and many second-level .org files, one file per chapter,
and you don't want to manually write all the #
Hi Org users,
I wrote a Babel block to generate the #+INCLUDE statements
for all Org files of a directory.
Nothing spectacular: not recursive through directories,
only .org files ... but I wanted to share it, just in case
someone finds it helpful. Source code and usage example
are available h
Ciaran Mulloy writes:
> Inserting the following as a field formula in location @2$3:
> :='(mapconcat 'identity (delete-dups (list @2$1..@>$1 @2$2..@>$2)) " ")
> and doing a C-c or a C-u-C-c C-c generates an 'Invalid regexp: "Regular
> expression too big"' error.
>
> It seems that I can r
Hello Ciaran,
given your example:
> | Col1 | Col2 | Col3 | Col4 | Col5 |
> |--+--+--+--+--|
> | a| a| :='(mapconcat 'identity (delete-dups (list @2$1..@>$1
> @2$2..@>$2)) " ") | b| |
> | b| a| | | |
> | c| d| | |
Hello everone,
copying a table cell (C-c C-x M-w) uses a private clipboard, as stated
by the `org-table-copy-region' docstring. Sometimes it's handy to paste
a cell's text into something that isn't an org-table (my use case was:
record a macro to perform some silly updates in bbdb, once per tab
Hi guys, I think I found a problem in folding a BEGIN_SRC block.
When I:
- create a "BEGIN_SRC org" block (let's call it "the external
BEGIN_SRC")
- hit C-c ' to edit its contents
- create two consecutive, non-nested "BEGIN_SRC org" blocks
(let's call them "the internal BEGIN_SRCs")
Nick Dokos writes:
> I don't know whether it's expected (one of these years I really have
> to sit down and learn the syntax).
I digged a bit further about the "linkification"
of shell:bla and elisp:bla (the same applies
to all protocols listed in `org-link-types'):
- this type of links is d
Hi all,
when I insert some text like "elisp:sometext" or "shell:sometext"
in an Org buffer, it becomes highlighted and clickable. On click,
a prompt asks for confirm to execute "sometext".
I get the same behaviour if I add tags to a headline, and one
of the tags is "elisp" or "shell".
I e
Joseph Vidal-Rosset writes:
> How can I remove this old built-in Org "shadowed"
> by my new Elpa Org ? It seems to me that it should be the best
> solution,
That time I thought "life is too short to mess with it" :) and simply
ignored that zombie option; it's rare that an option is removed, so
Joseph Vidal-Rosset writes:
> Hello,
> I meet problems to customize this variable via M-x customize-variable :
> Org Export Latex Hyperref Options Format
> I mean that the hypersetup options do not change in my .tex file after the
> export from an org-file.
>
> Does it correspond to a bug?
Hell
Bastien writes:
> Let me know if it works for you,
Hi! I tried a recent git snapshot (Fri May 30 19:28:04
2014 +0200) and performed some manual tests (1 to 5, see
below).
- in org-columns mode ("C-c C-x C-c"):
- 1) PASS: org-columns-edit-value ("e") updates correctly the
empty/whitesp
Hello Carsten and everyone else reading,
yesterday I re-stumbled into the "problem B" described
below, and had a look at the Org sources. I think the solution
could be: if user sets a non-special property to "" or nil,
then remove the property.
An example of a possible (non-bulletproof, tes
Neal Becker writes:
> The first item in my table should say '+UWa'. This seems to upset the
> org table gods, who draw a line through my entry.
>
> How do I put such an item in a table without org table misinterpreting it?
For curiosity I played a bit on this problem.
I got no exact solution, b
ea
Il giorno 27/mar/2014 15:36, "Rainer M Krug" ha scritto:
> Andrea Rossetti writes:
>
> > Rainer M Krug krugs.de> writes:
> >
> > ...
> >> This is the version info - I did not install an old one on my mac:
> >>
> >>
Rainer M Krug krugs.de> writes:
...
> This is the version info - I did not install an old one on my mac:
>
> ,
> | $ makeinfo --version
> | makeinfo (GNU texinfo) 4.8
> |
> | Copyright (C) 2004 Free Software Foundation, Inc.
...
I guess the texinfo version is too old for UTF-8: you may see
Rainer M Krug krugs.de> writes:
>
...
> | makeinfo --no-split org.texi -o org
> | org.texi:15: warning: unrecognized encoding name `UTF-8'.
> `
>
> Is this something in my setup? Should I worry?
My guess: could it be that you have an old version
of makeinfo/texinfo, not supporting UTF-8 fo
Eric S Fraga writes:
> Andrea Rossetti writes:
>>
>> wanted to see the chronological history of all
>> the CLOCK intervals, i.e. no sums/aggregations
>> by day/week.
>> .
>
> I don't think anybody has answered. Just for information, you can
Hello Org users,
recently I had to clock several small tasks,
switching repeatedly from one to the other, and
wanted to see the chronological history of all
the CLOCK intervals, i.e. no sums/aggregations
by day/week.
So I wrote a (first rough version of a) dynamic
block function for it, you m
Hello Bastien and everyone reading,
Bastien writes:
> Could you list other options that are good candidates for such
> auto-filling fonctionality? We'd better implement them all at
> once.
I'd suggest to split the wish-list in two buckets, i.e.
1) some "#+..." commands would benefit of a l
Eric Schulte writes:
> I've written an Emacs web-server [1], which may be used to interact with
> Org-mode over HTTP. It has no dependencies aside from needing Emacs 24
> or later and it should be easy to install and use [2].
Thanks Eric for having shared this project. Unfortunately in my setup
Joseph Vidal-Rosset writes:
> ... Is it a way to automatically save the .org
> file in utf8 ? In my emacs the encoding is utf8 by default.
>
Sorry, I never customized file-coding-system-alist
and related variables, defaults worked well for me, so
unfortunately I don't have good hints... but pl
Joseph Vidal-Rosset gmail.com> writes:
>
> Hello,
> I do not succeed to solve this problem of accent with pdflatex :
>
Shot in the dark: could it be that the encoding of your
org file needs to be saved in utf8 in order to generate a utf8
latex file? Regards, Andrea
Hello everyone,
I get some unexpected behaviour in org-column mode on my
workstation (Emacs 24.3, org-version 8.2.2, Win 7 64 bit).
May I ask support in order to understand:
- if this is reproducible for you as well
- if it is actually a bug, or a mess on my local installation,
or if I misun
Hello everyone,
by reading the suggestions from this list, I prepared
an example the Org headers one could use to write
Japanese in Org, with or without furigana signs.
It's available at this address, under the "furigana-example"
section:
https://github.com/thesoftwarebin/the-emacs-software-
if it's just me).
Here is a simple test: open an empty buffer and type:
(format-time-string "day: %d, month: %h, year: %y")
C-x C-e wrongly returns "day: 06, month: , year: 13"
(format-time-string "day: %d, month: %b, year: %y")
C-x C-e returns "day:
Thanks Nicolas for your last directions,
I will apply them.
The accidental coexistence of two Org versions
on my Emacs installation (built-in versus ELPA)
confused me a bit, apologies for the noise.
Kindest regards,
Andrea
Nicolas Goaziou writes:
>
> You can disable the hypersetup wit
rites:
> Hello,
>
>
> Andrea Rossetti writes:
>
>> may I please ask if this tiny patch looks reasonable and can
>> be committed by the mantainers.
>>
>> Customizable option org-export-latex-hyperref-options-format
>> is currently available in Org, bu
Hello everyone,
may I please ask if this tiny patch looks reasonable and can
be committed by the mantainers.
Customizable option org-export-latex-hyperref-options-format
is currently available in Org, but is ignored by the export.
This patch enables use of org-export-latex-hyperref-options-
Hello everyone,
option "Org Export Latex Hyperref Options Format"
(aka org-export-latex-hyperref-options-format)
seems to have no effect on my latex exports, i.e.
the latex pramble always contains this same text:
===
\hypersetup{
pdfkeywords={},
pdfs
47 matches
Mail list logo