[O] Is there a way to search for link target, not description?

2015-09-06 Thread Marcin Borkowski
Hi all, as in the subject. So, when I have e.g. [[foo][bar]], C-s finds bar, but not foo. Any way to find foo without e.g. temporarily resorting to text-mode? TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz

Re: [O] Where to get started in creating my own org-mode exporter?

2015-09-08 Thread Marcin Borkowski
and it took me a bit more than 7 hours. Also, running some of those functions through Edebug may be instructive. And most probably you don't need to read all that code anyway.) And then, you may ask here. > Thank you. Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Bork

[O] All TODOs are equal, but some are more equal than others...

2015-09-20 Thread Marcin Borkowski
#x27;t like it, though.) Maybe tags or properties? Any hints? TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University

[O] References in Org mode

2014-01-19 Thread Marcin Borkowski
the number. Is that possible? (Of course, I accept that the reference might be rendered only after exporting to LaTeX or HTML, for instance.) TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

[O] Using Org-mode for mass-scheduling appointments

2014-01-22 Thread Marcin Borkowski
have to write html by hand, for instance? Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

[O] org-table-copy-down feature request

2014-01-25 Thread Marcin Borkowski
at do you think? -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Conditional source-block execution based on LaTeX document class?

2014-01-26 Thread Marcin Borkowski
; > Any way to do this? I suppose, at worst, I can just put all of the > #+call lines in, and simply say "no" to the ones I don't want in the > final compilation. Ugly hack, but what about redefining \newglossaryentry? In general, since Org-to-LaTeX export is a bit "

Re: [O] (no subject)

2014-02-03 Thread Marcin Borkowski
't need floats for that. And if you /do/ need floats, just say \centering or \raggedright or \raggedleft before your tabular. "Left aligned by default" is connected with the boxes-and-glue model of TeX page, and the way paragraph and page formatters work. It is described in detail in The

Re: [O] Tables with line wrapping?

2014-03-08 Thread Marcin Borkowski
Dnia 2014-02-22, o godz. 23:08:23 Peter Davis napisał(a): > [...] but then I'd have to bypass pdflatex and > use xelatex or something instead.) Or not. http://www.ctan.org/pkg/pdftricks Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

[O] Exporting to multiple files

2014-03-08 Thread Marcin Borkowski
I'd like to write a custom HTML exporter based on the HTML one, so that I'd be fine with some Elisp to do this as opposed to just setting some variables.) TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Exporting to multiple files

2014-03-09 Thread Marcin Borkowski
Dnia 2014-03-09, o godz. 02:34:09 Marcin Borkowski napisał(a): > Hi all, > > I'd like to export an Org-mode file to /multiple/ HTML files. For > instance, I might want to convert all first and second level headings > to files, and third-level headings to , fourth-level one

[O] Feature request: entering time in timestamps without a colon

2014-03-15 Thread Marcin Borkowski
to press shift to enter the colon. (Alternatively, Org-mode could recognize 13.00 as a time, though 1300 would be best!) Regards, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

[O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-15 Thread Marcin Borkowski
est)? Maybe it would be better to say: #+BEGIN_ANSWER (Here goes the right answer.) #+END_ANSWER, but is it possible to pass a parameter (number of lines) to #+BEGIN_ANSWER? 3. Bonus question: would there be any demand (apart from myself) for such an exporter? What do you think? -- Marcin Borkow

Re: [O] Screencast of lispy.el with org-mode code base

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-14, o godz. 15:38:57 Oleh napisał(a): > Sure. Not everyone likes paredit (at first:). That's why each locally ^^ https://xkcd.com/541/ (Sorry, could not resist.;)) -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkow

Re: [O] Is anyone spending money for Org-mode?

2014-03-15 Thread Marcin Borkowski
loper(s) who provide the best approach to solving > the problems involved. +1!!! As for donating to Emacs/FSF: -1 from me (someone stated a good reason: folks could donate there directly). Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Using Org-mode for mass-scheduling appointments

