>
> This sounds a bit like org-entities. I use this together with cdlatex for
> quickly inserting such things.
>
> Try to type \Rightarrow and type C-c C-x \
> Also try to export to text (non-unicode). You will get the desired symbol.
>
> Alternatively, you can use one of the many input methods s
Hi Richard,
> There's an example of how to do something like this in the "Advanced
> Configuration" section of the Export section in the manual. Maybe you
> could adapt it like this?
>
> (defun my-latex-filter-rightarrow (text backend info)
>(when (org-export-derived-backend-p backen
It's working! Thank you very much for your time, this will be very useful.
Kaushal Modi:
> On Tue, May 10, 2016 at 6:51 PM Kaushal Modi wrote:
>
>> I will see if I can find a workaround for it on 24.5.
>>
>
> Here's a final try ..
>
> Please replace the advising function with this one:
>
> (d
Minor modes which use dynamic overlays, such as
- show-paren-mode
- show-smartparens-mode
- beacon-mode
interact strangely with buffers in org-indent-mode.
Expected behaviour: The org-indent-mode indentation is maintained.
Observed behaviour: The insertion and/or removal of the dynamic overlays
I moved files to contrib/lisp/. I live in China, hope FSF can assign the
copyright assignment digitally.
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
Blog
When visiting an org-babel code block in a dedicated window (C-c ' in
the block), I would like to manually save the buffer to a file by calling
write-file (C-x C-w)
However, this doesn't work - it prompts you for a filename, as expected,
but no matter what filename you enter it always just re-sav
I have updated the final version here:
http://emacs.stackexchange.com/a/16746/115
(also attached for reference)
--
--
Kaushal Modi
modi-org-entity.el
Description: Binary data
On Tue, May 10, 2016 at 6:51 PM Kaushal Modi wrote:
> I will see if I can find a workaround for it on 24.5.
>
Here's a final try ..
Please replace the advising function with this one:
(defun modi/org-insert-org-entity-maybe (orig-fun &rest args)
"When the universal prefix C-u is used before
On Tue, May 10, 2016 at 6:16 PM drymer wrote:
> Very strange. I have that piece of code in a file with other things, and
> all of them (behind and after the snippet) is getting evaluated. Also,
> what you're saying still doesn't work.
>
> And now I see. I casually have installed emacs 25 and I ju
Rainer M Krug writes:
> Rasmus writes:
>
>> Sebastian Fischmeister writes:
>>
>>> Is there a simple way to build regex-based extensions to the exporters?
>>
>> Yeah, filters. But I don’t think this is the best way to go about it.
>>
>>> For example, I would like to convert this string "=>" to
Very strange. I have that piece of code in a file with other things, and
all of them (behind and after the snippet) is getting evaluated. Also,
what you're saying still doesn't work.
And now I see. I casually have installed emacs 25 and I just remembered
it. It works fine there.
Kaushal Modi:
> O
On Tue, 10 May 2016 at 10:21:12 pm BST, Nicolas Goaziou
wrote:
> Hello,
>
> Phil Hudson writes:
>
>> Expected: When using the Customize interface to create/edit an Org
>> capture template, we expect to be able to specify a file to write the
>> captured item into using (according to the document
On Tue, May 10, 2016 at 5:25 PM drymer wrote:
> I'll try the other approach if we can't make this work, because I like
> it more x)
> I've evaluated all of it, even re-opened emacs.
>
> Uh, in my description of that function it doesn't say the same, it's the
> regular one. I've executed toggle-de
Hello,
Phil Hudson writes:
> The first approach is supported by defcustom and gives us the chance to
> be both more descriptive and more prescriptive. It shouldn't break
> anything that isn't in fact already broken.
>
> The second approach is as simple as changing that `cadr` to a `cdr`, but
> i
I'll try the other approach if we can't make this work, because I like
it more x)
I've evaluated all of it, even re-opened emacs.
Uh, in my description of that function it doesn't say the same, it's the
regular one. I've executed toggle-debug-on-error and re-evaluated and
nothing. It seems that is
Aloha John,
Nice!
I had to (require 's) in order to evaluate the function
(s-starts-with?).
All the best,
Tom
John Kitchin writes:
> you might find this approach helpful:
> http://kitchingroup.cheme.cmu.edu/blog/2015/11/21/Insert-org-entities-into-org-mode-with-helm/
>
> drymer writes:
>
>> Hi
Hello,
Phil Hudson writes:
> Expected: When using the Customize interface to create/edit an Org
> capture template, we expect to be able to specify a file to write the
> captured item into using (according to the documentation) any one of:
> * a literal filename
> * a function
> * a variab
Hello,
Carlos Noguera writes:
> FYI, I just discovered that the behaviour happens if "Org Clock Into
> Drawer" option in "Org Clock group" is set to "When at least N clock
> entries: 3" and I go from two entries to 3.
> If I change it to "Into LOGBOOK drawer" I don't have the problem any more.
On Tue, May 10, 2016 at 4:25 PM drymer wrote:
> Hi
> I didn't explain myself. It inserts four *, as it didn't find the
> entity. I'm using emacs 24.5.3 and org-mode 8.34, which is the maint
> branch. I've also tried with plain emacs without configuration.
>
Those emacs and org versions are fine.
you might find this approach helpful:
http://kitchingroup.cheme.cmu.edu/blog/2015/11/21/Insert-org-entities-into-org-mode-with-helm/
drymer writes:
> Hi
> I didn't explain myself. It inserts four *, as it didn't find the
> entity. I'm using emacs 24.5.3 and org-mode 8.34, which is the maint
> bra
Hi Nick,
this is what is output to the *gnupolt* buffer:
data =
""
set term svg
set output "data-missing.svg"
set 34
set 56
set 44
this is what I have in the file above:
JET 2012-01-01 1000
2012-02-01 2000 100
Hi
I didn't explain myself. It inserts four *, as it didn't find the
entity. I'm using emacs 24.5.3 and org-mode 8.34, which is the maint
branch. I've also tried with plain emacs without configuration.
Kaushal Modi:
>>
>> On Tue, May 10, 2016 at 3:28 PM drymer wrote:
>>
>>> I evaluated the
>>> fu
Hello,
Robert Klein writes:
> Please find the patch attached.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Hello,
Rainer M Krug writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Rainer M Krug writes:
>>
>>> attached please find a patch which adds additional output file types for
>>> plantuml.
>>
>> Applied. Thank you.
>>
>> Could you provide an entry for ORG-NEWS?
>
> Here it is - hopefully in th
Hello,
Arun Isaac writes:
> Is there some other maintainer I should contact? I mean, should I be
> posting bug reports and patches to contributed packages on some other
> mailing list?
This ML is fine. The author is Bastien, who is reading it anyway.
> The comment says "Only consider first lev
Hi!
I have some org-tables which contain empty fields. I specified
:missing "?" to get the right results. When I try to plot them
with Gnuplot the empty fields are not exported as '?' but just as
empty strings ''. Gnuplot therefore just uses the next non e
Unsubscribe
On Sun, May 8, 2016, 7:39 PM Samuel Wales wrote:
> is it possible to set org-refile-targets so that the targets for
> refiling are restricted to the current header's parent and anything
> below that?
>
>
>
> On Tue, May 10, 2016 at 3:28 PM drymer wrote:
>
>> I evaluated the
>> functions, and supposedly it should something like \ast when executing
>> C-u *, but it doesn't happen.
>>
>
I reread your initial email.. so look like you see nothing getting inserted
when in do "C-u *"? That is odd.
Can y
On Tue, May 10, 2016 at 3:28 PM drymer wrote:
> Hi,
>
> So I saw this thread (first link at the very bottom) which response was
> to use a couple of functions. So the thing is that I evaluated the
> functions, and supposedly it should something like \ast when executing
> C-u *, but it doesn't hap
Hi,
So I saw this thread (first link at the very bottom) which response was
to use a couple of functions. So the thing is that I evaluated the
functions, and supposedly it should something like \ast when executing
C-u *, but it doesn't happen. Any idea on what I could be doing wrong?
The function
Hi,
Rasmus wrote:
> Robert Klein writes:
>
> > Hi,
> >
> > Nicolas Goaziou wrote:
> >
> >> Hello,
> >>
> >> Robert Klein writes:
> >>
> >> > anyone willing to commit this patch I sent back in march?
> >>
> >> This patch actually felt through the cracks. Sorry about that.
> >> Would you mi
Hi!
I have some org-tables which contain empty fields. I specified
:missing "?" to get the right results. When I try to plot them
with Gnuplot the empty fields are not exported as '?' but just
as empty strings ''. Gnuplot therefore just us
> This is a contributed package. I don't mind patching it but those have,
> usually, a maintainer.
Is there some other maintainer I should contact? I mean, should I be
posting bug reports and patches to contributed packages on some other
mailing list?
> Are you sure it is a bug? There's a commen
Rasmus writes:
> Sebastian Fischmeister writes:
>
>> Is there a simple way to build regex-based extensions to the exporters?
>
> Yeah, filters. But I don’t think this is the best way to go about it.
>
>> For example, I would like to convert this string "=>" to $\rightarrow$
>> when converting t
On 2016-05-10 at 11:58, Rasmus wrote:
> Ken Mankoff writes:
>
>> On 2016-05-10 at 11:44, Rasmus wrote:
>>> "numbch...@gmail.com" writes:
>>>
>>> Normally you "only" need to sign a piece of paper and send it by
>>> snail mail to the FSF office in the US of A.
>>
>> It is easier than this - it c
Ken Mankoff writes:
> On 2016-05-10 at 11:44, Rasmus wrote:
>> "numbch...@gmail.com" writes:
>>
>> Normally you "only" need to sign a piece of paper and send it by snail
>> mail to the FSF office in the US of A.
>
> It is easier than this - it can be done via email. Print sign and scan
> (photo
Sebastian Fischmeister writes:
> Is there a simple way to build regex-based extensions to the exporters?
Yeah, filters. But I don’t think this is the best way to go about it.
> For example, I would like to convert this string "=>" to $\rightarrow$
> when converting the document to latex.
>
> T
On 2016-05-10 at 11:44, Rasmus wrote:
> "numbch...@gmail.com" writes:
>
> Normally you "only" need to sign a piece of paper and send it by snail
> mail to the FSF office in the US of A.
It is easier than this - it can be done via email. Print sign and scan
(photograph w/ phone), or don't even
"numbch...@gmail.com" writes:
> I tried to sign the FSF copyright assignment before, but it is very
> difficult for me. So I give up. Is there other ways to merge this patches
> without signing the assignment? (I can give up this right)
Normally you "only" need to sign a piece of paper and send
>
> Hi Phil,
>
> thanks a lot for your help!
> Your questions helped me narrowing down the problem: it occurs, when a *Org
> Note* Window open, which lets me enter a note about the change.
> This is the case for changing deadlines, but it is not activated for scheduled
> dates in my configuratio
I tried to sign the FSF copyright assignment before, but it is very
difficult for me. So I give up. Is there other ways to merge this patches
without signing the assignment? (I can give up this right)
Second: I updated branch commit messages in the ChangeLog format.
[stardiviner]
Hi Sebasitan,
Sebastian Fischmeister writes:
> Is there a simple way to build regex-based extensions to the exporters?
> For example, I would like to convert this string "=>" to $\rightarrow$
> when converting the document to latex.
There's an example of how to do something like this in the "Ad
Sebastian Fischmeister writes:
> Hi,
>
> Is there a simple way to build regex-based extensions to the exporters?
> For example, I would like to convert this string "=>" to $\rightarrow$
> when converting the document to latex.
>
> There are lots of other uses, where I could create my shortcuts an
Hi,
Is there a simple way to build regex-based extensions to the exporters?
For example, I would like to convert this string "=>" to $\rightarrow$
when converting the document to latex.
There are lots of other uses, where I could create my shortcuts and
insert them in orgmode files without creati
Hello Nicolas,
FYI, I just discovered that the behaviour happens if "Org Clock Into
Drawer" option in "Org Clock group" is set to "When at least N clock
entries: 3" and I go from two entries to 3.
If I change it to "Into LOGBOOK drawer" I don't have the problem any more.
For the moment, I'll k
On Tue, 10 May 2016 at 10:51:17 am BST, elwood...@web.de wrote:
> I'm using Emacs 24.5.1 on Windows 7 with org-mode 8.3.4.
> Unfortunately, bulk actions in the agenda do not work as expected:
> If I mark several lines in the agenda,
> then Shift-B and then d for changing the deadline of the tasks.
Nicolas Goaziou writes:
> Hello,
>
> Rainer M Krug writes:
>
>> attached please find a patch which adds additional output file types for
>> plantuml.
>
> Applied. Thank you.
>
> Could you provide an entry for ORG-NEWS?
Here it is - hopefully in the right format. The link to the RESULT of
the ex
Robert Klein writes:
> Hi,
>
> Nicolas Goaziou wrote:
>
>> Hello,
>>
>> Robert Klein writes:
>>
>> > anyone willing to commit this patch I sent back in march?
>>
>> This patch actually felt through the cracks. Sorry about that. Would
>> you mind sending it again, using git format-patch so I
I'm using Emacs 24.5.1 on Windows 7 with org-mode 8.3.4.
Unfortunately, bulk actions in the agenda do not work as expected:
If I mark several lines in the agenda,
then Shift-B and then d for changing the deadline of the tasks.
I then can enter the date, but it only affects the first of th
Hi,
Thanks for your patches.
Some comments follow.
"numbch...@gmail.com" writes:
> - ob-lua
> - ob-php
> - ob-redis
>
> https://github.com/stardiviner/org-mode
>
> Hope maintainer can merge those branches.
First, do you have copyright assignment to the FSF or would you be willing
to? This i
* 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 plain lists?
--
mail|git|SVN|photos|postings|SMS|phonecal
I created three branches on my personal public org-mode repo on GitHub.
- ob-lua
- ob-php
- ob-redis
https://github.com/stardiviner/org-mode
Hope maintainer can merge those branches.
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @nu
Hi Nicolas,
Here you have a trace with an uncompiled Org. Let me know if you need
something else.
Carlos.
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
insert(":" nil ":\n")
(save-excursion (insert ":" drawer ":\n"))
(let ((end (point-marker))) (goto-char beg) (save-e
53 matches
Mail list logo