Dear org community members,
I am sure you have noticed that I am not really able to put in
a lot of time as the maintainer of Org. This is not good, but
right now we do not have another candidate who would be willing
to take over and do a better job. Unfortunately my time constrains
only allow a
Hello,
Aaron Ecay writes:
> I have several export filters which translate special blocks into latex
> code (doing some tedious string munging in elisp, such that a simple
> latex block is not warranted; I also have the eventual goal of making
> them cross-backend, which will involve a different
Hi all,
Here's a patch to turn this:
#+begin_src C :results output
puts("[1] 2 3 3");
#+end_src
#+RESULTS:
: [1]
into this:
#+begin_src C :results output
puts("[1] 2 3 3");
#+end_src
#+RESULTS:
: [1] 2 3
regards,
Oleh
From 3cde8ae1316762e106c2229a1661b31de56bc3f9 Mon Sep 17 00:00:00 2001
Fro
Hello,
John Hendy writes:
> I went to access the BEAMER_act property via C-c C-b and see it's not
> listed in the minibuffer choices (attached) The manual describes this
> function like so:[1]
>
> C-c C-b (org-beamer-select-environment)In org-beamer-mode, this
> key offers fast selection of
Rick Frankel wrote:
> For Aaron and others concerned about e.g, `server-start', it's easy to
> check if emacs is not running in batch or, in the case of server
> start, if emacs is running in a multi-window environment.
The "server-start" thing was a question of mine, trying to see if using
emacsc
Hi Tom,
t...@tsdye.com writes:
> Patch includes table continuation strings for several languages.
> Translations all from the internet. Caveat emptor.
The German strings are fine.
Best regards
--
Michael Strey
http://www.strey.biz
Hello,
Aaron Ecay writes:
> 2013ko urriak 29an, Nicolas Goaziou-ek idatzi zuen:
>> Out of curiosity, why did you skip other variables (e.g.
>> org-latex-footnote-separator)?
>
> Because these variables insert arbitrary latex code into the export
> output, they could be put to nefarious purposes
Helo,
Rick Frankel writes:
> On 2013-10-29 04:35, Nicolas Goaziou wrote:
>> Achim Gratz writes:
>>
>> Nicolas Goaziou writes:
>> At the moment, by default, external emacs process for asynchronous
>> export is called with:
>>
>> /path/to/emacs -Q --batch -l org-export-async-init-file ... export
Nicolas Goaziou writes:
> Here is a slight change to the second one, which will correctly reset
> cache when some variables are customized or when a buffer is refreshed
> (C-c C-c on a keyword).
By the way, almost a month has passed since the first message in this
thread. Is someone still testin
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> Patch includes table continuation strings for several languages.
> Translations all from the internet. Caveat emptor.
Applied. Thank you.
> + ("ja" :utf-8 "前ページから続く")
[...]
> + ("ja" :utf-8 "次ページに続く")
These will not be very helpful, th
Hello,
I would like git permissions to maintain org-license.el and
org-effectiveness.el from org-mode instead of worg.
Thanks in advance.
> Dear org community members,
>
> I am sure you have noticed that I am not really able to put in
> a lot of time as the maintainer of Org. This is not good,
Nicolas Goaziou writes:
> Nicolas Goaziou writes:
>
>> Here is a slight change to the second one, which will correctly reset
>> cache when some variables are customized or when a buffer is refreshed
>> (C-c C-c on a keyword).
>
> By the way, almost a month has passed since the first message in t
Hello,
I am trying to configure my refiling targets in a way, that allows me to
refile to any of the files in org-agenda-files, as well as to the file
displayed by the current buffer, if it is not included in
org-agenda-files. Additionally, I want the headings in agenda-files to
be included up to
Hi Aaron,
Aaron Ecay writes:
>> It doesn't work for me however. Or perhaps I just don't get it. I am
>> expecting it to work similarly to AUCTeX-synctex and other non-Emacs
>> editors supporting synctex. E.g. a red box usually pops up,
>> highlighting the correct line and I'm able to jump bac
Hi,
Nicolas Goaziou writes:
> John Hendy writes:
>
>> I went to access the BEAMER_act property via C-c C-b and see it's not
>> listed in the minibuffer choices (attached) The manual describes this
>> function like so:[1]
>>
>> C-c C-b (org-beamer-select-environment)In org-beamer-mode, thi
On 2013-10-30 06:00, Nicolas Goaziou wrote:
Helo,
For reference, here is the suggested patch.
Is there any strong point against it?
looks great to me.
rick
hej,
one more patch, which takes care of re-hiding inline-tasks
properly. finally it is possible to work with longer inline tasks
without them getting always in the way.
just bump me, if anything is not to your liking
cheers,
jonas
From 447d528263728ea56f390ae8dfdfa99880d6ccb4 Mon Sep 17 00:00:
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Patch includes table continuation strings for several languages.
>> Translations all from the internet. Caveat emptor.
>
> Applied. Thank you.
>
>> + ("ja" :utf-8 "前ページから続く")
>
> [...]
>
>> + ("ja" :utf-8 "次
On 2013-10-26 08:10, John Kitchin wrote:
Other than having to repeat yourself, wouldn't the
[[custom:file.ext][file:file.png]] syntax allow for most/all of the
use cases mentioned?
rick
Yes, I think [[custom:file.ext][file:file.png]] would cover all
those cases.
So it turns out that this is a
Nicolas Goaziou writes:
>> An example filter?
>
> (defun my-personal-table-continuation-strings (row backend info)
> (when (org-export-derived-backend-p 'latex)
> (replace-regexp-in-string
>"multicolumn{[0-9]+}{l}{\\(.*\\)}" "String 1"
>(replace-regexp-in-string
>
Hello, it's me again,
I figured out, what was wrong with the original code. I had gotten the
parentheses of the lambda wrong, which messed all this up.
I modified the code and refactored the lambda out into a proper
function, as you can see below:
--
Hi Carsten
On Fri, Oct 25, 2013 at 3:31 PM, Carsten Dominik
wrote:
> On 24.10.2013, at 22:47, Michael Brand wrote:
>> On Thu, Oct 24, 2013 at 8:18 AM, Carsten Dominik
>> wrote:
>>> Applied, thanks.
>>
>> I can not see the commit, is it pushed?
>>
>>> Michael, would you like to have write access
Applied thanks.
Oleh writes:
> Hi all,
>
> Here's a patch to turn this:
>
> #+begin_src C :results output
> puts("[1] 2 3 3");
> #+end_src
>
> #+RESULTS:
> : [1]
>
> into this:
>
> #+begin_src C :results output
> puts("[1] 2 3 3");
> #+end_src
>
> #+RESULTS:
> : [1] 2 3
>
> regards,
> Oleh
>
> F
These look great, I've just applied them. I had to make very minor
changes to appease the compiler (see ac9d801).
Thanks!
Aaron Ecay writes:
> Hi Eric,
>
> Thanks for the feedback. You are right that this could be more
> extensible. I’m attaching a new version of patches #2 and 3 to this
> e
I have the following table:
|--|
| Duration |
|--|
| 2@ 15|
| 2@ 30|
| 2@ 30|
| 0@ 45|
|--|
| 8@ 0' 0" |
|--|
#+TBLFM: @>$1=vsum(@2..@-1)
I would like the total be displayed like:
8@ 00'
instead of:
8@ 0' 0"
Is this possible?
--
Cecil West
Brett Viren writes:
> Hi,
>
> I'm trying to set up a capture template of type "function" in order to
> produce a daily log file named after today's date.
>
> It mostly works. However, after doing the C-cC-c to close the capture
> buffer the window is left holding the daily log file which the cap
Hi David,
do you have FSF papers? If so, write to Jason Dunsmore and send him your
public key.
Thanks you!
- Carsten
On 30.10.2013, at 12:40, david...@riseup.net wrote:
> Hello,
>
> I would like git permissions to maintain org-license.el and
> org-effectiveness.el from org-mode instead of wor
Hi Nicolas,
2013ko urriak 30an, Nicolas Goaziou-ek idatzi zuen:
> IIRC, I already suggested a solution with Babel for this problem.
> There's no need to complicate core Org syntax for such a specific
> case.
And I already said why I disagree that your proposal is a solution.
Special blocks are “C
On Thu, Oct 31, 2013 at 02:38:48AM +0530, Jambunathan K wrote:
> Peter Davis writes:
>
> > I've used Oddmuse for years to maintain my own personal Wiki, but now
> > I'm looking to move to Org mode.
>
> I am in the process of adding Org-mode markup support to the Oddmuse
That would be great. I'd
>> "Jambunathan" == Jambunathan K writes:
Strangely enough, I don't see your answer on gmane.
> In LibreOffice,
> Right click on the table->Table->Text Direction->Right-to-Left.
Aha,
> Now, does what you see seem right to you?
Yes indeed it does!!
I fiddled around with a functi
>> "Jambunathan" == Jambunathan K writes:
> In LibreOffice,
> Right click on the table->Table->Text Direction->Right-to-Left.
> Now, does what you see seem right to you?
Sorry, my answer was premature.
Your solutions, converts the order of all rows, but this is not correct
in gen
OO and Libre Office have a langstanding bug
https://issues.apache.org/ooo/show_bug.cgi?id=7747
The select all function does not work in a document which starts with a
table there is a workaround but this workaround does not work for odt
files generated by the org converter.
Now I generated by
M writes:
> Hi,
>
> I'd like to set up org-mode in a way to separate my personal data from my
> gerenal settings.
>
> Why?
> I'd like to be able to quickly and easily create tutorials or minimal
> examples with sample data without having to worry about publishing
> private/personal information an
Cecil Westerhof writes:
> I have the following table:
> |--|
> | Duration |
> |--|
> | 2@ 15 |
> | 2@ 30 |
> | 2@ 30 |
> | 0@ 45 |
> |--|
> | 8@ 0' 0" |
> |--|
> #+TBLFM: @>$1=vsum(@2..@-1)
>
> I would like the total be displayed like:
> 8@ 00'
> in
Is anybody familiar enough with the code to have guesses why this bug occurs?
On 10/28/13, Samuel Wales wrote:
> Point is moved to beginning of buffer in every agenda file when I run
> the agenda.
>
> emacs -Q with a minimal test case and (setq org-agenda-window-setup
> 'current-window) has the
Hi everyone,
I am trying to write a minor mode that will help me write a little
more efficiently.
While I'm in that mode, I want to insert a properties drawer every
time I create a new heading. So I would like to temporarily change
"org-insert-heading-hook" when the minor mode is active. It's n
Dnia 2013-10-30, o godz. 18:44:53
Peter Davis napisał(a):
> On Thu, Oct 31, 2013 at 02:38:48AM +0530, Jambunathan K wrote:
> > Peter Davis writes:
> >
> > > I've used Oddmuse for years to maintain my own personal Wiki, but
> > > now I'm looking to move to Org mode.
> >
> > I am in the process
37 matches
Mail list logo