2014-03-15 Thread Marcin Borkowski
Dnia 2014-01-22, o godz. 12:55:43 Marcin Borkowski napisał(a): > Hi list, > > I have the following problem: I want to schedule quite a few short (10 > minutes, say) appointments with my students ("mass" is probably an > exaggeration, but there are going to be aroun

Re: [O] org-table-copy-down feature request

2014-03-15 Thread Marcin Borkowski
Dnia 2014-01-27, o godz. 11:55:25 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > at present, the only reasonable values of org-table-copy-increment > > are nil or non-nil. How about enabling to use it as an increment > > value? This would b

Re: [O] Exporting to multiple files

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-13, o godz. 12:59:42 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > It occurred to me that I could just walk through the file, creating > > temporary buffers with my subtrees, demote them and export them one > > by one to HTML

Re: [O] Exporting to multiple files

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-13, o godz. 10:38:37 Richard Lawrence napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > > I'd like to export an Org-mode file to /multiple/ HTML files. For > > instance, I might want to convert all first and second level > > headi

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-15 Thread Marcin Borkowski
ing before, but not with the Org exporter, which intimidates me a lot...). Going for HTML, where both sides of the equation (Org-mode and Javascript) are more or less new to me, seems to be not the best idea for the first step. > John Best, -- Marcin Borkowski http://octd.wmi.amu.edu.

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-15, o godz. 12:25:13 Marcin Borkowski (by way of Marcin Borkowski ) napisał(a): > Dnia 2014-03-15, o godz. 07:10:31 > John Kitchin napisał(a): > > > I suggest you look into the acrotex package > > (http://www.acrotex.net/) which has good support for tests

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-15, o godz. 11:10:59 Marcin Borkowski napisał(a): > Hi list, > > I'd like to extend the LaTeX exporter to be able to prepare tests with > Org-mode. Four basic kinds of tests I'm thinking about are: single > choice test, multiple choice test, cloze te

[O] Reports on habits?

2014-03-15 Thread Marcin Borkowski
consistency for the last week/month/year, with a few stats, would be great for gamification-prone geeks like me...) Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-16 Thread Marcin Borkowski
Dnia 2014-03-16, o godz. 11:16:03 Nicolas Goaziou napisał(a): > Hello, > > Marcin Borkowski writes: > > > OK, so I did some research, and I found out that "special blocks" > > are probably the best idea. So, items with checkboxes > > whose :parent is a

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-16 Thread Marcin Borkowski
Dnia 2014-03-16, o godz. 12:57:49 Nicolas Goaziou napisał(a): > Marcin Borkowski writes: > > > I thought about it. But, as I said, I'm going to have two backends, > > one for LaTeX, one for HTML. WOuld it be possible to have e.g. > > > > #+ATTR_TEST >

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-17 Thread Marcin Borkowski
Dnia 2014-03-16, o godz. 15:12:46 Nicolas Goaziou napisał(a): > Marcin Borkowski writes: > > > So basically I can attach #+ATTR_WHATEVER attributes also to lists, > > paragraphs and other elements? Even list items? (This would mean > > that I could mark the "corr

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-17 Thread Marcin Borkowski
a regular basis? Is coming back to maint as simple as checking out another branch from the git repo? > Regards, Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

[O] #+HOMEPAGE in metadata - feature request?

2014-03-21 Thread Marcin Borkowski
Hi all (and devs;)), what about adding #+HOMEPAGE (alongside #+AUTHOR and #+EMAIL) to the metadata? What are the pros and cons? (One argument against: default LaTeX classes do not support this. Any other?) Regards, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam

Re: [O] #+HOMEPAGE in metadata - feature request?

2014-03-21 Thread Marcin Borkowski
Dnia 2014-03-21, o godz. 14:07:58 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > what about adding #+HOMEPAGE (alongside #+AUTHOR and #+EMAIL) to the > > metadata? > > What would it do? > > > What are the pros and cons? (One argu

[O] Bug (?): export to markdown - toc in html

2014-03-21 Thread Marcin Borkowski
Hi all, export to markdown has a strange problem. Before the markdown contents, I get a ToC in HTML. #+OPTIONS: toc:nil disables that, but I guess it shouldn't be needed. Org-mode version 8.2.5f (8.2.5f-elpa @ /home/marcin/.emacs.d/elpa/org-20140116/) Best, -- Marcin Borkowski

Re: [O] #+HOMEPAGE in metadata - feature request?

2014-03-21 Thread Marcin Borkowski
Dnia 2014-03-22, o godz. 00:44:40 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > So the problem is: it would be (imho) useful to have a "homepage" > > added to general metadata, but it is not clear how to translate > > this to

