>From ef813011fbe2fd47e5bdd623a6cff0878074de0c Mon Sep 17 00:00:00 2001
From: Phil Hudson
Date: Mon, 16 May 2016 09:32:06 +0100
Subject: [PATCH] org-capture.el: Support all capture template target-file
variants in Customize
* lisp/org-capture.el (`org-capture-templates'): Adjust the
`org-captu
I hope somebody can provide an advice for `org-display-inline-images` to
set image background color.
Here is an link on StackExchange.Emacs:
http://emacs.stackexchange.com/questions/20574/default-inline-image-background-in-org-mode/20598?noredirect=1#comment32482_20598
I don't know how to write
Hello,
Phil Hudson writes:
> org-capture.el: Support all capture template target-file variants in
> Customize
>
> * lisp/org-capture.el (`org-capture-templates'): Adjust the
> `org-capture-templates' defcustom template to support specifying the capture
> target file using either a literal
Hello,
Vladimir Lomov writes:
> This works fine, though at first I thought it would be enough to add
> only following code
> #+BEGIN_SRC emacs-lisp
> (define-key org-src-mode-map [f2] 'org-edit-src-save)
> #+END_SRC
> into emacs init file. Of course, this don't work and emacs complains about
>
As per the title, orgtbl-mode doesn't overwrite whitespace in tables
like it does normally in org-mode. Backspace works as expected, however.
This was produced in emacs -Q in fundamental-mode.
Emacs : GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.18.9)
of 2016-04-11 on buildvm-25.ph
Nicolas Goaziou writes:
This is my modified patch (v6), fix the problems you stated. please review
again, thank!
>From 29760e5c5876fb6b772f7a6004b7160bc06efba8 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sat, 14 May 2016 22:42:53 +0800
Subject: [PATCH] New feature: Use dvisvgm to preview late
Hello,
"Feng Shu" writes:
> I suggest to add (:generator my-generator-function) style configure
> to `org-latex-pdf-process', it is simple and powerful feature, we
> can use this feature to switch latex commands dynamicially, for example:
>
> (defun my-latex-pdf-process-generator (texfile snippe
"Feng Shu" writes:
> Nicolas Goaziou writes:
>>> + :type 'alist)
>
> I need to help to deal with it, what about just remove :type?
You cannot remove :type as it would make the defcustom invalid. However,
I wouldn't bother much at the moment since the design is not yet finalized.
Regards,
--
发自我的网易邮箱手机智能版
在 2016-05-16 21:18:20,"Nicolas Goaziou" 写道:
>Hello,
>
>"Feng Shu" writes:
>
>> I suggest to add (:generator my-generator-function) style configure
>> to `org-latex-pdf-process', it is simple and powerful feature, we
>> can use this feature to switch latex commands dynamici
Hi Bastien, Achim,
I have added you to this thread to get help on how to make it easy to
identify if the current version of org-mode is the dev build.
As of now, M-x org-version shows "Org-mode version 8.3.4 .." for both
master and maint build of org-mode. Would it be possible to have the
version
I just noticed that Orgzly the mobile app for Android now has folding. I
think this will be replacing Mobile-Org for me.
1.4-beta.4 is out. It should be the last beta, if no issues are found.
• Add "Fold content" option
• Add "Display content in search" option
• Rearrange Settings
• Update "What
On Tue May 10 2016 at 03:21, Karl Voit wrote:
> * Bill White wrote:
>>
>> Thank you all for the suggestions thus far. I'll attach the org file
>> I'm working with:
>
> Being curious on your motivation: why do you use only plain list items
> instead of headings with paragraphs or headings with p
I remember a while ago there was a discussion (on emacs.devel? I can't
remember) about the format for Emacs manuals, and Org came into it, and
at some point someone (Rasmus? Achim Gratz? I can't remember this
either) posted a template for doing Emacs manuals in Org. It was
particularly useful becau
Copying Oleh as I believe he uses org to generate Info manual for his ivy
package.
--
--
Kaushal Modi
Apparently there's some networking devilry going on with gmane at the
moment, and this never got sent -- I'm trying again. Original message
was:
Is anyone else seeing this?
Go into a tags-type agenda, hit "/" to start filtering, then SPC for
"filter to any tag". That gives me this backtrace:
D
Hi,
Ilya Filippov writes:
> I try to include subsection from one org-file to another
> (http://orgmode.org/manual/Include-files.html) with using CUSTOM_ID.
>
> In first-file.org:
>
> ** Subsection name
> :PROPERTIES:
> :CUSTOM_ID: subsec_to_include
> :END:
>
> bla-bla
>
>
> In second-file.org I
Is there a way to specify the timestamp for a repeated task which has to
be done on the second Sunday of every month? I'd like the todo state of
the task to go back to TODO after it has been marked DONE, as described
in the section on repeated tasks in the Org manual.
Thanks,
Raghu.
Hi !
Tags are a very useful feature to filter information in org-mode. After
few years of developing a system to organize my life with org-mode, I
realize that tags can become rather difficult to deal with as we tend to
define a lot of tags spread out over several org files.
One general issu
Is anyone else seeing this?
Go into a tags-type agenda, hit "/" to start filtering, then SPC for
"filter to any tag". That gives me this backtrace:
Debugger entered--Lisp error: (args-out-of-range "" 0 1)
substring("" 0 1)
(equal "{" (substring tag 0 1))
(and (equal "{" (substring tag 0 1))
Nicolas Goaziou writes:
> Hello,
>
> Julien Cubizolles writes:
>
>> I'm still experiencing this problem with the following example
>>
>> #+BEGIN_SRC elisp
>> (add-to-list 'load-path "~/git-repositories/org-mode/lisp")
>> (add-to-list 'load-path "~/git-repositories/org-mode/contrib/lisp")
>>
Eric Abrahamsen writes:
> I remember a while ago there was a discussion (on emacs.devel? I can't
> remember) about the format for Emacs manuals, and Org came into it, and
> at some point someone (Rasmus? Achim Gratz? I can't remember this
> either) posted a template for doing Emacs manuals in Org
On Thu, May 12, 2016 at 12:12 PM, Bill White wrote:
> But I'm open to suggestions & discussion - now's the time to play around
> with formats to find the right balance between playing with words and
> slogging through markup. Perhaps this isn't the right mailing list for
> that discussion, though
"N. Raghavendra" writes:
> Is there a way to specify the timestamp for a repeated task which has
> to be done on the second Sunday of every month? I'd like the todo
> state of the task to go back to TODO after it has been marked DONE, as
> described in the section on repeated tasks in the Org ma
Am 11.05.2016 um 21:45 schrieb Rainer Stengele:
Am 11.05.2016 um 18:22 schrieb Marco Wahl:
Hi Rainer,
I could not find a variable which allows formatting the clock report
that is created in the org agenda by "v R".
Any quick pointer to such one or other ideas?
org-agenda-clockreport-paramete
I don't recall it, but these look along similar lines?
-
https://www.reddit.com/r/emacs/comments/2bummt/changing_emacs_documentation_system_from_texinfo/
- https://lwn.net/Articles/625072/
John
On Sat, May 14, 2016 at 2:21 AM, Eric Abrahamsen
wrote:
> I remember a while ago there was a discuss
Hi tumashu,
tumashu writes:
> I find a new tool: dvisvgm (https://github.com/mgieseki/dvisvgm)
> ,which we can use it to preview latex fregments, it can deal with
> xetex's xdv file as well (it will available in texlive2016).
That looks very cool. Thanks for the pointer!
Will you be working o
Is there a way to specify the timestamp for a repeated task which has to
be done on the second Sunday of every month? I'd like the todo state of
the task to go back to TODO after it has been marked DONE, as described
in the section on repeated tasks in the Org manual.
Thanks,
Raghu.
--
N. Ragha
"Feng Shu" writes:
I will refactor the latex previewing code, this patch should be delay
reviewd.
> "Feng Shu" writes:
>
> This is version 2, make diff more easy read.
>
> From 66804cf5642256a38beb0b84ad8194562f34bfce Mon Sep 17 00:00:00 2001
> From: Feng Shu
> Date: Sat, 14 May 2016 22:42:53
I did try to change following code in in the org.el file,
inside the org-cycle-internal-local function.
So that instead of having 3 tab expansions it only shows the next level
of expansion.
I am not 100% shure thats the perfect solution but it seemed to work:
;; THAT IS THE ORIGINAL CODE OF THE T
Is there a way to specify the timestamp for a repeated task which has to
be done on the second Sunday of every month? I'd like the todo state of
the task to go back to TODO after it has been marked DONE, as described
in the section on repeated tasks in the Org manual.
Thanks,
Raghu.
--
N. Ragha
Is there a way to specify the timestamp for a repeated task which has to
be done on the second Sunday of every month, after a certain date, say
25 May 2016? I'd like the todo state of the task to go back to TODO
after it has been marked DONE, as described in the section on repeated
tasks in the Or
At 2016-05-13T22:07:58+02:00, Leandro Noferini wrote:
> "N. Raghavendra" writes:
>
>> Is there a way to specify the timestamp for a repeated task which has
>> to be done on the second Sunday of every month? I'd like the todo
>> state of the task to go back to TODO after it has been marked DONE,
Rasmus writes:
> Once upon a time Tom ported the Org manual. It's on his github, probably
> under tsdye.
https://github.com/tsdye/orgmanual
--
Thomas S. Dye
http://www.tsdye.com
On Mon, May 16, 2016 at 1:50 PM Eric Abrahamsen
wrote:
> Is anyone else seeing this?
>
> Go into a tags-type agenda, hit "/" to start filtering, then SPC for
> "filter to any tag". That gives me this backtrace:
>
Can you add more detail on how to recreate the problem you are seeing in an
emacs -
i skip tags almost entirely in favor of regular expression search. :)
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. And
ANYBODY can get it.
Denmark: free Karina Hansen NOW.
Hello,
"Thomas S. Dye" writes:
> Rasmus writes:
>
>> Once upon a time Tom ported the Org manual. It's on his github, probably
>> under tsdye.
>
> https://github.com/tsdye/orgmanual
What about moving it to "contrib/"? It could help keeping it up-to-date.
Regards,
--
Nicolas Goaziou
Thanks for pointing out that my manual was out of date. Looks to me like I
needed to delete the stock org manual before the package-based one would
show up in info.
Daniel E. Doherty
Law Offices of Daniel E. Doherty
7300 W. 110th Street, Suit
Hello,
"Feng Shu" writes:
> This is my modified patch (v6), fix the problems you stated. please review
> again, thank!
Thank you. Comments follow.
> From 29760e5c5876fb6b772f7a6004b7160bc06efba8 Mon Sep 17 00:00:00 2001
> From: Feng Shu
> Date: Sat, 14 May 2016 22:42:53 +0800
> Subject: [PATC
Aloha Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> "Thomas S. Dye" writes:
>
>> Rasmus writes:
>>
>>> Once upon a time Tom ported the Org manual. It's on his github, probably
>>> under tsdye.
>>
>> https://github.com/tsdye/orgmanual
>
> What about moving it to "contrib/"? It could help keeping
i see your mean, i think org-compile-file can do more thing, for example:
handle dvipng or dvisvgm,
what i need to know is the different of call-process and run shell command.
can we use run shell command instead of call-process in converting dvi to png?
special string need to do more work,
"Thomas S. Dye" writes:
> Rasmus writes:
>
>> Once upon a time Tom ported the Org manual. It's on his github, probably
>> under tsdye.
>
> https://github.com/tsdye/orgmanual
Hey, that's perfect! Dunno if that's what I was remembering, but that's
exactly what I was after. Even better if it ends
Kaushal Modi writes:
> On Mon, May 16, 2016 at 1:50 PM Eric Abrahamsen
> wrote:
>
> Is anyone else seeing this?
>
> Go into a tags-type agenda, hit "/" to start filtering, then SPC
> for
> "filter to any tag". That gives me this backtrace:
>
> Can you add more detail on how to re
If we need 4 cmmand to convert test.dvi to test.png
1. cmd1 test.dvi test.a
2. cmd2 test.a test.b
3. cmd4 test.b test.png
does it work correctly? can %b.a convert to text.a ?
("cmd1 %b.dvi %b.a"
"cmd2 %b.a %b.b"
"cmd3 %b.b %b.png")
if it works properly, i suggest merge org-compile-file fe
Kaushal Modi writes:
> On Mon, May 16, 2016 at 1:50 PM Eric Abrahamsen
> wrote:
>
> Is anyone else seeing this?
>
> Go into a tags-type agenda, hit "/" to start filtering, then SPC
> for
> "filter to any tag". That gives me this backtrace:
>
> Can you add more detail on how to re
Aloha Eric,
Eric Abrahamsen writes:
> "Thomas S. Dye" writes:
>
>> Rasmus writes:
>>
>>> Once upon a time Tom ported the Org manual. It's on his github, probably
>>> under tsdye.
>>
>> https://github.com/tsdye/orgmanual
>
> Hey, that's perfect! Dunno if that's what I was remembering, but that's
Hello other org mode aficionados! (I apologize for the errant email I
send a minute ago. )
I have created a (possible) patch to the export (ox.el and other
ox-XXX.el) files that allow for "source code" and "example" blocks to
have line numbers starting at an arbitrary number. Before the
(wond
"Thomas S. Dye" writes:
> Aloha Eric,
>
> Eric Abrahamsen writes:
>
>> "Thomas S. Dye" writes:
>>
>>> Rasmus writes:
>>>
Once upon a time Tom ported the Org manual. It's on his github, probably
under tsdye.
>>>
>>> https://github.com/tsdye/orgmanual
>>
>> Hey, that's perfect! Dunno if
Hello,
"Thomas S. Dye" writes:
> I'm happy if someone moves it to contrib/.
Done.
> Is there anything for me to do before/after that happens?
Not really. Of course, feel free to help keeping (making) it up-to-date
if your spare time allows it.
Once the manual is up-to-date, we might consider
48 matches
Mail list logo