[Orgmode] Re: Xiki framework (wiki and tree emacs features)

2010-02-07 Thread joakim
yet. Planner uses Muse as its underlying wiki mode, and Muse is included in Emacs. As a user, I would also favor modularisation and re-use between these modes. > > cheers, > glauber. > -- Joakim Verona ___ Emacs-orgmode mailin

Re: [O] Web bookmarks in ORG?

2011-07-18 Thread joakim
nnah.gnu.org/emacs/xwidget/) Currently I just use urls in org files and open them with c-o. It works well for links you seldomly use because its easier to find them by context than by name. -- Joakim Verona

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-14 Thread joakim
ot;\\([^\n]\\)\n\\([^\n]\\)" "\\1 \\2" (concat (substring text 0 (string-match org-property-start-re text)) (if (string-match org-property-end-re text) (substring text (progn (string-match org-property-end-re text) (match-end 0)) (length text))) -- > > Jambunathan K. -- Joakim Verona

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-16 Thread joakim
Bastien writes: > Hi Joakim, > > joa...@verona.se writes: > >> I have a project at github called inkmacs, which integrates inkscape, >> org-mode, and emacs: >> >> https://github.com/jave/inkmacs> >> There I support interactive transfer of org nodes

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-16 Thread joakim
Bastien writes: > Hi Joakim, > > joa...@verona.se writes: > >> Interesting. Is this available in a branch somewhere? Meanwhile I'll >> have a look at org-lparse. > > Not yet. > > org-lparse is a line parser, currently used for the ODT exporter, >

[O] [ANN] Inkmacs

2011-03-29 Thread joakim
e.org/worg/org-contrib/. -- Joakim Verona

[O] Re: [ANN] Inkmacs

2011-03-30 Thread joakim
Jambunathan K writes: > Joakim > >> https://github.com/jave/inkmacs> >> Inkmacs integrates Inkscap and Emacs. Interesting for this list is >> inkorg-mode which lets you write text in Org mode and update text in >> Inkscape. >> >> It's work i

Re: [O] [OT] ELNODE is soon to be released as version 1.0

2012-08-13 Thread joakim
(elnode-send-html httpcon org-html) (elnode-start 'elnode-org-handler :port 8003) #+end_src Of course you need to elaborate on that for a real site, but you get the idea. I intend to use elnode for my own future personal org based website. > > However, very very nice work! > > Best regards, > Seb -- Joakim Verona

Re: [O] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-05 Thread joakim
he information contained in this message is confidential. It is intended to > be read only by the individual or entity named above or their designee. If > the reader of this message is not the intended recipient, you are hereby > notified that any distribution of this message, in any f

[O] How to generate agenda view tasks of all states?

2012-11-30 Thread joakim
uot; "dummystate"))) ) (org-todo-list 0)) -- Joakim Verona

Re: [O] Emacs user conference

2012-12-06 Thread joakim
ppen? > > What city/country/continent are you thinking of holding it? I think this would be very interesting! I think the original idea was to host the conference in London, but if this doesnt manifest, my previous proposal to host the conference at my company offices in Stockholm still stan

Re: [O] Emacs user conference

2012-12-08 Thread joakim
ter organizer can find us a locale, that is probably for the best. (or I can ask our admin to help us, they are proficient at that sort of thing) > > > Nic Ferrier -- Joakim Verona

Re: [O] Emacs user conference

2012-12-09 Thread joakim
same time. > > He *is* working on it. He has a venue. He has speakers (the emacsconf > heroku app was setup by him). > > So I think you should maybe let him get on with it? Cool, I'll do that. -- Joakim Verona

[O] How to convert to odt with specific styles?

2013-01-01 Thread joakim
efficient. Also, I'm more proficient with elisp than wordprocessors. TIA -- Joakim Verona

Re: [O] How to generate agenda view tasks of all states?

2013-01-02 Thread joakim
Bastien writes: > Hi Joakim, > > joa...@verona.se writes: > >> I would like to experiment with a graphical view of all tasks I've ever >> finished, produced with graphviz or something. >> >> However, I can't seem to reliably generate a suitable view

Re: [O] Lentic.0.6 and org mode

2015-01-11 Thread joakim
nteraction looks like. >> >> Available on MELPA-stable, MELPA and Marmalade >> https://github.com/phillord/lentic> http://www.russet.org.uk/blog/3035> >> https://vimeo.com/116078853> >> > > > -- Joakim Verona

Re: [O] bbdb or bbdb3 or org-contacts

2013-02-01 Thread joakim
ache for org-contacts, but I havent tried it yet. It shouldnt be too hard I think. org-contacts can generate a list of all contacts, that you then iterate and generate the bbdb database from. It might be a useful addition in any case. >> Best, -- Joakim Verona

Re: [O] bbdb or bbdb3 or org-contacts

2013-02-13 Thread joakim
t makes org-contacts entirely usable even for my 80kb contacts file. I'm looking forward to further improvements! -- Joakim Verona

Re: [O] org-export raises stringp nil error

2013-03-08 Thread joakim
the matter, but if pressed, I would say this idea has considerable merit. -- Joakim Verona

Re: [O] Emacs Barcamp

2013-08-13 Thread joakim
ckholm. Our company has an office we could probably use. But I think places to be are probably easy to come by, so do what you feel is easiest! > I know of two places in Paris > > When? > > Early December > > Who? > > Well, just respond. > > And what's next? -- Joakim Verona

Re: [O] Emacs Barcamp

2013-08-14 Thread joakim
oing some traveling this autumn. BTW with only 12 people it would be fun to do stuff like hands-on sessions and hacker sessions, WDYT? -- Joakim Verona

Re: [O] Emacs Barcamp