Re: [O] Bug (?): export to markdown - toc in html

2014-03-21 Thread Marcin Borkowski
Dnia 2014-03-22, o godz. 01:00:58 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > export to markdown has a strange problem. Before the markdown > > contents, I get a ToC in HTML. #+OPTIONS: toc:nil disables that, > > but I guess it sho

Re: [O] [RFC] Creole-style / Support for **emphasis**__within__**a word**

2014-03-22 Thread Marcin Borkowski
ittle, maybe someone could come up with a better idea). > Regards, Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

[O] A minor problem with exporting to html

2014-03-23 Thread Marcin Borkowski
Hi all, exporting to HTML messes up with the kill ring (all the exported content is put on top of the the kill ring). Am I the only one experiencing this? Is it a feature or a bug? Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] A minor problem with exporting to html

2014-03-23 Thread Marcin Borkowski
Dnia 2014-03-23, o godz. 09:18:45 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > exporting to HTML messes up with the kill ring (all the exported > > content is put on top of the the kill ring). Am I the only one > > experiencing t

Re: [O] A minor problem with exporting to html

2014-03-23 Thread Marcin Borkowski
Dnia 2014-03-23, o godz. 09:50:24 Bastien napisał(a): > Marcin Borkowski writes: > > > But I'd strongly suggest making nil the default value. I find the > > current setting strongly unintuitive (unless one read the manual, > > that is;)), and not really needed

Re: [O] [RFC] Creole-style / Support for **emphasis**__within__**a word**

2014-03-23 Thread Marcin Borkowski
Dnia 2014-03-23, o godz. 12:32:46 Suvayu Ali napisał(a): > On Sun, Mar 23, 2014 at 01:06:35AM +0100, Marcin Borkowski wrote: > > Dnia 2014-03-22, o godz. 16:30:31 > > Nicolas Goaziou napisał(a): > > > > > > Also, there is no "backward-compatibility squ

Re: [O] org-html5presentation

2014-03-23 Thread Marcin Borkowski
code. > Just my 2 cents: I've just tried org-reveal and it works like a charm. Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

[O] A problem with publishing

2014-03-23 Thread Marcin Borkowski
#x27;t give much details, but my suspicion is that I'm doing something obviously wrong. If this is not the case, I'll try to isolate the problem and prepare an ECM. Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] HTML export is using the wrong browser

2014-03-23 Thread Marcin Borkowski
"sensible-browser", must come from a specific > Emacs install?) Confirmed: my Emacs also uses this function. (And I didn't mess with *that* part of config;).) Maybe it's Ubuntu's fault? Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Tasks with lots of logbook entries are very slow

2014-03-25 Thread Marcin Borkowski
; as done is *very* slow. > > Is there a workaround that does not involver deleting the logs? Archiving? -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] [PATCH] Add catch-up all LaTeX errors

2014-03-27 Thread Marcin Borkowski
not-hold-a-file-lock-on-windows) (I, for one, did welcome our new Linux overlords more than a decade ago, and don't experience that problem at all, using first xpdf, and now evince.;)) > Charlie Millar Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] A problem with publishing

2014-03-27 Thread Marcin Borkowski
Dnia 2014-03-26, o godz. 09:26:15 Rick Frankel napisał(a): > On 2014-03-23 17:01, Marcin Borkowski wrote: > > Hi list, > > > > publishing doesn't work. I guess that I broke something;). May the > > source and publishing directories be the same? I have this i

Re: [O] Reverse lookup from pdf to org?

2014-03-27 Thread Marcin Borkowski
nt (read: has different line and/or page breaks) than without it. (Though it /might/ be possible, I'm only saying that it would require much TeX expertise and being very careful. In fact, TeX4ht seems to do something similar (though I never used it), so maybe I'm too pessimistic;).) > Cheers, > > Rainer Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Space in Exported Text

2014-03-28 Thread Marcin Borkowski
d monospace fonts. Unlike the fonts innocent Americans are familiar with, the 'monospace' fonts preferred by hackers are most associated with cybercrime." :) -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Tasks with lots of logbook entries are very slow

2014-03-29 Thread Marcin Borkowski
sk, and *Peter* meant archiving the logs. > thanks :-) Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Export Org checkboxes in ox-html using UTF-8 symbols

