Re: ob-plantuml: Proposal to add 'jar-args' customizable variable

2022-01-09 Thread Andy Moreton
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

Re: Please help by becoming a maintainer for an Org Babel file

2021-03-02 Thread Andy Klock
-a5e2-cf4d-1aa784516...@rwth-aachen.de Thanks, I'll take a look. Andy K

Re: Please help by becoming a maintainer for an Org Babel file

2021-03-02 Thread Andy Klock
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

Re: Please help by becoming a maintainer for an Org Babel file

2021-02-25 Thread Andy Klock
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

Re: Bug: Unicode ORG-TODO-KEYWORDS not recognized in agenda's stuck projects [9.3.6 (9.3.6-4-gdfa7a3-elpa @ /home/andy/.config/emacs/elpa/org-20200217/)]

2020-09-23 Thread Andy Drop
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

Re: Slow to open certain file

2020-09-22 Thread Andy Klock
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

Bug: Unicode ORG-TODO-KEYWORDS not recognized in agenda's stuck projects [9.3.6 (9.3.6-4-gdfa7a3-elpa @ /home/andy/.config/emacs/elpa/org-20200217/)]

2020-08-20 Thread Andy Drop
, 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 -

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-07 Thread Andy Moreton
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

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-07 Thread Andy Moreton
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

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-06 Thread Andy Moreton
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

Re: [O] Bug: Bug in svg generation from plantuml sources [9.1.7 (9.1.7-20-ge1f1ac-elpa @ /home/guertler/.emacs.d/elpa/org-20180319/)]

2018-03-20 Thread Andy Moreton
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

Re: [O] Release 9.0.4

2017-01-25 Thread Andy Moreton
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

Re: [O] Release 9.0.4

2017-01-25 Thread Andy Moreton
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

Re: [O] Trouble passing variables into shell blocks on windows

2015-06-16 Thread Andy Moreton
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

Re: [O] Launching Emacs org-mode commands from Windows 7 command line?

2014-07-31 Thread Andy Moreton
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

Re: [O] backslashchar in texinfo

2013-01-07 Thread Andy Moreton
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

Re: [O] backslashchar in texinfo

2013-01-06 Thread Andy Moreton
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

[O] bug#12905: 24.2.50; org: edit source block causes data loss

2012-12-12 Thread Andy Moreton
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

Re: [O] source code disappears

2012-12-12 Thread Andy Moreton
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

Re: [O] source code disappears

2012-11-17 Thread Andy Moreton
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

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-08 Thread Andy Moreton
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

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-07 Thread Andy Moreton
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

[O] org-notify.el doesn't work

2012-08-24 Thread Andy Schönemann
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

Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Andy Moreton
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/

Re: [O] Compile warnings on Win7/Emacs24.0.50

2011-07-14 Thread Andy Moreton
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.

Re: [O] Inline Images Showing as Link

2011-04-21 Thread Andy Jewell
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

[O] Inline Images Showing as Link

2011-04-20 Thread Andy Jewell
advise if there an option I'm missing? Thanks! Andy

[O] Forcing image to inline

2011-04-15 Thread Andy Jewell
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

[Orgmode] Re: Org-Remember C-1 C-c C-c

2011-02-28 Thread Andy Koppe
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

[Orgmode] Re: [babel] Problem using noweb

2011-02-09 Thread andy
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 >>>

[Orgmode][babel] Problem using noweb

2011-02-09 Thread andy
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 ___

Re: [Orgmode] Reproducible Research Template

2011-01-05 Thread Andy Choens
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

[Orgmode] Reproducible Research Template

2011-01-05 Thread Andy Choens
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

[Orgmode] org-oddmuse.el

2009-03-09 Thread Andy Stewart
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

[Orgmode] org-w3m.el

2008-11-26 Thread Andy Stewart
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

[Orgmode] Some functions that i use.

2008-11-26 Thread Andy Stewart
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