On Fri 03 Dec 2021, Dejan Josifović wrote:
> Hi all,
>
> I use PlantUML integration in org-mode for years now, but only
> recently I came across some unwanted behavior.
>
> Using PlantUML from jar (org-plantuml-jar-path variable) and latest
> org-mode, I wanted to render a diagram containing some
-a5e2-cf4d-1aa784516...@rwth-aachen.de
Thanks, I'll take a look.
Andy K
Hi Bastien,
"Bastien" writes:
> FWIW I do confirm that any help is welcome! Nobody is ever "too
> late" in volunteering for maintaining an ob-* file.
I'm very comfortable with various SQLs and RDBMSs, but my elisp
could still use some work. I'll see what I can do.
Thanks,
Andy K
Hi all, am I too late?
‐‐‐ Original Message ‐‐‐
On Monday, October 26, 2020 4:07 AM, Bastien wrote:
> If you feel like proposing yourself for maintaining an Org Babel
> language, that would be super helpful.
Can I throw my hat in to help maintain ob-sql.el ?
Thanks!
Andy Klock
uot;"))
(setq org-agenda-files '("~/org/test.org"))
(setq org-tags-exclude-from-inheritance '("project"))
With this config the Project is marked as stuck even when it contains a
▶ keyword, when you change that to NEXT (which is not even a
valid todo-keyword here) it becomes unstuck.
Hope this helps
Andy
your file:
https://p.andyklock.com/_CPU-Profiler-Report_2020-09-22_13_27_05_.html
Maybe that will help point you into the right (or at least a)
direction.
Andy K
REF:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Profiling.html
, despite the fact, that NEXT is not even defined as a valid todo
keyword.
Looks like in this place there is some simple string comparison magic
happening, that
can't handle unicode, instead of usage of the defined org-todo-keywords
-
On Sat 07 Dec 2019, Nicolas Goaziou wrote:
> Hello,
>
> Andy Moreton writes:
>
>> That still does not match the old behaviour though, as the table still
>> shows the `org-table-shrunk-column-indicator' overlay which is
>> undesireable.
>
> Why is it unde
On Fri 06 Dec 2019, Nicolas Goaziou wrote:
> Hello,
>
> Andy Moreton writes:
>
>> This is still a regression.
>>
>> The old behaviour allowed display of fixed width columns, even if that
>> is wider than the content of cells in that column. This is useful for
On Thu 05 Dec 2019, Kyle Meyer wrote:
> Pankaj Jangid writes:
>
>> C-c TAB is working but earlier the behaviour was to apply
>> directive by default on next electric formatting. Has the behaviour
>> changed in 9.3?
>
> 9.2, I believe, more specifically 6d6a30d4c (org-table: Implement shrunk
> co
On Tue 20 Mar 2018, Martin Gürtler wrote:
> ob-plantuml wraps a plantuml source in @startuml/@enduml tags without
> checking whether they are already in the source code. This results in
> the creation of invalid SVG, at least for newer versions of plantuml,
> because the resulting SVG file contain
On Wed 25 Jan 2017, Joon Ro wrote:
>> Will this get syncd to the emacs repo ?
>
>> The emacs master branch still has org 8.2.10.
>
> You might want to add the org repo if you want to get the latest version of
> org. I have the following in my init.el file (org in addition to melpa):
Thats not wha
On Wed 25 Jan 2017, Bastien wrote:
> Hi all,
>
> Org 9.0.4 is out now.
>
> Enjoy!
Will this get syncd to the emacs repo ?
The emacs master branch still has org 8.2.10.
AndyM
On Sun 14 Jun 2015, Johan W. Klüwer wrote:
> I'm having difficulties passing org variables into shell source blocks.
> This is using Windows 7 and Cygwin with bash shell. For instance, the
> following
>
> #+BEGIN_SRC sh :var x="."
> ls $x
> #+END_SRC
>
> fails with the error message (as displaye
On Thu 31 Jul 2014, Martin Beck wrote:
> I want to use a shell command in Windows 7 command prompt (cmd.exe) to create
> a search agenda view in Emacs org-mode (in the active frame).
> I tried like that:
> emacsclient --eval '(org-search-view nil "search string")'
> but with no success.
> In the c
On 06/01/2013 20:20, Bastien wrote:
Hi Andy,
Andy Moreton writes:
This still appears to be broken in emacs trunk - could you please update
the org manual there to fix this too ?
This has been fixed in the emacs-24 branch and will be merged into
trunk soon.
Thanks for sorting this out
On Sun 06 Jan 2013, Bastien wrote:
> Hi Takaaki,
>
> Takaaki ISHIKAWA writes:
>
>> I found two build errors in the latest org manual(HEAD of git).
>>
>> 1. Using ``@backslashcar{}'' command in texinfo(L5114).
>> 2. Missing ``@''(L3091).
>
> Thanks for reporting this!
>
>> The texinfo command was
On Wed 12 Dec 2012, Bastien wrote:
> This is fixed, thanks for the heads up.
>
> I just merged the Org bugfix branch into emacs-24.
I can confirm the bug is fixed for emacs-24 after this merge.
Thanks Bastien,
AndyM
On 17/11/2012 12:41, Bastien wrote:
Hi Andy,
Andy Moreton writes:
When I switch to the ELPA version ( "Org-mode version 7.9.2
(7.9.2-82-g2aeb28-elpa @ . . . )") this misbehavior is corrected.
HTH.
I've filed emacs bug#12905 about this, as it is occurring in on the
emacs
On Fri 16 Nov 2012, Neil Best wrote:
> When I switch to the ELPA version ( "Org-mode version 7.9.2
> (7.9.2-82-g2aeb28-elpa @ . . . )") this misbehavior is corrected.
> HTH.
I've filed emacs bug#12905 about this, as it is occurring in on the
emacs-24 branch, and emacs 24.3 is getting close to rel
On 07/11/2012 23:02, Eric S Fraga wrote:
Andy Moreton writes:
I'm seeing a similar problem in emacs trunk (r110821) where "C-c '" in
the *Org Src* buffer closes the source edit window and discards the
entire contents of the source block.
Should I raise an emacs bug f
On Thu 25 Oct 2012, Bastien wrote:
> Hi Hsiu-Khuern,
>
> Hsiu-Khuern Tang writes:
>
>> Sorry if this has been reported -- a brief search didn't turn up
>> anything.
>
> this is now fixed -- thanks for reporting this!
>
> Best,
Has this been pushed to org in emacs trunk ?
I'm seeing a similar pr
Hello,
I just upgraded to org-mode 7.9 and I want to test the new org-notify.el
package. I inserted the two lines (require 'org-notify) and
(org-notify-start) into my init file. But I can't use this mode.That means
I can't run none of the commands with M-x org-notify-*.
Emacs version 23.3.1
maro
On Wed 12 Oct 2011, John Wiegley wrote:
>> Andrea Crotti writes:
>
>> On 10/12/2011 03:54 PM, Dave Abrahams wrote:
>>> Binding `org-agenda-date-later' to a key like `f' ought to work out for
>>> you.
>
>> 'f' is already bound to next-week, and it's also quite useful.
>
> I bind M-n/p to next/
On Wed 13 Jul 2011, Achim Gratz wrote:
> I've tested some things on Win7 and happen to have an Emacs24 installed
> there, so I compiled the latest org-mode. I got quite a few warnings
> that I've never seen before with Emacs23, so I assume this is Emacs24
> tightening the screws on some loseness.
Ah - thanks to all for clarifying the issues. Looks like my grand plan of
pulling my images from Google is not so grand after all. Thanks again!
Andy
On Thu, Apr 21, 2011 at 6:16 AM, Nick Dokos wrote:
> Aankhen wrote:
>
>
> >
> > I think you’d need to majorly reji
advise if there an option I'm missing?
Thanks!
Andy
ocs.google.com/leaf?id=0B-swGEqSDpxyMjgwNjE0MzEtMTA4OC00NTdmLWE3MjktMDJmOGE5ZWM2YjY0&hl=en
]]
* See the image above
I know attributes can be added but not sure what attribute would make it
realize it was an image.. ?
Any help?
Andy
you were
using the GUI or console version of Windows emacs, but either way there programs
do get access to all key combinations via the relevant APIs, rather than having
to deal with escape sequences.
Andy
___
Emacs-orgmode mailing list
Please use `Re
On 02/09/2011 03:27 PM, Dan Davison wrote:
> Eric S Fraga writes:
>
>> andy writes:
>>
>>> I want to take advantage of babel's noweb capabilities, but I can't seem
>>> to get it to work.
> [...]
>>> * Foo
>>>
27;t there.
* Foo
** Bar
#+src_name: bar
#+begin_src R :noweb yes :session *R*
<>
print("I am here")
a
#+end_src
* test-block
#+src_name: test-block
#+begin_src R :session *R*
a <- c(1,2,3,4,5)
#+end_src
thanks
--andy
___
On Wed, 2011-01-05 at 06:24 -1000, Thomas S. Dye wrote:
> Most of my projects store data in a MySQL database. My projects
> define queries that relate tables to one another, but the results
> are
> typically something that Org-mode understands---a flat table or a
> single value. The repro
er template for structure and
still allow users to access any helper functions. Is there a way to link
to an external file, other than the Library of Babel? If so, how do I do
this?
Does anyone have any opinions about hiding/linking/importing example
code in a template?
I certain
Hi all,
I have develop org-oddmuse.el for convert Org-mode text to Oddmuse Wiki
format.
Detail describe at:
http://www.emacswiki.org/emacs/OrgOddmuse
File at:
http://www.emacswiki.org/cgi-bin/emacs/org-oddmuse.el
Enjoy!
-- Andy
___
Emacs
Enjoy!
-- Andy.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hi, everyone!
I like org-mode best.
I write some functions for org-mode.
Those functions very simple but maybe useful.
I have attached them with a file.
Enjoy!
-- Andy.
org-extension.el
Description: org-extension.el
___
Emacs-orgmode mailing
36 matches
Mail list logo