2014-03-29 Thread Marcin Borkowski
> [ ] two > > > > > #+END_SRC Wouldn't it be better to have (maybe in addition) three distinct classes for the elements with checkboxes in various states? This would make styling them with CSS possible. > rick Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] ignoreheading in LaTeX export

2014-03-29 Thread Marcin Borkowski
h LaTeX export, it /might/ be possible that it would be (a) doable and maybe even (b) reasonable to do it on the LaTeX side. > Thanks, > > Alan Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] How to setup this custom function with Org-mode functions? (org-habit)

2014-03-29 Thread Marcin Borkowski
-key org-mode-map (kbd "C-c C-x h") 'org-habit-apply) > #+END_SRC > > Does anybody can help me this? and thanks in advance. Is this of any help? http://mbork.pl/2013-09-23_Automatic_insertion_of_habit_templates_%28en%29 Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Images in tables?

2014-03-29 Thread Marcin Borkowski
ere a way to do that? > > #+MACRO: p \includegraphics[scale=1]{$1} > > | {{{p(a.png)}}} | {{{p(b.png)}}} | > | {{{p(c.png)}}} | {{{p(d.png)}}} | I wouldn't use [scale=1] (it seems to depend on the resolution set up properly in the bitmap file). Why not use [height=2in]

[O] Is it possible to add a class to a paragraph in HTML export?

2014-04-01 Thread Marcin Borkowski
Hi, I'd like to have a in export. I tried #+ATTR_HTML :class myfunnyclass but it didn't work. Is there any way to do it? TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Is it possible to add a class to a paragraph in HTML export?

2014-04-01 Thread Marcin Borkowski
Dnia 2014-04-01, o godz. 21:37:06 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > I'd like to have a in export. I tried > > #+ATTR_HTML :class myfunnyclass > > but it didn't work. > > You can't for now but this patch wi

[O] [OT] Don't use BibTeX! (was: Images not showing up in PDF output)

2014-04-05 Thread Marcin Borkowski
ead. It's more modern, it's being supported, it knowns that there exist things like UTF-8 and non-English languages, it supports more citation styles etc. > Best, > Richard Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University

Re: [O] Tuning the layout of published html

2016-07-19 Thread Marcin Borkowski
just the page template. You'd probably have to look at the `org-html-template' function and write your version of it. > Jarmo Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University

Re: [O] Emacs movement keys

2016-08-28 Thread Marcin Borkowski
to get to the beginning of line and find yourself selecting everything and losing the positition in a large file. Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University

Re: [O] Making DocBook xml books from org mode?

2016-09-30 Thread Marcin Borkowski
/import/ docbook xml into org mode? XSLT? > Thank you very much. > > -pd Hth, -- Marcin Borkowski

Re: [O] Making DocBook xml books from org mode?

2016-10-02 Thread Marcin Borkowski
On 2016-10-02, at 23:23, Peter Davis wrote: > I'm trying this again, on a Mac instead of Windows. I managed to get > ox-pandoc working. (It now displays an org export menu too big to fit on > my screen, and I can't figure out how to scroll it.) Space/backspace? Best, -- Marcin Borkowski

Re: [O] Leslie Lamport has a foot in the 21st century

2016-10-09 Thread Marcin Borkowski
ossibly hyperlinked) tree structure? If so, LaTeX should be perfectly suited as markup language, and I would not expect a huge amount of work to implement the missing bits (though I might be mistaken). Of course, the hard part would be the actual hide/show part; HTML+JS might be better suited to that indeed. I guess that using ConTeXt would a better route here. Just my 2 cents. Best, -- Marcin Borkowski

Re: [O] html-email in org-mode

2016-10-30 Thread Marcin Borkowski
90200817664) I'm not very interested in sending HTML emails, but this would be AWESOME. I sometimes send ASCII-art-ish tables (like Org-mode ones, or Ledger reports) by email, and opening them in variable-width font is rather messy indeed. TIA, -- Marcin Borkowski

[O] Funny bug with org-get-heading

2016-12-05 Thread Marcin Borkowski
nly strip "TODO"). It seems that a (let ((case-fold-search nil)) ...) is missing somewhere (manually setting case-fold-search to nil made org-get-heading behave properly). BTW, I discovered it when clocking an Org task about cleaning up my Org tasks. How meta! ;-) Best, -- Marcin Borkowski