2013-08-16 Thread joakim
Daimrod will attend http://www.gnu.org/ghm/2013/paris/ so at least two Emacs hackers will be there. We could have an additional Emacs event there for interested parties. -- Joakim Verona

[O] How can I call the exporter from function?

2015-10-25 Thread joakim
g like: c-c c-e c-s o o ... If I remember correctly. In this case I would rather do m-x my-own-canned-exporter I tried following the exporting dispatcher function but got lost in the wilderness. Does anyone have a suggestion? -- Joakim Verona

Re: [O] Emacs+org-mode in a Docker?

2015-11-17 Thread joakim
oherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > -- Joakim Verona

Re: [O] blog refurbised: how is it in 2015 ?

2015-12-26 Thread joakim
orgmode. > > My question is simply: what are the tools/technics in 2015 to blog ? Can you > share some good recipes with me ? > > Thank you I use "oblog" which can render an org file to a blog. My "oblog" is here, http://www.verona.se, if you are interested in how it looks in practice. > > -- Xavier. > -- Joakim Verona

Re: [O] Why don't datetrees use timestamps?

2015-03-18 Thread joakim
day after, and it would be easier to manipulate the date like you do a time stamp. > >> I was hoping to discover the rationale for the design from a developer :) > > You'll have to ask Carsten about it: he invented datetrees I believe (as > well as most of org), but he does not frequent org circles much these > days. > > Footnotes: > > [fn:1] Remember however my caveat about third-hand knowledge and > guesswork: I don't use datetrees. > > Nick > > > -- Joakim Verona

Re: [O] [OT] djvu?

2015-06-01 Thread joakim
an determine. Image coding is a minefield. -- Joakim Verona

[O] including svg files in odt exports?

2015-06-21 Thread joakim
Hello, I would like to include svg files in odt exports. png files seem to work fine, but svg files do not get inlined by default. Adding svg to the org-odt-inline-image-rules regexp works. Could this be included in org? -- Joakim Verona

Re: [O] including svg files in odt exports?

2015-06-21 Thread joakim
master then :) > > '(("file" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'")) > > > Regards, -- Joakim Verona

[O] ox-odt roundtrip editing?

2015-06-26 Thread joakim
s, and edit fro there? -- Joakim Verona

Re: [O] ox-odt roundtrip editing?

2015-06-27 Thread joakim
Ken Mankoff writes: > Hi Joakim, > > On 2015-06-26 at 07:45, joa...@verona.se wrote: >> I'm writing a manuscript for a publisher. The process looks like: >> >> - I write a chapter in org mode, export it to odt >> >> - I apply the styles the publishe

[O] using rgrep, ag, etc in folded org files?

2016-09-11 Thread joakim
old thread discussing the same issue: "org-mode, grep and folding issue". The thread described some workarounds which used agenda search or something like that. I would rather like to use helm-projectile though. Is it possible? -- Joakim Verona -- Joakim Verona

[O] difficulty installing org-plus-contrib

2016-12-24 Thread joakim
During install with package.el I get errors like: org-attach.el:42:1:Error: Symbol’s function definition is void: org-link-set-parameters I'm using the repo: ("org" . "http://orgmode.org/elpa/";) Am I doing something wrong? -- Joakim Verona

Re: [O] Literate config and :tangle clauses

2016-12-25 Thread joakim
the ":tangle yes" tag everywhere. > > Can anyone point me to the right direction? > > regards, > Alex > -- Joakim Verona

[O] doing something yesterday?

2017-01-04 Thread joakim
omehow, by advicing some function perhaps? -- Joakim Verona joa...@verona.se

[O] Is is possible to summarize contents of a task in the agenda headings?

2019-04-21 Thread joakim
about the contents of such grouping tasks in the agenda, if possible. -- Joakim Verona joa...@verona.se

Re: [O] Is is possible to summarize contents of a task in the agenda headings?

2019-04-23 Thread joakim
te, but I haven't quite figured > out the trick to make it work for me. You can find it here: > > https://github.com/alphapapa/org-super-agenda Thanks, I'm already using (setq org-agenda-todo-list-sublevels nil) and org-super-agenda. Both reduce clutter which is good. OTOH I now lack information about subtasks that has been removed from the agenda view. It is this concern i would like to address. > > -- > David Masterson -- Joakim Verona joa...@verona.se

Re: [O] Is is possible to summarize contents of a task in the agenda headings?

2019-05-06 Thread joakim
d of the parent would pick up the property and then should show up > in an :auto-property group under org-super-agenda-mode (I think). That > might get a bit cluttered, though, if you're doing a deep hierarchy of > projects. > > -- > David -- Joakim Verona joa...@verona.se

problem with org-highest-priority

2020-10-05 Thread joakim
([;:<=>?@A-Z0-9]\\)\\] ?\\)" )) I could then have priority cookies from [#0] to [#E]. With the current org I get [#48] instead of [#0]. Is there any way to restore the previous behaviour? -- Joakim Verona joa...@verona.se

Re: problem with org-highest-priority

2020-11-18 Thread joakim
((eq action 'up) > (setq new (if have > (1- current) ; normal cycling > @@ -11235,7 +11225,7 @@ (defun org-priority (&optional action show) > (setq remove t))) > ;; Numerical priorities are limited to 64, beyond that number, > ;; assume the priority cookie is a character. > - (setq news (if (> new 64) (format "%c" new) (format "%s" new))) > + (setq news (format "%c" new)) > (if have > (if remove > (replace-match "" t t nil 1) > > -- Joakim Verona joa...@verona.se

org-mode and captain mode?

2025-06-01 Thread joakim
next line did get capsed Do anyone here use captain mode for the same use-case, or maybe another solution, maybe some spelling option? /Joakim -- Joakim Verona joa...@verona.se