Re: [O] Funny bug with org-get-heading

2016-12-05 Thread Marcin Borkowski
t persist. > Carsten Best, -- Marcin Borkowski

Re: [O] show only top level TODO in agenda and ignore sub level TODOS in agenda?

2016-12-27 Thread Marcin Borkowski
7;t know but I can suggest using checkboxes for this? > info:(org) Checkboxes > They work well and are appropriate for when you have sub-tasks for a > single task. How about (setq org-agenda-todo-list-sublevels nil) ? Hth, -- Marcin Borkowski

Re: [O] startup with 2 levels of headings shown?

2017-01-29 Thread Marcin Borkowski
> > eric > > Footnotes: > [1] I am not sure if confirmation of eval statements can be turned off > but I wouldn't want to do so generally in any case. How about checking out `safe-local-eval-forms'? Hth, -- Marcin Borkowski

Re: [O] Price/ list comparison

2017-02-01 Thread Marcin Borkowski
e, too. > Thanks in advance. > > NOTE: Since i don't know what name this kind of software receives i have > not been able to find what i look for, so excuse my ignorance Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University

Re: [O] backporting changes to exported results for collaborative editing

2017-02-06 Thread Marcin Borkowski
f generating a patch, then some tool existing only in my dreams currently that converts the md patch to an org patch, and then apply that patch to the original org? For small enough changes, that could actually work, no? Best, -- Marcin Borkowski

Re: [O] What are you doing ? -- autoclocking

2017-03-02 Thread Marcin Borkowski
cords the buffer name and mode we're in, also current X window class and name, and the current idle time. I didn't actually finish that, though. Extending/rewriting it to use clocking as you suggest shouldn't be too difficult. Best, -- Marcin Borkowski

[O] How to call a source code block from another one

2017-03-08 Thread Marcin Borkowski
s blocks? Best, -- Marcin Borkowski

Re: [O] Git repository error

2017-05-26 Thread Marcin Borkowski
On 2017-05-26, at 14:08, Charles Millar wrote: > HI, > >>> On 26/05/17 01:10, Vicente Vera wrote: >>>> >>>> fatal: read error: Connection reset by peer >>> > Same here - since yesterday morning. Me too. -- Marcin Borkowski

[O] [ANN] org-toggl

2017-05-28 Thread Marcin Borkowski
ept PRs if someone wants to do something about them. Best, -- Marcin Borkowski

Re: [O] Overriding org-html-headline or other export functions?

2017-05-29 Thread Marcin Borkowski
at you want, since you seem to need to modify just one of the exporter functions. Hth, -- Marcin Borkowski

Re: [O] How to get rid of first line indent?

2017-06-12 Thread Marcin Borkowski
tion is in fact deleting the leading > whitespace in every line by replace-regexp (replace ^ + by nothing). The easiest and fastest solution is probably to use delete-rectangle (or rectangle-mark-mode and then DEL). Hth, -- Marcin Borkowski

Re: [O] How to get rid of first line indent?

2017-06-12 Thread Marcin Borkowski
Start with "An Introduction to Programming in Emacs Lisp" by Robert J. Chassell (evaluate the form (info "eintr")). Best, -- Marcin Borkowski

[O] How to launch an agenda view programmatically?

2017-07-19 Thread Marcin Borkowski
todo "" ((org-agenda-skip-function #'mbork/org-agenda-skip-if-parent-done-or-noagenda))) (tags "+project-TODO=\"DONE\"") --8<---cut here---end--->8--- Now instead of pressing C-c a n, I want to be able to launch my custom agenda command from Lisp. How do I do that? TIA, -- Marcin Borkowski

Re: [O] How about lifting the limit of 35 tasks in org-clock-history?

2018-10-01 Thread Marcin Borkowski
On 2018-09-06, at 16:18, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> I decided to put a warning about this in the docstring in my patch. My >> assumption was that this is enough. If a user wants to change the >> default, he will most proba

Re: [O] How about lifting the limit of 35 tasks in org-clock-history?

2018-10-03 Thread Marcin Borkowski
On 2018-10-03, at 12:51, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> I attach a patch with a more verbose docstring. >> >> It is perhaps still not ideal - in particular, the warning is not >> visible in the Customize interface - but

[O] How to make agenda generation faster

2018-10-06 Thread Marcin Borkowski
Hi Orgers, my agenda takes almost 10 seconds to show up. Are there any ideas for profiling that? I suspect that archiving a lot of old entries I don't use anymore might help, but is there any way to e.g. display some stats on which file/headline took how much time? TIA, -- Marcin Bork

[O] What is the difference between `org-narrow-to-subtree' and `org-narrow-to-element'?

2018-10-08 Thread Marcin Borkowski
Hi all, I found these two commands. They seem to do the same thing. What is the difference? TIA, -- Marcin Borkowski http://mbork.pl

[O] org-clock-in-last bug report

2018-10-09 Thread Marcin Borkowski
d into git log and I suspect commit a2636b528, which seems to change something in that department. Best, -- Marcin Borkowski http://mbork.pl

Re: [O] org-clock-in-last bug report

2018-10-09 Thread Marcin Borkowski
On 2018-10-09, at 16:25, Marcin Borkowski wrote: > Hi all, > > org-clock-in-last used to do nothing when already clocking. Now it > clocks out and immediately in in the same task. It does that even in > emacs -Q. > > Org mode version 9.1.14 (release_9.1.14-968-gfdb36d)

Re: [O] org-clock-in-last bug report

2018-10-09 Thread Marcin Borkowski
On 2018-10-09, at 18:28, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> org-clock-in-last used to do nothing when already clocking. Now it >> clocks out and immediately in in the same task. It does that even in >> emacs -Q. >> >&g

[O] An Org-based productivity tool

2018-10-10 Thread Marcin Borkowski
r workday so far) Unclocked time so far: 3min. --8<---cut here---end--->8--- My questions are: - is anyone interested in something like this? - are there any features you would like to have? (I have some ideas, too.) - does anyone have an idea of ho

Re: [O] How to make agenda generation faster

2018-10-10 Thread Marcin Borkowski
han the "real" > Org Agenda. I think there is significant potential for optimizations, > and I'm hoping to implement some in the future. Your feedback would be > appreciated! > > https://github.com/alphapapa/org-ql Thanks, I'll check those out! Best, -- Marcin Borkowski http://mbork.pl

Re: [O] How to make agenda generation faster

2018-10-10 Thread Marcin Borkowski
ink about Org Agenda-ng? That is a great idea! In general, I find Org-mode to be lacking APIs. I'dlove to build some applications on top of it, but getting some information is very difficult. (For instance, I'd like to get info about clocks for all headlines in the agenda. It seems I have to implement parsing clocks myself, at least partially.) Best, -- Marcin Borkowski http://mbork.pl

Re: [O] How to make agenda generation faster

2018-10-10 Thread Marcin Borkowski
very > closing (which in fact means rescheduling to the next day). Every two to > three months I prune my org files of those log entries. This > significantly speeds up agenda building. By experiments, I found that the main bottleneck was a file with lots (= a few thousand) headli

Re: [O] How to make agenda generation faster

2018-10-10 Thread Marcin Borkowski
On 2018-10-08, at 09:20, Michael Welle wrote: > Hello, > > Marcin Borkowski writes: > >> Hi Orgers, >> >> my agenda takes almost 10 seconds to show up. Are there any ideas for >> profiling that? >> >> I suspect that archiving a lot of old e

Re: [O] What is the difference between `org-narrow-to-subtree' and `org-narrow-to-element'?

2018-10-10 Thread Marcin Borkowski
On 2018-10-08, at 17:58, Eric S Fraga wrote: > On Monday, 8 Oct 2018 at 17:26, Marcin Borkowski wrote: >> Hi all, >> >> I found these two commands. They seem to do the same thing. What is >> the difference? > > These will only do the same thing if your el

Re: [O] What is the difference between `org-narrow-to-subtree' and `org-narrow-to-element'?

2018-10-10 Thread Marcin Borkowski
> - Use command `widen' to get rid of the restriction. > - Make sure to have point on the table of the subtree again. > - Use command `org-narrow-to-element. See the effect. > - Compare! Thanks, it did not occur to me that "element" may be something other than a "subtree"! Best, -- Marcin Borkowski http://mbork.pl

Re: [O] An Org-based productivity tool

2018-10-10 Thread Marcin Borkowski
On 2018-10-10, at 18:50, William Denton wrote: > On 10 October 2018, Marcin Borkowski wrote: > >> I am making an Org-mode-based tool to help boost my productivity. >> ... >> - is anyone interested in something like this? > > I am---I'd love to see what you

Re: [O] How to make agenda generation faster

2018-10-11 Thread Marcin Borkowski
On 2018-10-11, at 08:48, Michael Welle wrote: > Hello, > > Marcin Borkowski writes: > >> On 2018-10-08, at 09:20, Michael Welle wrote: > [...] >>> Well, on my laptop the initial agenda run takes about 7s or so (150 >>> agenda files) using the curren

[O] Feature request for clocktable step

2018-10-11 Thread Marcin Borkowski
Hi Org, the manual says that I can say ":step day" or ":step week" in my clock reports. Could I also be able to say ":step month" or ":step year"? TIA, -- Marcin Borkowski http://mbork.pl

Re: [O] How to make agenda generation faster

2018-10-14 Thread Marcin Borkowski
On 2018-10-11, at 08:40, Michael Welle wrote: > Hello, > > Marcin Borkowski writes: > >> On 2018-10-09, at 13:47, Julius Dittmar wrote: >> >>> Hi Marcin, >>> >>> I can't advise as to profiling to find out what really bogs down agenda &

Re: [O] An Org-based productivity tool

2018-10-14 Thread Marcin Borkowski
two or more clocking tasks related to the same file, for example). It's better to train oneself to remember about clocking, I guess. (And I have this notification nagging me if I'm not clocking anything for 2 minutes or more.) Best, -- Marcin Borkowski http://mbork.pl

Re: [O] An Org-based productivity tool

2018-10-14 Thread Marcin Borkowski
On 2018-10-11, at 16:03, Bingo wrote: > Le 10 octobre 2018 21:45:53 GMT+05:30, Marcin Borkowski a > écrit : > >> >>- a warning when my efficiency is lower than a set value, and info >>about >> how much work I need to do to bump it up to that value. >&g

Re: [O] An Org-based productivity tool

2018-10-14 Thread Marcin Borkowski
On 2018-10-11, at 16:57, Peter Neilson wrote: > On Thu, 11 Oct 2018 10:03:15 -0400, Bingo wrote: > >> Le 10 octobre 2018 21:45:53 GMT+05:30, Marcin Borkowski >> a écrit : >> >>> >>> - a warning when my efficiency is lower than a set value, and info

Re: [O] An Org-based productivity tool

2018-10-14 Thread Marcin Borkowski
nwanted task is done. Makes me think of this idea: http://forum.beeminder.com/t/temptation-bundling-for-inbox-beeminding/4331 Best, -- Marcin Borkowski http://mbork.pl

Re: [O] An Org-based productivity tool

2018-10-14 Thread Marcin Borkowski
admit that the output sucks a lot. OTOH, I'm somewhat of a gamer, and I like economic, spreadsheet-y games, so this scratches that itch for me. Best, -- Marcin Borkowski http://mbork.pl

Re: [O] How to make agenda generation faster

2018-10-14 Thread Marcin Borkowski
On 2018-10-11, at 21:59, Samuel Wales wrote: > i too visit all files when emacs starts. > > are we saying that the speed depends on the number of headlines total > or the number of headlines in a single file among the agenda files? Probably the former...? > > On 10/11/18

Re: [O] Feature request for clocktable step

2018-10-14 Thread Marcin Borkowski
On 2018-10-13, at 16:26, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> the manual says that I can say ":step day" or ":step week" in my clock >> reports. Could I also be able to say ":step month" or ":step year&q

[O] Why is ":CLOCK => hh:mm" allowed as a clock entry?

2018-10-18 Thread Marcin Borkowski
h entries (I have never seen them in my files, of course). I'm wondering what scenario could lead to their existence? BTW, the syntax draft says that there can be any TIMESTAMP object before the DURATION, but `org-clock-sum' assumes that its timestamps are inactive. Isn't that

Re: [O] Why is ":CLOCK => hh:mm" allowed as a clock entry?

2018-10-21 Thread Marcin Borkowski
On 2018-10-20, at 10:26, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> I am studying the `org-clock-sum' function (I need to parse an Org file >> and extract clocking data), and I noticed that ":CLOCK => hh:mm" is >> allow

<    1   2   3   4   5   6   7   8   9   >